summaryrefslogtreecommitdiff
path: root/library/qpeapplication.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-24Each file in this commit has an instance where a pointer is checked aterik1-5/+5
one point in the code and then not checked in another point in the code. If it needed to be checked once, it needs to be checked the other time. If not the application could segfault.
2007-01-19Commit of Paul's patch to remove a macro and substitute it with aerik1-5/+11
class variable.
2005-09-27Mac OS X compile fixes:zecke1-1/+1
-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-08-25revert last change which made dialogs appear as small windows on 240x320 modelsmickeyl1-5/+5
2005-08-09default should be maximizedllornkcor1-5/+5
2005-06-26get the default gfx driver from QWS_DISPLAY instead of hardcodingmickeyl1-1/+4
it to 'Transformed' when launching rotated apps. Patch courtesy Manuel Teira
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