Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-02-19 | Add note for the inline dtor and future Opie versions | zecke | 1 | -0/+3 |
in regard to BC | ||||
2004-02-18 | Gross hack to allow compilation with Qt3 more easily | zecke | 1 | -4/+8 |
Qt got a DateFormat as well so we use a define to call our QPEDateFormat | ||||
2004-02-18 | Clarify on the start date for searches | zecke | 1 | -1/+2 |
2004-02-18 | Commit the patch to allow overwriting the inline image | zecke | 1 | -7/+22 |
2004-02-18 | Removed opie-mail2 and opie-qpdf dependency | groucho | 1 | -1/+1 |
2004-02-16 | more api docu | zecke | 2 | -0/+36 |
2004-02-14 | Make info in *.control files a little more consistent (mostly modified ↵ | drw | 4 | -5/+5 |
Maintainer, Files and Section fields) | ||||
2004-02-13 | Fix ipkg section/category value | drw | 4 | -8/+8 |
2004-02-08 | Fix return type to void | zecke | 1 | -2/+2 |
2004-02-08 | improve support for BigScreen | ar | 1 | -0/+17 |
2004-02-08 | Add API docu | zecke | 2 | -0/+118 |
2004-02-08 | ReMerge QPEDeco | zecke | 2 | -56/+100 |
2004-02-06 | various interface documentation | zecke | 1 | -0/+311 |
2004-02-06 | add api docu | zecke | 6 | -15/+116 |
2004-01-10 | - remove | ar | 2 | -64/+0 |
QString getCfPath(); QString getSdPath(); QString getMmcPath(); | ||||
2004-01-07 | new functions getCfPath, getSdPath, getMmcPath returns mountpoints | ar | 2 | -132/+225 |
2003-12-22 | Stupid typo | eilers | 1 | -3/+3 |
2003-12-04 | use opie-lupdate instead lupdate | ar | 1 | -20/+0 |
2003-11-27 | rerun mkinlinepics | mickeyl | 1 | -315/+337 |
2003-11-05 | again double entires | waspe | 1 | -199/+202 |
2003-11-05 | double entries in function defintions | waspe | 1 | -2/+2 |
(i commented out the second entry) | ||||
2003-11-05 | remove ====== | llornkcor | 1 | -1/+0 |
2003-11-04 | resolved merge conflict | waspe | 2 | -2293/+2298 |
2003-11-04 | resolved merge conflict (hopefully) | waspe | 1 | -217/+192 |
2003-11-04 | resolved merge conflict | waspe | 1 | -3/+63 |
2003-11-04 | resloved merge conflict | waspe | 1 | -2/+12 |
2003-11-03 | Oops.. Removing of -ldl wasn't a good idea.. Linux compiles again.. | eilers | 1 | -1/+1 |
2003-11-03 | Porting Opie to MacOS-X. | eilers | 10 | -21/+255 |
The base system and all platform independent applications and platforms should work. Please see $OPIEDIR/development/macosx for details | ||||
2003-10-12 | Added Yopy to build system. | ocheong | 1 | -0/+8 |
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 | 6 | -9/+19 |
-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 | 3 | -19/+37 |
2003-10-04 | merges of qcopQok | zecke | 1 | -3/+13 |
and QPIxmapCache 'calibration' for PDA needs | ||||
2003-10-02 | Add coder comments and issue for ODP | zecke | 1 | -0/+2 |
2003-10-02 | Move the #ifdef so that the code actually compiles if the expression | zecke | 1 | -1/+2 |
is not true | ||||
2003-10-02 | remove debug printing | zecke | 1 | -1/+0 |
2003-10-02 | fix bug 0001185 | zecke | 2 | -12/+17 |
and state that syncing system time depends on AlarmServer using atd or opie-alarm | ||||
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 | 2 | -90/+75 |
and include the top level widgets in the to be iterated widgets | ||||
2003-09-20 | correct version | mickeyl | 1 | -1/+1 |
2003-09-20 | merge control files with BRANCH | mickeyl | 1 | -1/+1 |
2003-09-16 | add terminal.png | mickeyl | 1 | -315/+337 |
2003-09-01 | Fix to compile.. | eilers | 2 | -3/+3 |
2003-08-29 | Patch provided by mithro | zecke | 2 | -0/+48 |
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 | Fixes for base64 decoding and encoding of vCard | zecke | 4 | -39/+32 |
2003-08-29 | -IF the app is visible and has more than once topLevel widget | zecke | 2 | -43/+110 |
iterate over the list and activate the next one. -Install translation in .qm -Add an else again ( was lost in a merge ) | ||||
2003-08-27 | Did I say I love C++ templates. | zecke | 1 | -0/+32 |
MetaProgramming is fun Here is my template based on Lokis and Simons work to quicklaunch applications | ||||
2003-08-26 | fixlet for compilage with older versions | mickeyl | 1 | -0/+2 |
2003-08-25 | add a qtopia method we need for the new launcher | zecke | 2 | -0/+11 |