Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-01-29 | examples to where they belong | mickeyl | 95 | -2717/+1 |
2005-01-24 | Fix compile of odevice_zaurus.cpp | drw | 1 | -31/+33 |
2005-01-24 | add isStereo to OMixerInterface to gather whether a given channel is a ↵ | mickeyl | 3 | -4/+30 |
stereo or mono channel | ||||
2005-01-23 | remove setSoftSuspend() from ODevice. this is a left-over from the old days | mickeyl | 8 | -82/+2 |
2005-01-23 | - consolidate reading hinge sensor into one place | mickeyl | 2 | -25/+10 |
- return proper rotation and direction if hinge sensor not present (like in 2.6 atm.) | ||||
2005-01-23 | -Use the global directory for .obj and .moc | zecke | 4 | -7/+1 |
-Include the foo.moc to work better The problem just came up yesterday | ||||
2005-01-22 | -Fix for #1533 | zecke | 3 | -10/+13 |
Use OPimContactAccess to load the Owner Information. This should fix the displaying of the contact for non latin1 encoded users. To use OPimContactAccess OpieSecurity now depends on opiepim2 | ||||
2005-01-21 | - make opie compilable against qte 2.3.10 snapshot | ar | 8 | -19/+19 |
change QT_VERSION > 290 into QT_VERSION <= 0x030000 | ||||
2005-01-21 | - make opie compilable against qte 2.3.10 snapshot | ar | 3 | -3/+3 |
check QT_VERSION against 0x030000 instead of 300 | ||||
2005-01-16 | Added new generic sorted for the databook backends. Needed an sortedvector | eilers | 10 | -6/+308 |
to do this job, which is now added to private classes.. | ||||
2005-01-11 | workaround a quirk in the linux kernel semantics | mickeyl | 1 | -1/+1 |
echo 1 >power actually powers off a device *cough* | ||||
2005-01-10 | first shot at OpenZaurus HAL introduced by 2.6.10 | mickeyl | 2 | -35/+65 |
2005-01-10 | make the SL-C3000 (Sharp Spitz) known to ODevice | mickeyl | 3 | -40/+64 |
2005-01-09 | CONTROL files : reset version to 'standard' format | wimpie | 8 | -7/+8 |
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file) | ||||
2005-01-04 | - use proper file headers | mickeyl | 3 | -53/+106 |
- use namespaces - sort alphabetically in .pro file | ||||
2005-01-04 | CONTROL files : changed VERSION string | wimpie | 5 | -8/+8 |
2005-01-04 | CONTROL file :changed VERSION string | wimpie | 3 | -4/+1 |
2005-01-04 | CONTROL file : changed VERSION string | wimpie | 4 | -1/+336 |
added oledbox widget (like a checkbox but better suitable for visible non editable boolean feedback) | ||||
2005-01-04 | CONTROL file : changed VERSION string | wimpie | 1 | -1/+1 |
2005-01-04 | added odevice_genuine for pure INTEL based CPU | wimpie | 5 | -0/+291 |
-> needed for system dependend applications. being LIKE -> an IPAQ is not enough | ||||
2005-01-03 | Fixing stupid API documentation error. | eilers | 7 | -35/+40 |
Moving hasQuerySettings() and querySettings up to OPimAccessTemplate to be available for all frontends.. | ||||
2005-01-01 | slightly more correct way to calculate the brightness | mickeyl | 1 | -1/+1 |
2005-01-01 | rewrite backlight stuff | mickeyl | 2 | -67/+45 |
2005-01-01 | clean up a bit and start w/ introducing SL-6000 support | mickeyl | 2 | -86/+85 |
2004-12-28 | Fixing bug #1501 and preparing for implementation of generic QueryByExample and | eilers | 13 | -42/+134 |
sorted for datebook and todo.. | ||||
2004-12-28 | * Make improved query by example accessable via frontend | eilers | 4 | -9/+74 |
* Some API improvement | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 29 | -12768/+38 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 29 | -38/+12768 |
2004-12-21 | Fix compile | drw | 1 | -1/+1 |
2004-12-20 | Remove 'looking for plugins' in QPEDIR. Loading external plugins | zecke | 1 | -6/+3 |
is not fully implemented anyway | ||||
2004-12-20 | A define to avoid writing static QString fromLatin1() {...} | zecke | 1 | -0/+2 |
2004-12-20 | Recovery of the following Changes: | eilers | 14 | -313/+493 |
* Implement fast and full featured version of sorted() for addressbook * Implement generic queryByExample for all Addressboook backends. It allows incremental search. * Update of API Documentation | ||||
2004-11-19 | bump version | mickeyl | 1 | -1/+1 |
2004-11-19 | Make VCARD importer more stable if something parsed which was not expected. | eilers | 2 | -7/+36 |
Thus, we are now able to import VCards from Evolution 2 and Apple Addressbook.. This is fixing issue #1479 | ||||
2004-11-18 | Remove obsoleted OPimEffectiveEvent as it is superseeded | zecke | 2 | -328/+0 |
by the generic OPimOccurrence | ||||
2004-11-18 | Update TODO of OpiePIM... | zecke | 1 | -54/+46 |
2004-11-18 | Update ChangeLog with recent OpiePIM changes | zecke | 1 | -0/+10 |
2004-11-18 | Opie PIM Update (1/2 of it implemented) | zecke | 3 | -1/+56 |
-Update opiepim.pro to add new files -Provide a stable precompileable headerfile | ||||
2004-11-18 | Backend Changes: | zecke | 25 | -819/+1218 |
Each Backend can: -Sort and Filter a set of Records/AllRecords (which can be filtered again) -QueryByExample by every Backend -Occurrences for a period of time and a QDateTime -More common implementation -OPimBackendOccurrence with common splitting to OPimOccurrence | ||||
2004-11-18 | Add generic sorting implementation based on QVector | zecke | 7 | -0/+543 |
for Contact and Todo | ||||
2004-11-18 | Big PIM API Update Core Part (1/2 of what should be implemented): | zecke | 26 | -328/+1244 |
OPimRecords: -Add a so called safeCast using the rtti value OPimTodo: -Fix memleak with OPimState OPimOccurrence: -New class. Every 'Access' can give occurrences for a period of time Move Documentation | ||||
2004-11-18 | -Move ORefCount to a non inline implementation in osmartpointer.cpp | zecke | 4 | -19/+209 |
-Add OSharedPointer as a smart pointer adapter to adapt any pointer This is used by Opie PIM Change pro file | ||||
2004-11-14 | -Fix bug in OFileSelector ListView spotted by hrw | zecke | 2 | -8/+11 |
to sort the 'size' column according their 'Number'-Halbordnung and not by string comparsion | ||||
2004-11-11 | Remove owarn to be less verbose | zecke | 2 | -16/+0 |
2004-11-09 | remove change from yesterday - the problem isn't the widget it is the | alwin | 1 | -1/+1 |
advancedfm itself I think. zecke or ar - please take a look on it. I don't understand it. | ||||
2004-11-08 | ui. in BigScreenmode it had an deep recursion in layout setup. I had | alwin | 1 | -1/+1 |
just commented out that line (353) - it seems to work now, but I'm not sure if it is correct. I think, this widget should be checked carefully. | ||||
2004-11-06 | moved a lot of code from opie-eye_slave into lib | alwin | 2 | -49/+12 |
2004-11-05 | correct simpad cs3 readout | chicken | 1 | -1/+1 |
2004-11-04 | Revert last commit and create a QCOP Channel for QPE/System in | zecke | 1 | -2/+3 |
ODevice again, as OApplication doesn't expose the signal anymore | ||||
2004-11-04 | -Revert Exposing QPE/System qcop signals via OApplication | zecke | 2 | -18/+0 |