summaryrefslogtreecommitdiff
path: root/noncore/settings/appearance2/appearance.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-10-26appearance: more work on icon sizeshrw1-7/+7
- added default values for (Small|Big)IconSize (drw) - set useBigPixmaps on HiRes devices (hrw)
2005-10-17Appearance: Added configuration options to set smallIconSize, bigIconSize, ↵hrw1-0/+37
useBigPixmaps
2005-06-09Resource -> OResourcedrw1-4/+4
2005-06-05Fix doc box headersdrw1-24/+27
2005-03-02Scale icons approprtelydrw1-8/+9
2005-02-08Reuse the gained space and implement the "Scrollbars on Left" GUI Settingzecke1-0/+16
2005-02-08-Kill the need to compile Opie against a patched version of Qt/Ezecke1-205/+5
Remove the setStyle and setFont overrides as a result remove settings from the buildsystem and the Apperance GUI We do this as we won't run NeoCal or TKC Apps on a GCC3 (now default compiler) libqpe, to run these applications one can use oz-compat
2005-01-21- make opie compilable against qte 2.3.10 snapshotar1-2/+2
check QT_VERSION against 0x030000 instead of 300
2004-05-15- convert qDebug to odebugar1-1/+3
2004-04-23gcc3.4 fixletmickeyl1-7/+7
2004-03-14namespaces fixedalwin1-1/+2
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-12/+12
TT.
2004-02-21Appearance: libopie->libopie2/libqtauxdrw1-4/+3
2004-02-21improve support for BigScreenar1-467/+501
2003-10-29merge noncore/settings/* except networksettings for which tille volunteered ↵mickeyl1-4/+0
(thanks)
2003-08-09Merge from BRANCH_1_0kergoth1-6/+7
2003-04-18Make appearance and rotate applet use the new rotation method of odevice.kergoth1-10/+17
2003-04-15Add a third rotation direction, for 180 degree.kergoth1-5/+19
2003-03-27Add the ability to change from clockwise to counterclockwise rotation behavior.kergoth1-0/+30
2003-03-08font icon from inlineharlekin1-2/+2
2003-03-08Use inline pic for style tabdrw1-4/+4
2003-03-08use the wrench from inlineharlekin1-36/+36
2002-12-22Fixed some window captions to match the corresponding launcher iconssandman1-1/+1
2002-12-17- small fix to reset the palette when changing stylessandman1-10/+15
2002-12-16QWhatsThis addeddrw1-57/+102
2002-11-28two small fixes for the new "no style" list:sandman1-2/+6
- changes are saved on "OK" even when the embedded lineedit has the focus - the order of the entries not reversed on each invocation anymore
2002-11-24- New GUI for the "force style" and "don't style" options.sandman1-166/+309
- Also restructured some of the old code. - Fixed a bug regarding color-scheme saving (why didn't anybody notice this ?!)
2002-10-30Workaround for some obscure gcc bug -- this fixes bug #363sandman1-4/+5
I had to reorderd some lines, because if ( m_style_changed ) is always false if the preceding instruction is bool newtabpos = m_tabstyle_top-> isChecked ( );
2002-10-04small changes to support Qtopia 1.6 styles (even BC)sandman1-1/+1
2002-10-04- some changes to get dynamic window decorations workingsandman1-3/+24
- new format for style config
2002-10-01fixed the missing/wrong icons in the tabbarsandman1-2/+2
2002-10-01adjusted to new OFontSelector c'torsandman1-1/+1
2002-09-26Corrected the copyright headers (LGPL -> GPL)sandman1-15/+16
2002-09-24- updated all copyright headerssandman1-29/+33
- use new OColorButton - rearranged editScheme a bit
2002-09-23- minor bugfixessandman1-149/+25
- fileselector is now in libopie as OFileSelector
2002-09-21- Improved style and color previewsandman1-63/+42
- color schemes can be editied now
2002-09-20New experimental appearance settingssandman1-0/+729