summaryrefslogtreecommitdiff
path: root/libopie2/opieui
AgeCommit message (Collapse)AuthorFilesLines
2007-01-24Each file in this commit has an instance where a pointer is checked aterik1-1/+1
one point in the code and then not checked in another point in the code. If it needed to be checked once, it needs to be checked the other time. If not the application could segfault.
2007-01-24Every file in this commit has a memory leak of some kind or another. I thinkerik1-1/+4
all of them are minor and should not effect properly running code. But if I were you I would give libstocks and the stockticker plugin in Today a wide berth. That library is atrocious.
2005-08-09Fix for bug #1682 - correct sizing of tab controldrw1-0/+9
2005-07-03remove hard coded scaling of 'UnknownDocument' icon (and restore header, btw.)mickeyl2-34/+26
2005-07-03use slightly darker colormickeyl1-2/+2
2005-06-24s,cardmon/pcmcia,pcmcia,mickeyl1-1/+1
2005-06-21Can't have signals without Q_OBJECT...bero1-0/+1
2005-05-17remove OVersatileView and OVersatileViewItem from libopieui2. This widgetmickeyl5-1819/+5
wasn't used in any application, it wasn't even completed and with the QListView in Qt4, there is something more thought-out coming soon.
2005-05-03add OAutoBoxLayout, a descendant of QBoxLayout which, depending onmickeyl3-2/+151
Desktop-Height > Desktop-Width acts as a QHBoxLayout respectively a QVBoxLayout
2005-04-16Opie/X11:zecke1-0/+1
-include <qdialog.h> to allow building
2005-04-14More icon sizing updatesdrw3-47/+50
2005-04-10using big icons on small screens makes no sense. Half of screen willalwin1-6/+7
just used by unsharp icons - not a good idea. Now it depends on desktopsize
2005-04-05Use OResource for loading imagesdrw6-179/+163
2005-04-05OResource has moved to Opie::Coredrw2-108/+0
2005-04-03Fix buttons so images scale correctlydrw1-0/+6
2005-04-02Set pixmaps for correct buttons - thanks Mickey for findingdrw1-2/+2
2005-03-25Fix for bug #1613 - scale file dialog icons appropriatelydrw1-6/+13
2005-03-24the filesystem-menu will executed when click on the filsystem-buttonalwin2-6/+14
not when hold the pen on it.
2005-03-18mark this class as IDEA cause it isn't implemented.alwin1-0/+2
2005-03-06-When going back from BigScreen to SmallScreen we resize the widgetstack,zecke1-1/+6
show it and raise the 'main widget' This should fix all bugs alwin spotted while deploying OWidgetStack on Opie-Eye
2005-03-06Do not switch mode in the eventFilter when we're forced into one modezecke1-2/+2
(alwin thank you for noticing)
2005-03-03Some minor fixes to drawing of tab bardrw1-2/+16
2005-03-01Provide initial values for tab bar style & positiondrw1-0/+2
2005-02-25Reworked OTabWidget - optimized (now uses less runtime resources), fix ↵drw3-258/+301
display issue where tabbar appears to float a few pixels above where it should
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-07work around qt_version() bug in Qt/Embedded 2.3.10mickeyl2-2/+2
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.
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 ;) )