Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-03-18 | mark this class as IDEA cause it isn't implemented. | alwin | 1 | -0/+2 |
2005-03-06 | -When going back from BigScreen to SmallScreen we resize the widgetstack, | zecke | 1 | -1/+6 |
show it and raise the 'main widget' This should fix all bugs alwin spotted while deploying OWidgetStack on Opie-Eye | ||||
2005-03-06 | Do not switch mode in the eventFilter when we're forced into one mode | zecke | 1 | -2/+2 |
(alwin thank you for noticing) | ||||
2005-03-03 | Some minor fixes to drawing of tab bar | drw | 1 | -2/+16 |
2005-03-01 | Provide initial values for tab bar style & position | drw | 1 | -0/+2 |
2005-02-25 | Reworked OTabWidget - optimized (now uses less runtime resources), fix ↵ | drw | 3 | -258/+301 |
display issue where tabbar appears to float a few pixels above where it should | ||||
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-07 | work around qt_version() bug in Qt/Embedded 2.3.10 | mickeyl | 2 | -2/+2 |
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. | ||||
2005-01-21 | - make opie compilable against qte 2.3.10 snapshot | ar | 4 | -9/+9 |
change QT_VERSION > 290 into QT_VERSION <= 0x030000 | ||||
2005-01-21 | - make opie compilable against qte 2.3.10 snapshot | ar | 1 | -1/+1 |
check QT_VERSION against 0x030000 instead of 300 | ||||
2005-01-09 | CONTROL files : reset version to 'standard' format | wimpie | 1 | -0/+1 |
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file) | ||||
2005-01-04 | - use proper file headers | mickeyl | 3 | -53/+106 |
- use namespaces - sort alphabetically in .pro file | ||||
2005-01-04 | CONTROL file : changed VERSION string | wimpie | 4 | -1/+336 |
added oledbox widget (like a checkbox but better suitable for visible non editable boolean feedback) | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -1022/+3 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 1 | -3/+1022 |
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-11-11 | Remove owarn to be less verbose | zecke | 2 | -16/+0 |
2004-11-09 | remove change from yesterday - the problem isn't the widget it is the | alwin | 1 | -1/+1 |
advancedfm itself I think. zecke or ar - please take a look on it. I don't understand it. | ||||
2004-11-08 | ui. in BigScreenmode it had an deep recursion in layout setup. I had | alwin | 1 | -1/+1 |
just commented out that line (353) - it seems to work now, but I'm not sure if it is correct. I think, this widget should be checked carefully. | ||||
2004-10-08 | small doxygen doc fixes | clem | 2 | -6/+1 |
2004-10-07 | small documentation format fixes | clem | 2 | -11/+6 |
2004-10-07 | fixed typo chanegd -> changed in doxygen comment | clem | 1 | -1/+1 |
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 | 2 | -1/+7 |
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-09-12 | Remove memory leak | zecke | 1 | -1/+4 |
2004-09-10 | Fix warnings about unused parameters and no newline at the end of file | zecke | 5 | -9/+17 |
2004-08-26 | fix bogus NOP as pointed out by zecke | mickeyl | 1 | -1/+1 |
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-08-05 | compensate for oticker moval | mickeyl | 1 | -2/+0 |
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 | 6 | -41/+50 |
2004-05-28 | Ideas of the API of the Generic PluginLoader | zecke | 2 | -5/+167 |
2004-05-18 | My Idea of a PluginConfig Widget part II :) | zecke | 1 | -10/+40 |
Now on to implementing it | ||||
2004-05-18 | Fix the layout of the KeyConfig Dialog. | zecke | 1 | -2/+2 |
The label with 'Default: %1' is now added as MultiCellWidget and now larger keys don't make the 'configure key' button go out of display dimnesion | ||||
2004-05-11 | Comment on virtual method and maybe the lack of them | zecke | 2 | -3/+8 |
2004-05-10 | Initial draft for the GUI configurator | zecke | 1 | -0/+38 |
2004-04-13 | Split the KeyConfig Manager and Widget into Ui and Core parts | zecke | 3 | -934/+29 |
Adjust the only user... Don't add a 2nd example to core but mention the one for the classes in opieui/okeyconfigwidget | ||||
2004-04-07 | workaround for a OConfig bug so all keys will realy written | alwin | 1 | -0/+1 |
2004-04-06 | upgrade descriptions and synchronize readme and roadmap | mickeyl | 2 | -3/+3 |
2004-04-06 | s/;;/; | mickeyl | 1 | -1/+1 |