Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-06-26 | get the default gfx driver from QWS_DISPLAY instead of hardcoding | mickeyl | 3 | -4/+12 |
it to 'Transformed' when launching rotated apps. Patch courtesy Manuel Teira | ||||
2005-06-24 | make pcmcia.png an inline picture and remove it from pics/cardmon and ↵ | mickeyl | 1 | -2/+80 |
pics/pcmcia | ||||
2005-05-09 | Inline Pictures and Resources: | zecke | 2 | -0/+12 |
I hate how the 'compability' inline methods produce nothing but problems... Do not expose the bool in the header file, this should help alwin... Most of the time the method is not inlined anyway so not having this bool accessible outside libqpe is good enough... | ||||
2005-05-03 | update | mickeyl | 1 | -75/+93 |
2005-04-19 | fix windowing on c7x0 - patch from OE | mickeyl | 1 | -1/+1 |
2005-04-16 | Opie X11: | zecke | 2 | -2/+2 |
Do not take the local qpeapplication.h but the Opie/X11 version | ||||
2005-04-14 | Fix icon sizing for light and qpe styles | drw | 2 | -15/+23 |
2005-04-04 | Speed up start times of applications: | zecke | 2 | -13/+33 |
-Do not load MimeType when using Resource::loadIconSet we introduce a global boolean (like TT) What is bad: The boolean is visible outside of libqpe and we've that extern in the header... On the former we can use visibility attributes soon | ||||
2005-03-31 | this is 1.2.0-snapshot now | mickeyl | 1 | -1/+1 |
2005-03-25 | approaching 1.2.0 ... | mickeyl | 1 | -1/+1 |
2005-03-25 | Trivial fix: | zecke | 1 | -0/+2 |
OS_UNIX et al is defined in qglobal.h so when including qpeglobal.h before most Qt headers the defines in qpeglobal are not valid. For example the QCOM instantiate method could not be exported properly due this. At least opie-eye when built with OpenEmbedded suffered this problem. | ||||
2005-03-20 | made monthview colors a little bit darker so them will visible on bright | alwin | 1 | -4/+7 |
displays | ||||
2005-03-20 | last stuff before 1.2: | alwin | 1 | -7/+18 |
when day has a holiday-fake-event and not other allday-event it will paint green. | ||||
2005-03-12 | -Fix compiler warning about a unused variable (nomax) | zecke | 1 | -0/+1 |
-The code seems to be twisted, and needs to be done the other way around (I will probably reconsider that statement with enough sleep tomorrow) | ||||
2005-03-10 | - implement nomax.patch from openembedded | ar | 2 | -3/+9 |
2005-03-07 | when copying a file to another storage it checks if the target-dir | alwin | 1 | -2/+40 |
(eg <storage>/Documents/<mime>/<mimesub>) exists and create it otherwise. | ||||
2005-03-07 | yes - scsi storage may be removeable devices! | alwin | 1 | -2/+3 |
2005-03-06 | The mainwidget could be deleted before the qpeapplication will be destructed or | zecke | 1 | -1/+4 |
the event loop will be left. Use a QGuardedPtr to not save widget coordinates on a not anymore existing mainwidget | ||||
2005-03-03 | added device names for 2.6 kernel | alwin | 1 | -2/+3 |
2005-02-24 | .png will be appened and this way we force Resource to parse all | zecke | 1 | -2/+2 |
AppLnks Stop that and improve speed and memory consumption | ||||
2005-02-23 | Fix crappy indenting on the methods I'm about to touch. Even TT fixed it... | zecke | 1 | -41/+43 |
2005-02-22 | Instead of having the same method four time with different name and image to ↵ | zecke | 1 | -40/+15 |
load we now have a define. This makes it more easy to change the handling of builtin decoration image | ||||
2005-02-22 | -Request Image Type extensions (e.g jpg, png, JPEG, PNG, tiff) from | zecke | 1 | -10/+39 |
MimeType only once (we need to see when and where to invalidate it) -Create a method for it to parse it once and clean up at the end | ||||
2005-02-22 | Do not scale the buttons in the decoration over and over again. | zecke | 1 | -4/+4 |
The logic was if the requested size is not the size of the pixmap load and scale it to the right size. The problem was the scaleButton method was changed to not scale the pixmap (to avoid bluring al will kill me for that) if the delta of the sizes was <= 4. We now do not try to scale if the delta is <= 4 | ||||
2005-02-22 | No special (2nd) lookup for the inline pictures. This saves additional seeks. | zecke | 1 | -7/+0 |
people not having defined LIBQPE_... will not notice a different as we still default to inline pictures | ||||
2005-02-22 | Remove overriding of inline pictures. We now can easily disable compilation | zecke | 1 | -27/+12 |
of compiled in icons | ||||
2005-02-19 | Correct the placement of the exportation | zecke | 1 | -1/+1 |
2005-02-19 | back out an unintentionally commited change | mickeyl | 1 | -11/+0 |
2005-02-19 | make inline image support optional | mickeyl | 1 | -5/+29 |
2005-02-08 | Remove the debug output of the ConfigCache | zecke | 1 | -1/+0 |
2005-02-08 | -Kill the need to compile Opie against a patched version of Qt/E | zecke | 5 | -246/+0 |
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-02-06 | Rewrite Trolltechs Cache implementation. | zecke | 1 | -142/+122 |
-Update the used timestamp on access -Do not play silly games with ConfigPrivate pointers copying them is enough In write save the old config group and restore it after writing it | ||||
2005-02-02 | 1.1.9 is so much yesterday... unbelievable | mickeyl | 1 | -1/+1 |
2005-02-02 | prepare for next version | mickeyl | 1 | -1/+1 |
2005-01-21 | - make opie compilable against qte 2.3.10 snapshot | ar | 5 | -11/+11 |
check QT_VERSION against 0x030000 instead of 300 | ||||
2005-01-09 | applnk : lazy loading of mime type icons (load only when needed) | wimpie | 2 | -53/+90 |
resource.cpp : print warning when requested image cannot be found and print the name of that image too | ||||
2005-01-04 | Changed VERSION string in control | wimpie | 4 | -4/+4 |
2005-01-02 | Add the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd ↵ | mickeyl | 1 | -0/+13 |
party apps against our headers | ||||
2004-12-30 | Remove the 'namespacing' of global and app icons in the PixmapCache | zecke | 1 | -29/+4 |
as it didn't utilize the embedded pixmaps anymore. Revert of the last commit | ||||
2004-12-27 | 1.1.8-snapshot now | mickeyl | 1 | -1/+1 |
2004-12-27 | 1.1.8 | mickeyl | 1 | -1/+1 |
2004-12-26 | QWidget *wid = 0; | zecke | 1 | -4/+8 |
delete wid; is legal c++ code. So make sure when freeing we obey c++ but take into account that free(NULL) is not legal. | ||||
2004-12-26 | Merge the way we insert Images into the PixmapCache | zecke | 1 | -4/+29 |
2004-12-26 | Config is now cached | zecke | 1 | -0/+195 |
2004-12-26 | Merge different read/write/readEntry methods with Qtopia2.1 from | zecke | 2 | -69/+168 |
Trolltech to prepare the ConfigCache merge | ||||
2004-12-24 | Config: | zecke | 3 | -18/+182 |
Merged: void writeEntry( const QString &key, const QStringList &lst) QStringList readListEntry( const QString &key ) const void removeGroup() void removeGroup(const QString&) QStringList allGroups() const Uninlined: const versions of read*Entry bool hasGroup ( const QString &gname )const QStringList groupList ( )const Marked these methods as NOT_IN_QPE, NOT_IN_SHARP, QTOPIA_MERGED_METHOD(version) to make them weak by default and to know which functions needs to be defined for possible SHARP.ROM versions | ||||
2004-12-24 | Whitespace changes | zecke | 1 | -5/+5 |
2004-12-24 | Remove Bogus white space | zecke | 1 | -9/+9 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 1 | -73/+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/+73 |