summaryrefslogtreecommitdiff
path: root/library/qpeapplication.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-03-10- implement nomax.patch from openembeddedar1-3/+5
2005-03-06The mainwidget could be deleted before the qpeapplication will be destructed orzecke1-1/+4
the event loop will be left. Use a QGuardedPtr to not save widget coordinates on a not anymore existing mainwidget
2005-02-08-Kill the need to compile Opie against a patched version of Qt/Ezecke1-40/+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-01-21- make opie compilable against qte 2.3.10 snapshotar1-2/+2
check QT_VERSION against 0x030000 instead of 300
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-20Restore Files:zecke1-40/+40
-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-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-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 symbolszecke1-6/+2
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-12show text label and remove bogus sleepmickeyl1-10/+1
2004-09-10added support for DEVFSschurig1-0/+16
2004-08-25Final changes for RoH Feedbackwimpie1-28/+30
- changed *.pro file to compile in backend - some more fixes to rohfeedback and qpeapplication
2004-08-24Allow to completely turn off/on Right on Hold Visual Feedbackzecke1-5/+12
mickey thanks for spotting the linking failures :}
2004-08-24Add RightOn Hold Visual Feedback and integrate itzecke1-3/+29
into QPEApplication Icons and Config Option will be comitted by WIMPIE
2004-07-18yet another compat guard for functions added in recent qte releasesmickeyl1-0/+4
2004-07-18qte-2.3.2 compat compile fixmickeyl1-1/+2
2004-07-17Now it is perfect..eilers1-1/+1
2004-07-17Hmph.. No comment .. Thanks Zecke !eilers1-1/+1
2004-07-17Ok.. MAC handles even weak symbols differently..eilers1-5/+4
Now this should handle mac and linux with qte 2.3.7 and above ..
2004-07-17Make it compileable if just qte 2.3.7 is available.eilers1-1/+5
Weak symbols just protect us against unresolved symbols at runtime. But, if it is unresolved at compile time, linking will fail !
2004-07-12Query for FontFactories which implement the FontFactoryInterface onzecke1-3/+5
QPEApplication creation. Also update the comment in the API docu as now FontFactories are loaded
2004-06-27Safe eilers some time for weak symbols on MacOS Xzecke1-1/+7
2004-06-25- get rid of HIGH_RES_LOW_PHYS to allow shipping one libqpe for all devicesmickeyl1-1252/+1247
- honor FontFamily and FontSize as set in qpe/Appearance - NOTE to packagers: Remember to ship appropriate qpe.conf files for the different devices!
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