Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-10-08 | include QPEApplication if you need it | zecke | 1 | -0/+2 |
2003-10-07 | prepare for standalone X11-release | mickeyl | 2 | -2/+6 |
2003-10-07 | ifndef -> if defined... we want big icons on high_res_small_phy | zecke | 1 | -1/+1 |
2003-10-07 | Include custom.h as well | zecke | 1 | -0/+1 |
2003-10-07 | use OPIE_NEW_MALLOC as well | zecke | 1 | -1/+1 |
2003-10-07 | instead of testing for QWS_EBX we now define OPIE_NO_SOUND_PCM_READ_BITS. | zecke | 1 | -8/+8 |
If your platform does not have that ioctl define it | ||||
2003-10-07 | Add a FIXME to the MediaPlayer::blank method | zecke | 1 | -0/+1 |
why don't we use ODevice::inst()->setDisplayStatus() ? | ||||
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-07 | Just a small example on usage of an Event Filter... | zecke | 2 | -0/+13 |
I needed that for debugging but it looks useful as an example | ||||
2003-10-07 | If you decide to close the mainwindow and have say editor and views open as well | zecke | 1 | -1/+1 |
call closeAllWindows() after all events are dispatched | ||||
2003-10-07 | -Kill stupid QCOP check | zecke | 2 | -35/+35 |
-introduce OPIE_SOUND_FRAGMENT_SHIFT -USE_REALTIME_AUDIO_THREAD is now defined in custom.h | ||||
2003-10-07 | individually package libopie2 parts and make libopie2 a virtual package | mickeyl | 7 | -2/+68 |
2003-10-07 | -Kill stupid define which sets QWS_SIZE to 240x320 | zecke | 2 | -2/+2 |
-Include built-in shutdown only if OPIE_NO_BUILTIN_SHUTDOWN is defined | ||||
2003-10-07 | kill un-needed QCOP checking | zecke | 1 | -2/+0 |
2003-10-07 | Update the Applet Example | zecke | 4 | -3/+33 |
2003-10-06 | fix ARP decoding for wired networks. Interestingly, 802.11 encapsulates | mickeyl | 2 | -1/+17 |
these in IP packets, while wired ethernet just tags the type_of_protocol. | ||||
2003-10-06 | add client mac address decoding to DHCP | mickeyl | 2 | -0/+9 |
2003-10-06 | decode DHCP ACK packets and show the extracted client IP address | mickeyl | 2 | -4/+7 |
2003-10-05 | * start with preparations for scanning wired networks | mickeyl | 9 | -12/+148 |
* dhcp recognition now works nicely | ||||
2003-10-04 | Allow Opie beeing build with a Plain version of Qt without weak symbols | zecke | 5 | -19/+44 |
2003-10-04 | Avoid crashing on no mouse driver | zecke | 2 | -7/+9 |
2003-10-04 | Check if there is a Mouse Driver | zecke | 3 | -12/+16 |
And get rid off the QPE_NEED_CALIBRATION define for defining the need of calibration We will find out at runtime SomeOne Apply this to core/server in the BRANCH as well | ||||
2003-10-04 | merges of qcopQok | zecke | 1 | -3/+13 |
and QPIxmapCache 'calibration' for PDA needs | ||||
2003-10-04 | Although not yet complete, the DHCP decoding is now usable | mickeyl | 2 | -0/+92 |
2003-10-04 | perform autodetection only if no configuration exists or on demand | mickeyl | 3 | -230/+344 |
2003-10-03 | fix a few SIGSEGVs related to not checking the value of iface, if we | mickeyl | 1 | -8/+10 |
are capturing from a file (DEVTYPE_FILE) | ||||
2003-10-03 | add defines for UDP-based protocols | mickeyl | 2 | -10/+112 |
detect DHCP and link it into the packet chain | ||||
2003-10-02 | prepare dhcp decoding | mickeyl | 4 | -2/+309 |
2003-10-02 | Add coder comments and issue for ODP | zecke | 1 | -0/+2 |
2003-10-02 | add note to self to look about automatic channel switching with wlan-ng devices | mickeyl | 1 | -0/+1 |
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-10-02 | Start with some customization bits for inputmethods as part of the | mickeyl | 10 | -40/+200 |
BigScreen initiative. You can now choose to have free floating and resizable inputmethods. Two outstanding things: 1.) Hiding the inputmethod via the [x] button confuses the show/hide toggle button. 2.) The new size and position of a moved/resized inputmethod should be remembered. | ||||
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-29 | ocontactfields is moved to libopie/pim | eilers | 2 | -516/+0 |
2003-09-29 | ocontactfields is now moved to libopie/pim | eilers | 6 | -9/+6 |
2003-09-29 | Now using default font instead smallsmooth | eilers | 1 | -1/+2 |
2003-09-29 | Fixing umlaut problem. | eilers | 2 | -7/+18 |
2003-09-29 | Improvement of PIM-SQL Databases, but search queries are still limited. | eilers | 6 | -90/+740 |
Addressbook: Changed table layout. Now, we just need 1/3 of disk-space. Todo: Started to add new attributes. Some type conversions missing. | ||||
2003-09-29 | Starting to develop a universal PIM-database converter | eilers | 2 | -35/+234 |
2003-09-28 | remove unnecessary includes | mickeyl | 2 | -5/+0 |
2003-09-27 | merge dasher which has been introduced in BRANCH first (wtf?) into HEAD | mickeyl | 51 | -1/+5333 |
2003-09-26 | more work on persistent configuration | mickeyl | 4 | -11/+73 |
version bump to 1.0.1-snap | ||||
2003-09-26 | disable screensaver if checked in config | mickeyl | 1 | -0/+19 |
2003-09-26 | add automatic tree-opening if checked in config | mickeyl | 1 | -0/+7 |
2003-09-25 | fix wrong include | mickeyl | 1 | -1/+1 |
2003-09-25 | fix tille's infinite recursion ;-) | mickeyl | 1 | -1/+1 |