Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-02-07 | Fix for #1482, do not start a path with "//". We do that by having | zecke | 1 | -8/+18 |
a method to assemble paths to avoid adding a second "/" | ||||
2005-02-06 | Use the right parameters for the syntax. | zecke | 1 | -2/+1 |
Disconnect all slots in OFileDialog from the OFileSelector | ||||
2005-02-06 | Remove uncommented code as well | zecke | 1 | -4/+0 |
2005-02-06 | For saving we do not want to use the file just selected. The user needs | zecke | 1 | -0/+9 |
to click ok when saving. This is a fix for #1522 as well | ||||
2005-02-06 | Remove old and commented out code | zecke | 1 | -8/+1 |
Update the email address | ||||
2005-02-06 | Sorry lorn the patch is inapproriate. | zecke | 1 | -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-06 | fixes #1522 - where fileselector is automatically selected when only ↵ | llornkcor | 1 | -2/+2 |
clicking on filename. | ||||
2004-11-14 | -Fix bug in OFileSelector ListView spotted by hrw | zecke | 2 | -8/+11 |
to sort the 'size' column according their 'Number'-Halbordnung and not by string comparsion | ||||
2004-09-24 | use QPEApplication::execDialog instead of showMaximized/execDialog | zecke | 1 | -6/+4 |
2004-09-18 | Hint the NameSpace of OFileDialog and OFontSelector | zecke | 1 | -1/+4 |
2004-09-17 | - cleanup allItem handling | ar | 3 | -23/+12 |
2004-09-15 | - implement a QStringList* m_allList for show all files/directories if a ↵ | ar | 3 | -3/+27 |
"All Item" is selected. (hope the description is not too confused ;) ) | ||||
2004-08-14 | - add OFileDialog::getDirectory() | ar | 4 | -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-24 | Delete the Views which are created in the OFileSelector | zecke | 2 | -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-18 | no need to warn here. debug seems enough | mickeyl | 1 | -2/+2 |
2004-07-07 | Make the fileselector.pro file valid. This was found by opie-lupdate. | zecke | 1 | -2/+2 |
Don't add '\' if you don't continue next line... | ||||
2004-06-02 | - convert to odebug framework | ar | 1 | -2/+3 |
2004-04-04 | Opie::XYZ::Private -> Opie::XYZ::Internal | zecke | 3 | -9/+10 |
2004-03-13 | Move XML class to internal PIM | zecke | 6 | -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-02 | run the optimize_connect script | alwin | 2 | -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-07 | Forward port the recent API docu of the FileSelector | zecke | 2 | -1/+131 |
2004-01-21 | catch up with moves on cvs server | mickeyl | 2 | -0/+14 |
2004-01-15 | more libopie1 --> libopie2 with namespace cleanups and code layout cleanups | mickeyl | 6 | -0/+1872 |