Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 | ||||
2003-10-07 | ifndef -> if defined... we want big icons on high_res_small_phy | zecke | 1 | -1/+1 |
2003-10-07 | Add the possible defines to the custom- device headers | zecke | 1 | -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-04 | Allow Opie beeing build with a Plain version of Qt without weak symbols | zecke | 1 | -2/+8 |
2003-10-04 | merges of qcopQok | zecke | 1 | -3/+13 |
and QPIxmapCache 'calibration' for PDA needs | ||||
2003-10-02 | Move the #ifdef so that the code actually compiles if the expression | zecke | 1 | -1/+2 |
is not true | ||||
2003-09-30 | Use a QQueue as in Qtopia | zecke | 1 | -9/+11 |
2003-09-30 | Only send local QCOP Requests when you've inserted the event loop because | zecke | 1 | -1/+7 |
only at this point they will be delivered right ( slots connected to the signals ) Needs a backport!!!! | ||||
2003-09-30 | Use the improved version to iterate over windows from Qtopia | zecke | 1 | -87/+75 |
and include the top level widgets in the to be iterated widgets | ||||
2003-09-01 | Fix to compile.. | eilers | 1 | -2/+2 |
2003-08-29 | Patch provided by mithro | zecke | 1 | -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 widget | zecke | 1 | -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-26 | fixlet for compilage with older versions | mickeyl | 1 | -0/+2 |
2003-08-25 | -instead of defining for an board we define now what this | zecke | 1 | -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-18 | If gnuc > 2 define our own __cxa_pure_virtual | zecke | 1 | -0/+12 |
this allows us to link with gcc with latest gcc3.3.1pre1 toolchain | ||||
2003-08-08 | Merged branches from BRANCH_1_0 | eilers | 1 | -21/+35 |
2003-06-03 | #ifdef QT_QWS_SHARP --> #ifndef QT_QWS_SIMPAD | mickeyl | 1 | -3/+3 |
2003-06-03 | initial ramses hardware adaption | schurig | 1 | -5/+5 |
2003-05-22 | guard ugly c700-only hacks with #ifdef QT_QWS_SHARP | mickeyl | 1 | -1/+7 |
2003-05-16 | enable opie to compile against a non-patched qt 2.3.2 | mickeyl | 1 | -0/+2 |
to prepare the possibility of building an opie 1.0 feed for the sharp rom | ||||
2003-05-12 | Hospital Hacking Session | zecke | 1 | -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 |