summaryrefslogtreecommitdiff
path: root/libopie2/opieui
AgeCommit message (Collapse)AuthorFilesLines
2005-01-21- make opie compilable against qte 2.3.10 snapshotar4-9/+9
change QT_VERSION > 290 into QT_VERSION <= 0x030000
2005-01-21- make opie compilable against qte 2.3.10 snapshotar1-1/+1
check QT_VERSION against 0x030000 instead of 300
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-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 headersmickeyl3-53/+106
- use namespaces - sort alphabetically in .pro file
2005-01-04CONTROL file : changed VERSION stringwimpie4-1/+336
added oledbox widget (like a checkbox but better suitable for visible non editable boolean feedback)
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-1022/+3
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-3/+1022
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-11-11Remove owarn to be less verbosezecke2-16/+0
2004-11-09remove change from yesterday - the problem isn't the widget it is thealwin1-1/+1
advancedfm itself I think. zecke or ar - please take a look on it. I don't understand it.
2004-11-08ui. in BigScreenmode it had an deep recursion in layout setup. I hadalwin1-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-08small doxygen doc fixesclem2-6/+1
2004-10-07small documentation format fixesclem2-11/+6
2004-10-07fixed typo chanegd -> changed in doxygen commentclem1-1/+1
2004-09-24use QPEApplication::execDialog instead of showMaximized/execDialogzecke1-6/+4
2004-09-18Hint the NameSpace of OFileDialog and OFontSelectorzecke2-1/+7
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-09-12Remove memory leakzecke1-1/+4
2004-09-10Fix warnings about unused parameters and no newline at the end of filezecke5-9/+17
2004-08-26fix bogus NOP as pointed out by zeckemickeyl1-1/+1
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-08-05compensate for oticker movalmickeyl1-2/+0
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 frameworkar6-41/+50
2004-05-28Ideas of the API of the Generic PluginLoaderzecke2-5/+167
2004-05-18My Idea of a PluginConfig Widget part II :)zecke1-10/+40
Now on to implementing it
2004-05-18Fix the layout of the KeyConfig Dialog.zecke1-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-11Comment on virtual method and maybe the lack of themzecke2-3/+8
2004-05-10Initial draft for the GUI configuratorzecke1-0/+38
2004-04-13Split the KeyConfig Manager and Widget into Ui and Core partszecke3-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-07workaround for a OConfig bug so all keys will realy writtenalwin1-0/+1
2004-04-06upgrade descriptions and synchronize readme and roadmapmickeyl2-3/+3
2004-04-06s/;;/;mickeyl1-1/+1
2004-04-06use include "" inside .cpp to play nice with external build systemsmickeyl1-1/+1
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke12-47/+49
2004-04-02Add OKeyConfigWidget to the .pro filezecke2-3/+6
and also allow single character shortcuts
2004-04-01Unbelievable this widget is done and can be used nowzecke2-24/+61
2004-04-01Finally only two checks left and it is donezecke3-70/+216
Capture keys
2004-03-29-Bugfixes on compare operator and isEmptyzecke2-15/+119
-Implement saving from the widget to the manager -Fix Ctrl vs Alt mixup Yeah now the user can select between none and default A OKeyChooserDialog will soon be implemented
2004-03-28From yesterday. Some sort of GUI loadingzecke2-3/+19
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-27Fix key events.zecke1-2/+39
On true hardware events Shift/Ctrl/Alt are not equal with the ButtonState On virtual keyboard events no key() is sent...
2004-03-26Only GUI config is leftzecke2-106/+453
2004-03-26Add WFlags to the c'tor so we eventually can use thiszecke2-3/+3
in the designer... but anyway making it more consistent with Qt Ah and this is binary incompatible but the API isn't marked as stable anyway
2004-03-26Some more Implementation.zecke2-10/+311
Basicly all of the non GUI part is done
2004-03-25Some implementation and API changezecke2-21/+529
2004-03-24Ideas from Mickey. Install eventFilter for a widget as well and thenzecke1-0/+9
send a signal