summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
2003-06-03fix to [OPIE 0000952] after zecke said "do it" :-)schurig2-2/+2
task-opie-minimal even more minimal because opie-aqpkg is not longer needed pics/opie-sh/opie-sh.png now in opie-common opie-sh.control contains the other 3 pics now This will make that a "task-opie-minimal"-installation doesn't show any errors anymore.
2003-06-03#ifdef QT_QWS_SHARP --> #ifndef QT_QWS_SIMPADmickeyl1-3/+3
2003-06-03initial ramses hardware adaptionschurig3-7/+7
2003-06-02addedschurig1-0/+68
2003-05-22guard ugly c700-only hacks with #ifdef QT_QWS_SHARPmickeyl1-1/+7
2003-05-16enable opie to compile against a non-patched qt 2.3.2mickeyl4-7/+19
to prepare the possibility of building an opie 1.0 feed for the sharp rom
2003-05-14Guard against self assignemt as wellzecke1-0/+1
2003-05-13Allow AllDay Events to span multiple days... again Revert to 1.9zecke1-3/+3
2003-05-12Hospital Hacking Sessionzecke2-15/+18
Install libopie.qm make apps fully translatable... refactor installing trans into a method instead of having the same code copy and pasted three times
2003-05-04remove debug message - Cannot find iconllornkcor1-356/+356
2003-04-26Change default font for large screen sizes to vera/16 rather than vera/18.kergoth1-1/+1
2003-04-23Change the default font to Bitstream Vera rather than Helvetica. See ↵kergoth2-6/+6
http://openzaurus.org/mirror/ for the qpfs in tar.gz and ipk format.
2003-04-23Better remove it once and for all... ( debug message )zecke1-2/+0
2003-04-23Adjust depends to adapt to new qt/e font packagingkergoth1-1/+1
2003-04-22remove qdebugllornkcor1-1/+2
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth11-0/+11
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-22libqte2 is not the package name fo dependencies should be also fixedgroucho2-2/+2
2003-04-20Remove opie-rotation from task-opie-settings.kergoth1-1/+1
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-04-19big toolbar icons for screenwidths > 600harlekin1-4/+14
2003-04-16Fix API docuzecke10-34/+65
2003-04-14- inlinepics does not seem to be current in CVSgroucho1-44/+149
- Added mailit translation
2003-04-10small icon size is 14 for > 200 pixel width and font 18 for > 600harlekin1-13/+13
2003-04-09The last changes to the inlines seems to be lacking the qembed callsgroucho1-1607/+1506
2003-03-28Ensure StorageInfo picks up /dev/rootkergoth1-1/+3
2003-03-27using releases from qtopia-free-1.6.0-snapshot-20030324 which fixes theeilers4-214/+251
following bugs #776 and #490: Now, we could successfully parse vcards from palm 4 + 5 and quoted-printable encoded lines .. !
2003-03-27 Behavior change for setCurrentRotation. Now changes rotation for newlykergoth1-19/+21
started apps as well as those currently running. Differs from setDefaultRotation in that 1) it rotates currently running apps, and 2) does not set deforient or save orientation to qpe.conf.
2003-03-26Instead of writing the entire QWS_DISPLAY field in setDefaultRotation, write ↵kergoth1-1/+1
out a single numeric rotation value field, which is the degrees to rotate.
2003-03-26- qcopenvelope inclusion not needed anymoresimon1-4/+0
2003-03-26- Kommando zurueck :)simon2-10/+3
2003-03-26- in the systemMessage handler for setCurrentRotation, callsimon1-3/+5
setCurrentRotation only if we're the display server
2003-03-26add static isCf, isSd, and isMmcllornkcor2-4/+65
2003-03-25milestone reached ( life rotation and others ) -> 0.9.3harlekin1-1/+1
2003-03-25inline fixes doneharlekin1-1668/+1664
2003-03-25- in setCurrentRotation do the qcop call if we're called from withinsimon1-0/+9
a client (consistent to setDefaultRotation's behaviour)
2003-03-25s/==/=/;kergoth1-1/+1
2003-03-25Ran qembed for the new inline picsgroucho1-1677/+1681
2003-03-24Small anti-crash fix: Sync with QtopiaDesktop caused a big mess. But thiseilers1-1/+6
mess should't crash datebook. Therefore this fix prevents datebook to hang if rweekdays=="0"
2003-03-21added redo undoharlekin1-1492/+1524
2003-03-20Add Replaces opie-base, to ensure the old one goes away if user is upgrading.kergoth1-0/+1
2003-03-20Add prerm/postinst to add/remove /home/QtPalmtop compatibility symlink.kergoth2-0/+10
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth3-3/+3
2003-03-11Called mkinlinepics as it was missing after the last updategroucho1-1598/+1524
2003-03-08first version of crystal inlinepicsharlekin1-3179/+2465
2003-03-03 bumb versionnumbers now on weekly basis to make it easier to narrow which ↵harlekin1-1/+1
version the users are using
2003-03-03from carsten for mellen - removes Form1mickeyl1-4/+0
2003-02-24Hmm, Oliver was that intentional?harlekin1-1/+1
changed the opiemail config.in files to the correct dependencies. How did this slip in again ? - qApp->desktop()->qwsDisplay()->setTransformation( e ); + //qApp->desktop()->qwsDisplay()->setTransformation( e );
2003-02-23added a couple public methods- remove(int) count() text(int) and ↵llornkcor2-17/+60
setUseLabel. see header for notes
2003-02-22Finally and hopefully, dependencies are correct. Comments ?groucho9-9/+10
Fixed missing include in euroconv.pro