summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
2005-02-22No special (2nd) lookup for the inline pictures. This saves additional seeks.zecke1-7/+0
people not having defined LIBQPE_... will not notice a different as we still default to inline pictures
2005-02-22Remove overriding of inline pictures. We now can easily disable compilationzecke1-27/+12
of compiled in icons
2005-02-19Correct the placement of the exportationzecke1-1/+1
2005-02-19back out an unintentionally commited changemickeyl1-11/+0
2005-02-19make inline image support optionalmickeyl1-5/+29
2005-02-08Remove the debug output of the ConfigCachezecke1-1/+0
2005-02-08-Kill the need to compile Opie against a patched version of Qt/Ezecke5-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-06Rewrite Trolltechs Cache implementation.zecke1-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-021.1.9 is so much yesterday... unbelievablemickeyl1-1/+1
2005-02-02prepare for next versionmickeyl1-1/+1
2005-01-21- make opie compilable against qte 2.3.10 snapshotar5-11/+11
check QT_VERSION against 0x030000 instead of 300
2005-01-09applnk : lazy loading of mime type icons (load only when needed)wimpie2-53/+90
resource.cpp : print warning when requested image cannot be found and print the name of that image too
2005-01-04Changed VERSION string in controlwimpie4-4/+4
2005-01-02Add the Qtopia 1.7 SDK macros for quick-apps to easa compilation of 3rd ↵mickeyl1-0/+13
party apps against our headers
2004-12-30Remove the 'namespacing' of global and app icons in the PixmapCachezecke1-29/+4
as it didn't utilize the embedded pixmaps anymore. Revert of the last commit
2004-12-271.1.8-snapshot nowmickeyl1-1/+1
2004-12-271.1.8mickeyl1-1/+1
2004-12-26QWidget *wid = 0;zecke1-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-26Merge the way we insert Images into the PixmapCachezecke1-4/+29
2004-12-26Config is now cachedzecke1-0/+195
2004-12-26Merge different read/write/readEntry methods with Qtopia2.1 fromzecke2-69/+168
Trolltech to prepare the ConfigCache merge
2004-12-24Config:zecke3-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-24Whitespace changeszecke1-5/+5
2004-12-24Remove Bogus white spacezecke1-9/+9
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-73/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+73
2004-12-20Restore Files:zecke10-97/+177
-QWSDecoration scaling fixes by mickeyl -Readd macros for DEPRECATED and VISIBILITY -Move out showWidget and execDialog to widget_sowing.cpp -QPE_EXPORT_SYMBOL for Q_EXPORT_INTERFACE -Deprecated for FileSelector, QPEMenubar and Toolbar
2004-11-19Don't just allow "TYPE=<value>".. This makes the vcard import filter moreeilers1-2/+4
robust against unexpected typos..
2004-11-151.1.7-snapshot nowmickeyl1-1/+1
2004-11-14Opie 1.1.7mickeyl1-1/+1
2004-10-21turn off qDebug and qWarning in release mode. This should also quiet any 3rd ↵llornkcor1-0/+23
party applications outside opie control
2004-10-17G++ 4.0 compiler fixeszecke1-1/+1
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke3-5/+5
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter
2004-10-15Remove installTranslator also from the headerzecke1-3/+0
2004-10-15Remove QPEApplication::installTranslator and use qtopia_installTranslatorzecke1-35/+33
patch adopted from Qtopia1.7
2004-10-15Make sure that qpeDir() has a QDir::seperator() as last character. This codezecke1-7/+20
comes from Qtopia1.7 Conversion to it is done by myself
2004-10-15-Add a QPEGLOBAL that adds define for 'weak', 'used' and unused symbolszecke7-37/+67
Make use of the newly added qpeglobal.h to kill custom versions of similiar macros
2004-09-19Have only one showDialog function.zecke1-59/+1
If the dialog sizeHint is smaller than the width of the desktop qpe_show_dialog didn't 'maximize' the widget and just showed it. QPEApplication::showDialog does better in that respect but does not have custom 'centering' of the dialog. But that doesn't matter as we save/restore size and position for BigScreen.
2004-09-18prepare changelog for next release, version is now 1.1.6-snapshotmickeyl1-1/+1
2004-09-17- remove double entry.ar1-4/+0
LIBQPE_WIHTROHFEEDBACK already in $OPIEDIR/config.in
2004-09-17this is 1.1.6mickeyl1-1/+1
2004-09-15BUGFIX: unbreak right-on-hold feedbackmickeyl1-1/+1
2004-09-15changed CDLF into CRschurig2-2349/+2349
2004-09-14Be able to properly import vCard from Cell Phoneszecke3-2440/+2472
2004-09-12Delete the d pointerzecke1-0/+3
2004-09-12show text label and remove bogus sleepmickeyl1-10/+1
2004-09-10added support for DEVFSschurig1-0/+16
2004-09-10Fix warnings of '//' inside the commentzecke1-6/+6
2004-09-10Add some gcc vodoo magic to mark the method as unusedzecke2-1/+14
__attribute__((unused))
2004-08-29Added #ifndef QT_NO_SOUND to compile correctly if sound is disabled..eilers1-1/+2
(Important for MAC)