summaryrefslogtreecommitdiff
path: root/libopie2/opieui/fileselector
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 "/"
2005-02-06Use the right parameters for the syntax.zecke1-2/+1
Disconnect all slots in OFileDialog from the OFileSelector
2005-02-06Remove uncommented code as wellzecke1-4/+0
2005-02-06For saving we do not want to use the file just selected. The user needszecke1-0/+9
to click ok when saving. This is a fix for #1522 as well
2005-02-06Remove old and commented out codezecke1-8/+1
Update the email address
2005-02-06Sorry lorn the patch is inapproriate.zecke1-2/+2
1.) one click 'accept' is the wished feature and makes sense for opening files. 2.) Just uncommenting code that is not used is bad, we've cvs you can remove the lines Now I'll revert and afterwards I'll patch OFileDialog again and please tell me if that works for you as well.
2005-02-06fixes #1522 - where fileselector is automatically selected when only ↵llornkcor1-2/+2
clicking on filename.
2004-11-14-Fix bug in OFileSelector ListView spotted by hrwzecke2-8/+11
to sort the 'size' column according their 'Number'-Halbordnung and not by string comparsion
2004-09-24use QPEApplication::execDialog instead of showMaximized/execDialogzecke1-6/+4
2004-09-18Hint the NameSpace of OFileDialog and OFontSelectorzecke1-1/+4
2004-09-17- cleanup allItem handlingar3-23/+12
2004-09-15- implement a QStringList* m_allList for show all files/directories if a ↵ar3-3/+27
"All Item" is selected. (hope the description is not too confused ;) )
2004-08-14- add OFileDialog::getDirectory()ar4-20/+89
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 OFileSelectorzecke2-5/+24
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-07-07Make the fileselector.pro file valid. This was found by opie-lupdate.zecke1-2/+2
Don't add '\' if you don't continue next line...
2004-06-02- convert to odebug frameworkar1-2/+3
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke3-9/+10
2004-03-13Move XML class to internal PIMzecke6-20/+36
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 scriptalwin2-9/+9
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 FileSelectorzecke2-1/+131
2004-01-21catch up with moves on cvs servermickeyl2-0/+14
2004-01-15more libopie1 --> libopie2 with namespace cleanups and code layout cleanupsmickeyl6-0/+1872