summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-10-04libqpe:zecke1-1/+1
My QPEApplication does not have a public copy constructor. so we simply avoid using it by creation the application directly.
2005-09-28add this for updated qvfb skin useagellornkcor1-0/+35
2005-09-27Mac OS X compile fixes:zecke4-10/+11
-disable the "fuege alle libs auf verdacht hinzu" hack and hope we will identify the root cause. -do not redefine cxa_... on Mac. At least the the Apple Linker is not happy with having that symbol defined twice. -well DYLD_BOOL could not be casted to bool. changing it to bool works -opiecore.pro use the same test as in include.pro to see if we build on linux
2005-09-21revertllornkcor1-741/+489
2005-09-19added patch to build QT/E 2.3.10 with gcc 4.x.xhrw2-0/+12
2005-09-16removed hardcoded font size from wellenreiterhrw2-2/+6
2005-09-13opieplayer: added rssparser.(cpp|h) into project file to get it buildhrw1-2/+4
- without that building fails on linking
2005-09-12libqpe/datebookmonth selector use too small fontsize on VGA screen.hrw2-1/+19
- now on =>480 screen.width it will use "default_fontsize" - 2 size on smaller screen devices behavior is not changed - close bug #1695
2005-09-11Opie 1.2.1mickeyl2-2/+2
2005-09-07Desktop file for opiestumblerskyhusker1-0/+6
2005-09-07Added opiestumbler iconskyhusker1-0/+0
2005-09-07translated Plugin into wtyczka in Polish languagehrw5-6/+6
2005-09-06Polished Polish translations:hrw43-6596/+5872
- added Polish chars - updated some strings - added some strings
2005-09-05Translation updates for 1.2.1drw487-2572/+7345
2005-09-03switch to 5-point calibration to make it work on some newer Zauriimickeyl2-4/+5
this goes hand in hand with the integration of the RMK tslib calibration algorithm into Qt/Embedded 2.3.x. Patch courtesy Richard Purdie.
2005-09-03fun with namespaces and moc... this patch fixes the hinge sensor on ↵mickeyl3-4/+19
clamshell Zaurii
2005-09-03fix compilation when QT_QWS_EBX is definedmickeyl1-1/+1
2005-09-03fix for gcc4mickeyl1-1/+1
2005-08-31Fix support for non-English language textsdrw5-7/+11
2005-08-31diminish error messagemickeyl1-2/+2
2005-08-31- add support for the new Switches type in the Linux Input System (coming ↵mickeyl10-416/+165
with 2.6.14) - use the new Switches support to rewrite the hinge sensor handling on Zaurus models w/ 2.6 - add Switches support to SysInfo, OInputSystem, oinputsystemdemo
2005-08-29- paint discovery pixmap if applicablemickeyl2-9/+9
- Resource -> OResource - fix off-by-one bug in paint()
2005-08-29add pixmap for bluetooth on + discovery modemickeyl1-0/+0
2005-08-29Hi-res icons for datebookdrw4-0/+0
2005-08-29Fix addressbook app icon to have blue circledrw1-0/+0
2005-08-29Remove old, unused addressbook small iconsdrw3-0/+0
2005-08-29Scale icons in contact table listing and in configure dialogdrw2-16/+24
2005-08-29Hi-res icons for addressbookdrw17-0/+0
2005-08-29simpify the mimesllornkcor1-2/+2
2005-08-28added podcast support for opieplayerllornkcor1-1/+2
2005-08-28podcast! support.. 1st installment. needs improvementsllornkcor4-110/+567
2005-08-27call QCopChannel::send() instead of using a QCopEnvelopmickeyl2-26/+14
2005-08-27call processEvents() to make it more likely^w^w^wsure the QCopEnvelope gets ↵mickeyl2-0/+4
processed
2005-08-25revert last change which made dialogs appear as small windows on 240x320 modelsmickeyl1-5/+5
2005-08-25fix search resultsllornkcor1-12/+13
2005-08-24optimize search. fix other thingsllornkcor3-200/+170
2005-08-24fix STUPID bug by remembering that a QCopEnvelope is sent in the object ↵mickeyl2-5/+13
destructor sometimes C++ is too tricky for human beings :/
2005-08-23make it compilemickeyl10-24/+12
2005-08-23mention SL-C3100, mention helper programs (add more if necessary)mickeyl1-4/+11
2005-08-23- fix SIGSEGV when trying to send but IrDA is not enabledmickeyl2-27/+32
- rename 'scan' button to 'rescan' - disable 'send' button if IrDA and BT is both disabled
2005-08-23add support for the Sharp SL-C3100 "Borzoi"mickeyl4-11/+22
2005-08-23make calc2 a subdir projectmickeyl14-10/+23
2005-08-23remove double entries added by previous commit (*cough* *cough* we know who ↵mickeyl1-4/+0
you are :D)
2005-08-23and away with the generated onesmickeyl2-353/+0
2005-08-23readd some files againmickeyl7-3/+960
2005-08-23fix urlllornkcor2-2/+2
2005-08-22changed tab order in light-and-power settings panelhrw1-17/+12
now it behave like it should (goes from up to bottom, left to right)
2005-08-22add obexsendbase.ui courtesy Michael Hayniemickeyl1-0/+369
2005-08-22update ChangeLogmickeyl1-1/+2
2005-08-22Replace the existing, apparently non-working, OBEX Send form with amickeyl5-450/+42
completely new implementation. The new implementation supports selective send over both IrDA and Bluetooth, to selected receivers (which are discovered as the form pops up). The form also indicates transfer status as the transfers progress. There is a new QT Designer UI form file, integrated into the build. There are also two new source files for the form to supply the abstract methods (typical of QT2). Patch courtesy Michael Haynie - thanks!