summaryrefslogtreecommitdiff
path: root/libopie2/opieui/fileselector/ofileselector.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-02-07Fix for #1482, do not start a path with "//". We do that by havingzecke1-8/+18
a method to assemble paths to avoid adding a second "/"
2004-11-14-Fix bug in OFileSelector ListView spotted by hrwzecke1-6/+9
to sort the 'size' column according their 'Number'-Halbordnung and not by string comparsion
2004-09-17- cleanup allItem handlingar1-20/+10
2004-09-15- implement a QStringList* m_allList for show all files/directories if a ↵ar1-3/+23
"All Item" is selected. (hope the description is not too confused ;) )
2004-08-14- add OFileDialog::getDirectory()ar1-18/+48
this function open a file dialog to select a directory. it can show Directories and All Directories. the first one is without and the second is with hidden directories.
2004-07-24Delete the Views which are created in the OFileSelectorzecke1-5/+14
Add a new member and one method to register the view. The views themselves (baseclass) call this function. Simply going over the viewMap wouldn't work as we can have the same instance contained twice under a different name
2004-07-18no need to warn here. debug seems enoughmickeyl1-2/+2
2004-06-02- convert to odebug frameworkar1-2/+3
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke1-2/+3
2004-03-13Move XML class to internal PIMzecke1-1/+8
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-03-02run the optimize_connect scriptalwin1-7/+7
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-02-07Forward port the recent API docu of the FileSelectorzecke1-0/+72
2004-01-15more libopie1 --> libopie2 with namespace cleanups and code layout cleanupsmickeyl1-0/+1094