summaryrefslogtreecommitdiff
path: root/library
AgeCommit message (Collapse)AuthorFilesLines
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
2003-02-21make allday events all bit less fscked up...zecke1-6/+3
Basicly an AllDay Event should be pinned to a day but Qtopia suffers from a problem when changing timezones an AllDay event can span two days... This patch make it at least not span two days..
2003-02-19Fix a bug that prevented ldconfig execution in postinstkergoth1-1/+1
2003-02-19time_t a long in our case may be < 0zecke1-2/+2
This unfscks birthdays which occur in 1944 and other prior to starting of unix time
2003-02-16stoned coding should be prohibited in Australia..zecke1-2/+2
The comment nicely says year month day Z hour minute secons and it was year month year so what is wrong ;)
2003-02-13Finally replaced oipkg by aqpkg as several people seem to have confusing ↵groucho2-2/+2
problems with oipkg.
2003-02-13Added Euroconv for Eric Santonaccigroucho1-1/+1
Changed the opiemail config.in files to the correct dependencies. How did this slip in again ?
2003-02-11fix bug 0000591zecke1-2/+7
AppLnk does not need to reload all labels but it needs to reload the names for the ids in mCat
2003-02-11Typo fix in descriptiondrw1-1/+1
2003-02-11Qtopia -> Opie in descriptiondrw1-1/+1
2003-02-02updated to due to no longer existant packagesharlekin2-2/+2
2003-02-01better have , between dependenciesharlekin1-1/+1
2003-01-31Added qpe-base to the Provides: list to make Zaurus apps work (like ↵groucho1-1/+1
opie-console)
2003-01-29Forgot this one- removed task-opie dependencygroucho1-1/+0
2003-01-28Hopefully the final dependencies so that upgrading is ok:groucho2-2/+2
taskopie depends on task-opie-minimal which in turn depends on opie-taskbar
2003-01-28Added opie-taskbar dependency to make sure it gets installed. Several users ↵groucho1-0/+1
noticed a missing qpe executable after upgrade
2003-01-26None->Rot0 name for transformation enum, as it stomped on someone elses None ;)kergoth1-2/+2
2003-01-26Add setCurrentRotation QCop call for later use of on the fly rotation. Also ↵kergoth3-18/+52
adapt depends to the actual required qt version.
2003-01-26Some more dependency boogie...groucho2-2/+2
2003-01-26Remove the Sharp battery % read hack, not necessary in recent OZ, and ↵kergoth1-59/+2
supporting the stock Sharp ROM in our libqpe isnt important.
2003-01-24Okay, better solution guys.. opie-base virtual package is gone. opie-common ↵kergoth2-10/+3
now Provides and Replaces opie-base, and the qcop, sounds, pics, etc explicit dependencies are in the launcher itself. If you have a better way to handle it, let me know. This should fix the opie-common being installed before opie-base broken upgrade path noted by Oliver on the list.
2003-01-241) add Replaces: qt-embedded-rotation to libqt2-emb-fonts, per oliver, and ↵kergoth1-1/+1
2) add libqt2-emb-fonts to libqpe1 depends, to ensure the fonts are always available when using any qtopia app.
2003-01-24libopie11->libopie1kergoth1-1/+1
2003-01-24Correct Files, it was trying to grab the startup script as well.kergoth1-1/+1
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-2/+3
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23opiedir/lib instead of qtdir/lib..kergoth1-2/+1
2003-01-23libopie/libopie.controlkergoth2-17/+0
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth4-6/+22
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-22Added qt-embedded-rotation to opie-basegroucho1-1/+1
2003-01-19its networksettings nowharlekin1-1/+1
2003-01-16Add lkc language document, and update a couple cvsignores.kergoth1-0/+1
2003-01-16i18n for new buildsystem :)kergoth1-0/+3
2003-01-16Make qt/x11 vs qt/e selection a proper 'choice' in the config system.kergoth1-4/+1
2003-01-15there is only one batteryapplet nowharlekin1-1/+1
2003-01-01- ignore dsosimon1-0/+1
2002-12-31add a QStringList groupList ( ) const method for carsten :)sandman1-0/+1
[inline for Sharp BC]
2002-12-30removed the "Width 240" qWarning()sandman1-1/+1
2002-12-30forgot the remove opie-keyboard from the dependency listsandman1-1/+1
2002-12-26- fixed some typossandman4-4/+4
- replaced keyboard with multikey - replaced appskey with button-settings
2002-12-26fix for bug #500 (duplicate depends)sandman1-1/+1
2002-12-22Totally reworked the key grabbing, which always had problems:sandman3-72/+54
- applications get *all* key events now, as long as they have the focus - an application decides if it has the keyboard grabbed or not - if it's grabbed, the app consumes the key press - if it's not grabbed and a F1-F29 key is pressed, the app sends a QCop call to the launcher (deviceButtonPressed(...)) - when the launcher receives a QCop deviceButtonPressed it simply sends the configured QCopEnvelope - all "special" actions (like menu, home) are now accessible via QCop calls (see buttonsettings)
2002-12-22call ldconfig in postinst for libraries (only if it is installed)sandman1-1/+2
2002-12-22added a funtion to check the presence of a group in a config file -- if yousandman1-0/+3
setGroup() to a non-existing group this group gets created and the config file is rewritten with an empty group, which is not needed in most cases.
2002-12-17replaced the simple fork and execv method of starting applications with asandman1-11/+54
more sophisticated method (mostly taken from K/OProcess, because we can't use libopie in libqpe). We can detect now, if apps can not be started.