summaryrefslogtreecommitdiff
path: root/library/qpeapplication.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-06-13Set the ScrollBar position right on start.zecke1-1/+7
This works on Qt2.3.8 and Qt2.3.7
2004-04-25escape closellornkcor1-1/+3
2004-04-25fix bigfotosllornkcor1-0/+10
2004-04-25remove commentedllornkcor1-8/+1
2004-04-25remove embeddedkonsole hackllornkcor1-4/+1
2004-04-25remove commented out ugly hackllornkcor1-25/+0
2004-04-25remove non needed qdebugsllornkcor1-2/+0
2004-04-25fix persistence in other widgetsllornkcor1-10/+14
2004-04-25fix nonmaximized apps, and make the state and position persistent. ported ↵llornkcor1-31/+240
from Qtopia 1.7 :)
2004-04-25revert change 1.76 of this file, as causes titlebars to not show on large ↵llornkcor1-1/+12
displays
2004-04-19- BigScreen: show MainWidget not maximized on big screensar1-12/+1
2004-04-07Using the right mixer helps.. lets see if h5xxx breaks againzecke1-1/+1
2004-04-05Don't lock up with Qt2.3.8zecke1-2/+2
2004-03-06-ioctl( fd, MIXER_WRITE( 0 ), &vol );zecke1-1/+1
+ioctl( fd, MIXER_WRITE( SOUND_MIXER_PCM ), &vol ); don't hardcode the mixer
2004-03-02applied the patch generated by the optimize_connect script fromalwin1-6/+6
TT.
2004-03-01fix includeschicken1-1/+0
2004-02-21Unbreak fastloading. So the API Documentation is a lie..zecke1-8/+7
showMainWidget may not setMainWidget because this would break Fastloading..
2004-02-06add api docuzecke1-2/+4
2003-11-03Porting Opie to MacOS-X.eilers1-2/+27
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details
2003-10-07ifndef -> if defined... we want big icons on high_res_small_phyzecke1-1/+1
2003-10-07Add the possible defines to the custom- device headerszecke1-5/+5
-storage remove stupid check for custom.h. We gurantee it to be present ( even if it is empty ) -qpeapplication -introduce OPIE_NEW_MALLOC This will use malloc and free for new and delete -introduce OPIE_HIGH_RES_SMALL_PHY define this if you've a high resolution but physical smaller display FIXME: some one needs to introduce a C7xx Custom.h or define OPIE_HIGH_RES_SMALL_PHY somewhere in the custom-sharp.h
2003-10-04Allow Opie beeing build with a Plain version of Qt without weak symbolszecke1-2/+8
2003-10-04merges of qcopQokzecke1-3/+13
and QPIxmapCache 'calibration' for PDA needs
2003-10-02Move the #ifdef so that the code actually compiles if the expressionzecke1-1/+2
is not true
2003-09-30Use a QQueue as in Qtopiazecke1-9/+11
2003-09-30Only send local QCOP Requests when you've inserted the event loop becausezecke1-1/+7
only at this point they will be delivered right ( slots connected to the signals ) Needs a backport!!!!
2003-09-30Use the improved version to iterate over windows from Qtopiazecke1-87/+75
and include the top level widgets in the to be iterated widgets
2003-09-01Fix to compile..eilers1-2/+2
2003-08-29Patch provided by mithrozecke1-0/+46
I've included 2 patches need to make opie support on the fly screen resolution changing. This is done with the following, qcop "QPE/System" "setCurrentMode(int,int,int)" 480 640 16 This is good for running applications in compatibility mode on the C700. As you can see there isn't much to these patches.
2003-08-29-IF the app is visible and has more than once topLevel widgetzecke1-39/+103
iterate over the list and activate the next one. -Install translation in .qm -Add an else again ( was lost in a merge )
2003-08-26fixlet for compilage with older versionsmickeyl1-0/+2
2003-08-25-instead of defining for an board we define now what thiszecke1-27/+125
boards need QPE_NEED_CALIBRATE -launcher is the only one executin application -allow processing of QCOPfiles after start ( qpeapplication ) -qcopenvelope no longer calls Global::execute
2003-08-18If gnuc > 2 define our own __cxa_pure_virtualzecke1-0/+12
this allows us to link with gcc with latest gcc3.3.1pre1 toolchain
2003-08-08Merged branches from BRANCH_1_0eilers1-21/+35
2003-06-03#ifdef QT_QWS_SHARP --> #ifndef QT_QWS_SIMPADmickeyl1-3/+3
2003-06-03initial ramses hardware adaptionschurig1-5/+5
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.2mickeyl1-0/+2
to prepare the possibility of building an opie 1.0 feed for the sharp rom
2003-05-12Hospital Hacking Sessionzecke1-15/+15
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-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 ↵kergoth1-4/+4
http://openzaurus.org/mirror/ for the qpfs in tar.gz and ipk format.
2003-04-19big toolbar icons for screenwidths > 600harlekin1-4/+14
2003-04-16Fix API docuzecke1-1/+2
2003-04-10small icon size is 14 for > 200 pixel width and font 18 for > 600harlekin1-13/+13
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- Kommando zurueck :)simon1-5/+3
2003-03-26- in the systemMessage handler for setCurrentRotation, callsimon1-3/+5
setCurrentRotation only if we're the display server
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth1-1/+1
2003-01-26Add setCurrentRotation QCop call for later use of on the fly rotation. Also ↵kergoth1-0/+5
adapt depends to the actual required qt version.
2002-12-30removed the "Width 240" qWarning()sandman1-1/+1