Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-03-23 | Fixing last issues on QueryByExample on SQL databases. All tests passed ↵ | eilers | 2 | -29/+35 |
successfully | ||||
2005-03-20 | Fixing #1608, second issue: QueryByExample-Datediff does not work properly. | eilers | 2 | -11/+39 |
This solution is not the best. I will rethink it as I have enough time. But it should work.. | ||||
2005-03-19 | Oops.. member variable m_read was not initialized. | eilers | 2 | -0/+2 |
This may cause crash as reported by #1608 (hopefully) | ||||
2005-03-19 | Minor update for generic sorted(): It will now ignory any categories if ↵ | eilers | 2 | -21/+22 |
filter "DoNotShowCategories" is used.. | ||||
2005-03-18 | work on plugins finished. | alwin | 5 | -8/+58 |
these plugins now may have a config-widget (sorry guys - I had to change the plugininterface and so the UUID again.) the plugin for nationalholidays now has such a widget, the datebook will insert configwidgets into its settingsdialog. corrected the .pro file of opiepim2/ui so it contains the header/cpp files for that pluginsystem. | ||||
2005-03-18 | Reworte generic sorted() and added filter for "DoNotShowWithCategory" needed | eilers | 2 | -12/+25 |
by addressbook | ||||
2005-03-17 | I had to change interface. so the used UUID has changed, too! | alwin | 2 | -2/+5 |
But now these plugins may give a list of EffectiveEvents back. | ||||
2005-03-16 | forgot an interface method required. | alwin | 1 | -0/+2 |
from now the interface never changed again or assigned UUID must changed. | ||||
2005-03-16 | ok, removed last errors (i hope) | alwin | 1 | -2/+1 |
2005-03-16 | sorry, guys, checked in wrong files | alwin | 2 | -9/+8 |
2005-03-16 | first shot of a generic interface for holiday plugin in datebook | alwin | 2 | -0/+88 |
2005-03-15 | Fix addressbook sort by implementing sorting by 'File As' name | drw | 1 | -2/+6 |
2005-02-23 | Comment out filer/filter settings menu options as they will not be ↵ | drw | 2 | -19/+12 |
implemented for Opie 1.2 | ||||
2005-02-16 | Fix for bug #1542 - todo crashes when priority < 1 or > 5 | drw | 1 | -0/+12 |
2005-02-08 | Add beam to context menu, flip beam and delete actions in menu/toolbars | drw | 1 | -6/+7 |
2005-02-07 | Minor addition | drw | 2 | -0/+6 |
2005-02-06 | Additional menu functionality for OPimMainWindow | drw | 2 | -15/+48 |
2005-02-03 | Fixing bug #1236: VCARD contained empty WORK and HOME addressfields.. | eilers | 1 | -14/+26 |
2005-02-02 | Some minor updates/simplification | drw | 2 | -23/+6 |
2005-02-02 | Change the way categories can be selected, combo box is much more useful ↵ | drw | 2 | -84/+45 |
than a menu for many different categories | ||||
2005-01-30 | Forgot icon for menu item... | drw | 1 | -1/+2 |
2005-01-30 | First part of PIM app consistancy/consolidation - added menu/tool bar, app ↵ | drw | 2 | -16/+308 |
caption and context menu handling to OPimMainWindow | ||||
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-09 | CONTROL files : reset version to 'standard' format | wimpie | 1 | -1/+1 |
(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 | CONTROL files : changed VERSION string | wimpie | 1 | -1/+1 |
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.. | ||||
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 | 2 | -2090/+8 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 2 | -8/+2090 |
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-10-27 | Switching to sqlite3 | eilers | 3 | -14/+1 |
Please read the following page for upgrade your old sqlite V2 database: http://opie.handhelds.org/cgi-bin/moin.cgi/SqlBackends | ||||
2004-10-20 | - touch ~/Applications/addressbook/addressbook.xml lead to a Crash on XML | zecke | 1 | -1/+1 |
loading. Don't assume that the Child of the first element is present | ||||
2004-10-17 | G++ 4.0 compiler fixes | zecke | 1 | -1/+1 |
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp | ||||
2004-09-12 | -Sorry for the whitespaces | zecke | 1 | -9/+11 |
-Delete endDate which is used by queryByExample Eilers can you look if a QDate::isValid makes more sense? | ||||
2004-09-12 | -Define ownership of widget and configwidget | zecke | 4 | -6/+25 |
-Implement C'tor and D'tor of TodayConfigWidget | ||||
2004-09-05 | Fixing really stupid caching bug.. Thanks to zecke who found it.. | eilers | 6 | -32/+25 |
Removed cachefind in backend which isn't needed anymore and not a goot idea... | ||||
2004-08-29 | Added lookahead caching for addressbook (SQL-only) for speed improvement. | eilers | 5 | -47/+196 |
2004-08-29 | Fixed some quirks.. | eilers | 1 | -3/+8 |
2004-08-29 | Minor but important changes in API. Improved SQL performance: ↵ | eilers | 1 | -0/+1 |
contactsbackend now supports look-ahead caching to speed up access. Fixed and improved look-ahead cache in todo-backend. Datebook backend will follow, soon ! | ||||
2004-08-06 | Update to the on-server move. | zecke | 7 | -58/+74 |
We now have core/ with DataTypes, PUBLIC API backend/ for concrete implementation of backends and the 'Interface description' ui/ For UI related classes private/ For private implementation details |