Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-24 | Each file in this commit has an instance where a pointer is checked at | erik | 1 | -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-19 | Commit of Paul's patch to remove a macro and substitute it with a | erik | 1 | -5/+11 |
class variable. | ||||
2005-09-27 | Mac OS X compile fixes: | zecke | 1 | -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-25 | revert last change which made dialogs appear as small windows on 240x320 models | mickeyl | 1 | -5/+5 |
2005-08-09 | default should be maximized | llornkcor | 1 | -5/+5 |
2005-06-26 | get the default gfx driver from QWS_DISPLAY instead of hardcoding | mickeyl | 1 | -1/+4 |
it to 'Transformed' when launching rotated apps. Patch courtesy Manuel Teira | ||||
2005-03-10 | - implement nomax.patch from openembedded | ar | 1 | -3/+5 |
2005-03-06 | The mainwidget could be deleted before the qpeapplication will be destructed or | zecke | 1 | -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/E | zecke | 1 | -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 snapshot | ar | 1 | -2/+2 |
check QT_VERSION against 0x030000 instead of 300 | ||||
2004-12-26 | QWidget *wid = 0; | zecke | 1 | -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-20 | Restore Files: | zecke | 1 | -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-21 | turn off qDebug and qWarning in release mode. This should also quiet any 3rd ↵ | llornkcor | 1 | -0/+23 |
party applications outside opie control | ||||
2004-10-15 | Remove QPEApplication::installTranslator and use qtopia_installTranslator | zecke | 1 | -35/+33 |
patch adopted from Qtopia1.7 | ||||
2004-10-15 | Make sure that qpeDir() has a QDir::seperator() as last character. This code | zecke | 1 | -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 symbols | zecke | 1 | -6/+2 |
Make use of the newly added qpeglobal.h to kill custom versions of similiar macros | ||||
2004-09-19 | Have only one showDialog function. | zecke | 1 | -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-12 | show text label and remove bogus sleep | mickeyl | 1 | -10/+1 |
2004-09-10 | added support for DEVFS | schurig | 1 | -0/+16 |
2004-08-25 | Final changes for RoH Feedback | wimpie | 1 | -28/+30 |
- changed *.pro file to compile in backend - some more fixes to rohfeedback and qpeapplication | ||||
2004-08-24 | Allow to completely turn off/on Right on Hold Visual Feedback | zecke | 1 | -5/+12 |
mickey thanks for spotting the linking failures :} | ||||
2004-08-24 | Add RightOn Hold Visual Feedback and integrate it | zecke | 1 | -3/+29 |
into QPEApplication Icons and Config Option will be comitted by WIMPIE | ||||
2004-07-18 | yet another compat guard for functions added in recent qte releases | mickeyl | 1 | -0/+4 |
2004-07-18 | qte-2.3.2 compat compile fix | mickeyl | 1 | -1/+2 |
2004-07-17 | Now it is perfect.. | eilers | 1 | -1/+1 |
2004-07-17 | Hmph.. No comment .. Thanks Zecke ! | eilers | 1 | -1/+1 |
2004-07-17 | Ok.. MAC handles even weak symbols differently.. | eilers | 1 | -5/+4 |
Now this should handle mac and linux with qte 2.3.7 and above .. | ||||
2004-07-17 | Make it compileable if just qte 2.3.7 is available. | eilers | 1 | -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-12 | Query for FontFactories which implement the FontFactoryInterface on | zecke | 1 | -3/+5 |
QPEApplication creation. Also update the comment in the API docu as now FontFactories are loaded | ||||
2004-06-27 | Safe eilers some time for weak symbols on MacOS X | zecke | 1 | -1/+7 |
2004-06-25 | - get rid of HIGH_RES_LOW_PHYS to allow shipping one libqpe for all devices | mickeyl | 1 | -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-13 | Set the ScrollBar position right on start. | zecke | 1 | -1/+7 |
This works on Qt2.3.8 and Qt2.3.7 | ||||
2004-04-25 | escape close | llornkcor | 1 | -1/+3 |
2004-04-25 | fix bigfotos | llornkcor | 1 | -0/+10 |
2004-04-25 | remove commented | llornkcor | 1 | -8/+1 |
2004-04-25 | remove embeddedkonsole hack | llornkcor | 1 | -4/+1 |
2004-04-25 | remove commented out ugly hack | llornkcor | 1 | -25/+0 |
2004-04-25 | remove non needed qdebugs | llornkcor | 1 | -2/+0 |
2004-04-25 | fix persistence in other widgets | llornkcor | 1 | -10/+14 |
2004-04-25 | fix nonmaximized apps, and make the state and position persistent. ported ↵ | llornkcor | 1 | -31/+240 |
from Qtopia 1.7 :) | ||||
2004-04-25 | revert change 1.76 of this file, as causes titlebars to not show on large ↵ | llornkcor | 1 | -1/+12 |
displays | ||||
2004-04-19 | - BigScreen: show MainWidget not maximized on big screens | ar | 1 | -12/+1 |
2004-04-07 | Using the right mixer helps.. lets see if h5xxx breaks again | zecke | 1 | -1/+1 |
2004-04-05 | Don't lock up with Qt2.3.8 | zecke | 1 | -2/+2 |
2004-03-06 | -ioctl( fd, MIXER_WRITE( 0 ), &vol ); | zecke | 1 | -1/+1 |
+ioctl( fd, MIXER_WRITE( SOUND_MIXER_PCM ), &vol ); don't hardcode the mixer | ||||
2004-03-02 | applied the patch generated by the optimize_connect script from | alwin | 1 | -6/+6 |
TT. | ||||
2004-03-01 | fix includes | chicken | 1 | -1/+0 |
2004-02-21 | Unbreak fastloading. So the API Documentation is a lie.. | zecke | 1 | -8/+7 |
showMainWidget may not setMainWidget because this would break Fastloading.. | ||||
2004-02-06 | add api docu | zecke | 1 | -2/+4 |
2003-11-03 | Porting Opie to MacOS-X. | eilers | 1 | -2/+27 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details |