Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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 | ||||
2003-04-26 | Change default font for large screen sizes to vera/16 rather than vera/18. | kergoth | 1 | -1/+1 |
2003-04-23 | Change the default font to Bitstream Vera rather than Helvetica. See ↵ | kergoth | 1 | -4/+4 |
http://openzaurus.org/mirror/ for the qpfs in tar.gz and ipk format. | ||||
2003-04-19 | big toolbar icons for screenwidths > 600 | harlekin | 1 | -4/+14 |
2003-04-16 | Fix API docu | zecke | 1 | -1/+2 |
2003-04-10 | small icon size is 14 for > 200 pixel width and font 18 for > 600 | harlekin | 1 | -13/+13 |
2003-03-26 | Instead of writing the entire QWS_DISPLAY field in setDefaultRotation, write ↵ | kergoth | 1 | -1/+1 |
out a single numeric rotation value field, which is the degrees to rotate. | ||||
2003-03-26 | - Kommando zurueck :) | simon | 1 | -5/+3 |
2003-03-26 | - in the systemMessage handler for setCurrentRotation, call | simon | 1 | -3/+5 |
setCurrentRotation only if we're the display server | ||||
2003-03-19 | Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX! | kergoth | 1 | -1/+1 |
2003-01-26 | Add setCurrentRotation QCop call for later use of on the fly rotation. Also ↵ | kergoth | 1 | -0/+5 |
adapt depends to the actual required qt version. | ||||
2002-12-30 | removed the "Width 240" qWarning() | sandman | 1 | -1/+1 |
2002-12-22 | Totally reworked the key grabbing, which always had problems: | sandman | 1 | -67/+54 |
- applications get *all* key events now, as long as they have the focus - an application decides if it has the keyboard grabbed or not - if it's grabbed, the app consumes the key press - if it's not grabbed and a F1-F29 key is pressed, the app sends a QCop call to the launcher (deviceButtonPressed(...)) - when the launcher receives a QCop deviceButtonPressed it simply sends the configured QCopEnvelope - all "special" actions (like menu, home) are now accessible via QCop calls (see buttonsettings) | ||||
2002-12-17 | small additions to support grabbing the buttons back from a crashed | sandman | 1 | -0/+11 |
application | ||||
2002-12-13 | added Bass and Treble handling - next stop should be odevice | harlekin | 1 | -47/+108 |
2002-12-10 | - small code cleanup | sandman | 1 | -22/+21 |
- finally we get rid of the "no image/text codecs" message at startup !!! | ||||
2002-12-08 | operator new is still completly useless in newer gcc 2.95 toolchains | sandman | 1 | -3/+0 |
(~7 times slower than the malloc wrappers) | ||||
2002-12-07 | - removed the libpreload stuff from global.cpp | sandman | 1 | -26/+14 |
- added qt_override.* which provides the same functionality as libpreload (the new -override patch for Qt/E is needed for this to work/compile) - changed qpeapplication a bit to accomodate the new interface | ||||
2002-12-03 | why didn't anybody notice this ? If you change the font, all currently open | sandman | 1 | -1/+1 |
applications don't change their font -- that's not normal - that's a bug :) Fixed now | ||||
2002-11-30 | Additional #include that is needed for some toolchains | sandman | 1 | -0/+1 |
(read: glibc include files) | ||||
2002-11-25 | Some changes to the QPEDecoration c'tor internals: | sandman | 1 | -3/+6 |
Since the current deco plugin is unloaded, when a new Deco is created via new (even if this new deco is never used or deleted immediatly afer- wards), we have to remember the plugin name, in case someone calls the default c'tor (without supplying a plugin name) | ||||
2002-11-24 | - LD_PRELOADing of libpreload.so in case the user selected [x] Force style | sandman | 1 | -4/+56 |
settings in appearance - Some code to NOT style some applications, based on the binary name (also selectable in appearance) | ||||
2002-11-17 | - another QT_QWS_EBX -> QT_QWS_SHARP | sandman | 1 | -1/+1 |
- since OZ is going to use opieatd/opiealarm, we can ditch the "custom atd" support | ||||
2002-10-13 | default font size should be 10pt .. 12pt is too big for 320x240 | sandman | 1 | -1/+1 |
2002-10-13 | reformated with astyle (this may not be everybodys prefered style, but IMHO | sandman | 1 | -989/+1066 |
it's better than the mess before..) | ||||
2002-10-04 | changes to make the style interface BC with Qtopia 1.6, while still | sandman | 1 | -1/+1 |
supporting our extended features | ||||
2002-10-04 | - fixed a bug in style loading | sandman | 1 | -2/+7 |
- changed the config key format for styles | ||||
2002-09-25 | ljps patch was/is correct | zecke | 1 | -1/+5 |
but for some reason TT is not using QFile so I made it use getenv(HOME) instead | ||||
2002-09-25 | fix qpeDir() to return users dir, not qpeDir.. duh | llornkcor | 1 | -271/+272 |
2002-09-10 | Icon size update | zecke | 1 | -1/+2 |