Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-02-23 | make mickeyl happy | zecke | 1 | -3/+2 |
thanks for spotting it | ||||
2003-02-22 | Fix saving | zecke | 3 | -3/+10 |
remove the transport medium from the opimmainwindow | ||||
2003-02-22 | fixx off by one in reading | zecke | 3 | -23/+57 |
2003-02-22 | Remove some testing code | zecke | 1 | -3/+1 |
2003-02-22 | Implement saving of events | zecke | 6 | -19/+319 |
Implement the ExceptionList Add Children and parent to OEvent Make ORecur honor exceptions Extend the test app to add and save | ||||
2003-02-22 | Finally and hopefully, dependencies are correct. Comments ? | groucho | 1 | -1/+1 |
Fixed missing include in euroconv.pro | ||||
2003-02-21 | Add XML datebookresource | zecke | 10 | -19/+512 |
-clean up todoaccessxml header -implement some more stuff in the oeven tester -extend DefaultFactory to not crash and to use datebook -reading of OEvents is working nicely.. saving will be added tomorrow -fix spelling in ODateBookAcces | ||||
2003-02-21 | -Fix hasRecurrence() | zecke | 7 | -32/+292 |
-Add the Access(Backend) of DateBook | ||||
2003-02-21 | -Remove old Todo classes they're deprecated and today I already using the | zecke | 21 | -1084/+921 |
new API -Guard against self assignment in OTodo -Add test apps for OPIM -Opiefied Event classes -Added TimeZone handling and pinning of TimeZones to OEvent -Adjust ORecur and the widget to better timezone behaviour | ||||
2003-02-19 | Fix a bug that prevented ldconfig execution in postinst | kergoth | 1 | -1/+1 |
2003-02-18 | Fixing categoryNames in opimrecord which was just checking for Todo List | eilers | 4 | -6/+6 |
Now we get the categories in addressbook, too ! | ||||
2003-02-17 | Cardview improved .. | eilers | 1 | -5/+6 |
2003-02-16 | 0000276 Fix for that bug.. or better temp workaround | zecke | 2 | -35/+54 |
A Preferred Number is HOME|VOICE A CellPhone is HOME|VOICE|CELL the type & HOME|VOICE test triggers both and the cell phone number overrides the other entries.. as a temp I check that it's not equal to HOME|VOICE|CELL before setting the number The right and final fix would be to reorder the if statement to make it if else based and the less common thing put to the bottom OTodoAccessVcal fix the date for beaming | ||||
2003-02-16 | Added changeTab() to OTabWidget to dynamically change tab name and/or icon ↵ | drw | 3 | -6/+68 |
(stumbled upon request for this in TinyKate todo) | ||||
2003-02-16 | attempt to fix bug. please test | llornkcor | 1 | -5/+20 |
2003-02-15 | clear before reloading | zecke | 1 | -0/+1 |
2003-02-10 | added a virtual refresh to the interface, in future each plugin decides how ↵ | harlekin | 1 | -0/+6 |
much happens during refresh call | ||||
2003-02-09 | Nothing happened.. Just some cleanup before I will start.. | eilers | 1 | -0/+739 |
2003-01-26 | Added two missing dir.exists() checks, without which a segfault occurs if ↵ | kergoth | 1 | -72/+76 |
m_currentDir doesnt exist. | ||||
2003-01-26 | None->Rot0 name for transformation enum, as it stomped on someone elses None ;) | kergoth | 1 | -1/+1 |
2003-01-26 | fix the Transformation redefinition. | kergoth | 1 | -1/+1 |
2003-01-26 | Arent dependencies fun? | kergoth | 1 | -2/+2 |
2003-01-26 | 1) Add Sharp Zaurus A300/B600|5600/C700 models, will add the model specific bits | kergoth | 2 | -11/+54 |
later. 2) Add rotation data and method, to set a default rotation based on model .. so we can ditch the use of the startup script to set that. | ||||
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 3 | -3/+3 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-23 | .cvsignore | kergoth | 1 | -3/+1 |
2003-01-23 | QTDIR/lib -> OPIEDIR/lib | kergoth | 3 | -3/+3 |
2003-01-23 | opiedir/lib instead of qtdir/lib.. | kergoth | 2 | -9/+1 |
2003-01-23 | libopie/libopie.control | kergoth | 1 | -4/+0 |
2003-01-23 | package naming change.. alter library packages to use debian naming ↵ | kergoth | 2 | -0/+14 |
convention. also moved bits that didnt belong in lib pakcages elsewhere. | ||||
2003-01-16 | Libopie links against libqpe, need that explicit dependency in the config ↵ | kergoth | 1 | -0/+1 |
system. | ||||
2003-01-16 | i18n for new buildsystem :) | kergoth | 3 | -0/+12 |
2003-01-16 | *** empty log message *** | kergoth | 1 | -3/+0 |
2003-01-13 | Fixing crash when businesscard.vcf is missing.. | eilers | 1 | -2/+11 |
2003-01-11 | michael suggested to try it without the macro | harlekin | 1 | -3/+1 |
2003-01-03 | Reenable debug output | eilers | 1 | -6/+11 |
2003-01-03 | Bugfix for calculating data diffs.. | eilers | 1 | -18/+39 |
2003-01-02 | Improved query by example: Search by date is possible.. First step | eilers | 2 | -34/+113 |
for a today plugin for birthdays.. | ||||
2003-01-02 | Detailview cleanup.. | eilers | 1 | -45/+77 |
2003-01-01 | T ORecordList<T>::operator[]( uint i ) { | simon | 1 | -1/+1 |
- if ( i < 0 || (i+1) > m_ids.count() ) + if ( i >= m_ids.count() ) -> fix warning and simplify :) | ||||
2002-12-27 | fix typo | cniehaus | 1 | -2/+2 |
2002-12-27 | Childrens are now shown in detail view.. | eilers | 1 | -0/+5 |
2002-12-27 | i18n-fixlet | cniehaus | 1 | -4/+0 |
2002-12-23 | grrr .. somehow joe put a 'k' in the file | sandman | 1 | -1/+1 |
2002-12-23 | Fixed a few typos and removed some qDebugs | sandman | 2 | -7/+3 |
2002-12-22 | - added the device button stuff to ODevice | sandman | 5 | -20/+609 |
- ODevice is now derived from QObject (don't ask me why I didn't make this from the beginning) | ||||
2002-12-22 | call ldconfig in postinst for libraries (only if it is installed) | sandman | 1 | -0/+4 |
2002-12-17 | fix for alarm volume handling on iPAQs | sandman | 1 | -4/+2 |
2002-12-17 | - removed a the obsolete KShellProcess class | sandman | 2 | -110/+56 |
- added a few methods to OProcess to make it easier to port programs using QProcess | ||||
2002-12-17 | adding all libs we need as DT_NEEDED makes prelink happy | sandman | 1 | -0/+2 |
2002-12-14 | addLanguage rules | cniehaus | 3 | -0/+3 |