Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-10-26 | appearance: more work on icon sizes | hrw | 1 | -7/+7 |
- added default values for (Small|Big)IconSize (drw) - set useBigPixmaps on HiRes devices (hrw) | ||||
2005-10-17 | Appearance: Added configuration options to set smallIconSize, bigIconSize, ↵ | hrw | 2 | -0/+42 |
useBigPixmaps | ||||
2005-06-09 | Resource -> OResource | drw | 4 | -10/+11 |
2005-06-05 | Fix doc box headers | drw | 11 | -259/+292 |
2005-03-02 | Scale icons approprtely | drw | 1 | -8/+9 |
2005-02-08 | Reuse the gained space and implement the "Scrollbars on Left" GUI Setting | zecke | 2 | -0/+17 |
2005-02-08 | -Kill the need to compile Opie against a patched version of Qt/E | zecke | 2 | -213/+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 snapshot | ar | 1 | -2/+2 |
check QT_VERSION against 0x030000 instead of 300 | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -278/+1 |
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 | -1/+278 |
2004-05-15 | - convert qDebug to odebug | ar | 1 | -1/+3 |
2004-05-14 | fixes | chicken | 1 | -1/+1 |
2004-04-23 | gcc3.4 fixlet | mickeyl | 1 | -7/+7 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-14 | namespaces fixed | alwin | 5 | -10/+11 |
2004-03-02 | Fix missed libopie include | drw | 1 | -2/+1 |
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 2 | -14/+14 |
TT. | ||||
2004-02-22 | fix depends | chicken | 1 | -1/+1 |
2004-02-21 | Update package dependancies to libopie2/libqtaux2 | drw | 1 | -1/+1 |
2004-02-21 | Appearance: libopie->libopie2/libqtaux | drw | 5 | -45/+48 |
2004-02-21 | improve support for BigScreen | ar | 2 | -470/+510 |
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -3/+2 |
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -3/+3 |
2003-12-04 | use opie-lupdate instead lupdate | ar | 1 | -19/+0 |
2003-10-29 | merge noncore/settings/* except networksettings for which tille volunteered ↵ | mickeyl | 4 | -21/+8 |
(thanks) | ||||
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 3 | -10/+13 |
2003-08-09 | Merge from BRANCH_1_0. | kergoth | 1 | -1/+1 |
2003-06-05 | sanitized | schurig | 1 | -1/+1 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 1 | -1/+1 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-04-20 | adding dutch to the .pro-files | cniehaus | 1 | -0/+1 |
2003-04-18 | Make appearance and rotate applet use the new rotation method of odevice. | kergoth | 1 | -10/+17 |
2003-04-15 | Add a third rotation direction, for 180 degree. | kergoth | 2 | -5/+20 |
2003-03-27 | Add the ability to change from clockwise to counterclockwise rotation behavior. | kergoth | 2 | -0/+33 |
2003-03-08 | font icon from inline | harlekin | 1 | -2/+2 |
2003-03-08 | Use inline pic for style tab | drw | 1 | -4/+4 |
2003-03-08 | use the wrench from inline | harlekin | 1 | -36/+36 |
2003-01-26 | Remove depends on a specific version.. it should be depending on >= or <= ↵ | kergoth | 1 | -1/+1 |
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency. | ||||
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 1 | -1/+1 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-23 | package naming change.. alter library packages to use debian naming ↵ | kergoth | 1 | -1/+1 |
convention. also moved bits that didnt belong in lib pakcages elsewhere. | ||||
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -0/+4 |
2003-01-16 | Move most of config categorization into root config, and consolated core vs ↵ | kergoth | 1 | -1/+1 |
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions. | ||||
2002-12-22 | Fixed some window captions to match the corresponding launcher icons | sandman | 1 | -1/+1 |
2002-12-17 | - small fix to reset the palette when changing styles | sandman | 3 | -13/+18 |
2002-12-16 | QWhatsThis added | drw | 2 | -60/+108 |
2002-12-14 | addLanguage rules | cniehaus | 1 | -0/+1 |
2002-12-11 | applied a patch from "Tais M. Hansen" <tais.hansen@osd.dk> to add danish | sandman | 1 | -0/+15 |
language support | ||||
2002-12-05 | Modified OColorButton to pass color to color dialog. Impacts appearance, ↵ | drw | 1 | -4/+3 |
launcher settings and liquid settings. | ||||
2002-11-28 | two small fixes for the new "no style" list: | sandman | 2 | -3/+7 |
- changes are saved on "OK" even when the embedded lineedit has the focus - the order of the entries not reversed on each invocation anymore |