Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-02-09 | Nothing happened.. Just some cleanup before I will start.. | eilers | 1 | -0/+739 |
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 1 | -1/+1 |
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 | 1 | -1/+1 |
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -0/+4 |
2003-01-13 | Fixing crash when businesscard.vcf is missing.. | eilers | 1 | -2/+11 |
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 | Childrens are now shown in detail view.. | eilers | 1 | -0/+5 |
2002-12-14 | addLanguage rules | cniehaus | 1 | -0/+1 |
2002-12-10 | get in sync with HEAD again | zecke | 15 | -82/+536 |
-OPimBase was added to be used as a default struct inside OPimResolver and to work with DSOs -TodoListXML backend now uses mmap and madvise to load data -OContact added/changed rtti -OTodo added changed rtti OPimAccess* added stuff necessary for the Resolver and a 'state'/'hint' on how to load data OPimResolver which resolves uid + services to Records, rtti to QCOPChannels loads arbitary Service backends ( will work with DSOs soon ) -OPimMainWindow added some setDocument scripting possibility and internal marshalling and demarshalling of Records -OPimRecord added loadDataFromm and saveDataTo for marshalling purposes much more :) | ||||
2002-12-09 | Added preview for default email and all email | eilers | 1 | -2/+6 |
2002-12-08 | Moved journal-enum from ocontact into i the xml-backend.. | eilers | 2 | -11/+15 |
2002-12-07 | Fixing bug in storing anniversary.. | eilers | 2 | -13/+28 |
2002-11-30 | More infrastructure | zecke | 32 | -98/+1225 |
ORecur has now the nextOccurence function exceptions We've now Notifers like Alarms and DatebookEntries we may add to execute applications... AppName replaced with service cause it is a service Add rtti to OPimRecord as a static function This is used inside the BackEnd classes to static_cast... added removeAllCompleted to the todobackends... add a common Opie PIM mainwindow which takes care of some simple scripting enchangements.. much more | ||||
2002-11-21 | danish i18n | cniehaus | 1 | -1/+2 |
2002-11-18 | Back to main tree.. Waiting for feature freeze | eilers | 2 | -627/+40 |
2002-11-15 | Make OTodo compile | zecke | 5 | -1/+106 |
add the MaintainerMode to OTodo | ||||
2002-11-15 | Add the implementation for the XRef Manager | zecke | 8 | -101/+184 |
Add it to libopie.pro Adjust OPimRecord to use the new manager The backends do not support xref yet | ||||
2002-11-15 | Add proposal header for Cross Referencing.. | zecke | 4 | -0/+114 |
look at them and comment | ||||
2002-11-15 | API REVIEW added | zecke | 1 | -0/+26 |
Simon if you read that feel free to do an API REVIEW on libopie but leave out OFileSelector for now... Stefan: added an explanation for you | ||||
2002-11-14 | Sorting will now work if fullname is identical on some entries | eilers | 1 | -2/+5 |
2002-11-13 | Small Bug in sorted fixed | eilers | 1 | -3/+6 |
2002-11-13 | Added sorted for Contacts.. | eilers | 6 | -0/+69 |
2002-11-11 | no default arguments in implementation | kergoth | 1 | -1/+4 |
2002-11-10 | Bugfixes.. | eilers | 2 | -5/+18 |
2002-11-09 | Added VCard Backend. | eilers | 2 | -0/+614 |
2002-11-08 | temporarely deactivated anniversary in vcard | eilers | 1 | -2/+3 |
2002-11-05 | you know the drill | kergoth | 1 | -1/+4 |
2002-11-03 | Oh OContact what a sucker ;) | zecke | 3 | -9/+4 |
first of all UID generation belongs to OPimRecord and was removed from OContact then setUid now actually calls OPimRecord::setUid instead of Record::setUid This finally fixes the problem with wrong uids after beaming... At least locally on my machine | ||||
2002-11-03 | Patch by Simon Hausmann to suit gcc3 needs | zecke | 4 | -10/+10 |
many thanks | ||||
2002-11-02 | Fix a vCard problem in OContact | zecke | 9 | -22/+194 |
cell phones do not set the UId property... add some more states to otodo | ||||
2002-11-01 | Added regExp-search in database for all fields in a contact. | eilers | 5 | -4/+43 |
2002-11-01 | Added remove | eilers | 1 | -3/+31 |
2002-11-01 | Bugfix #383 && #356 | eilers | 1 | -14/+19 |
2002-10-28 | Shit .. Microsoft is violating RFC 2426 .. Thanks a lot ! | eilers | 1 | -8/+21 |
2002-10-28 | Vcard now exports date in correct format (Regarding RFC 2425). | eilers | 2 | -4/+31 |
Vcard now imports birthday.. | ||||
2002-10-27 | ocontact now uses QDate for Birthday and Anniversary.. Moved | eilers | 2 | -103/+147 |
some inline functions into the library | ||||
2002-10-20 | Added ORecur which is a base class for Recurrance extracted from TT Event class | zecke | 5 | -3/+188 |
and a widget where you can set the Recurrance This will be used at least in Todolist and Datebook and in the common classes of OTodo and OEvent Fixed the SQL in multiple ways it's summary not description for example | ||||
2002-10-19 | Add void setReadAhead(uint) to the templates | zecke | 3 | -3/+22 |
OTodoAccessSQL use the read ahead value | ||||
2002-10-18 | Fix sorting | zecke | 1 | -26/+94 |
Now if one columns equals another we try harder to find a difference Fixed DueDate sorting... This makes the UI more appealing | ||||
2002-10-18 | Add a small quirk mode... for testing | zecke | 1 | -5/+8 |
Fix parsing of due Date We can not rely that HasDate is past the dates.. do the final QDate generation just before adding the OTodo | ||||
2002-10-18 | Fix the behaviour of isOverDue. | zecke | 1 | -1/+1 |
We currently check if the Record got a DueDate and then do some calculations. I added a check to see if the item isCompleted. If it is completed it can not be overdue Stefan: Only one item left which is overdue ;) | ||||
2002-10-18 | Hi Stefan, | zecke | 1 | -5/+19 |
this commit should fix your problems... The XML todo backend was doing some stuff wrong with sorted Records. I even have a Comment describing this behaviour which is from the current POV wrong.. need to check my brain what I though this should do | ||||
2002-10-16 | Added some docu to the interface and now using the cache infrastucture by ↵ | eilers | 4 | -93/+55 |
zecke.. :) | ||||
2002-10-14 | Some minor interface updates | eilers | 7 | -73/+37 |
2002-10-14 | Redeactivate SQL.. ;) | eilers | 1 | -5/+9 |