Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-12-20 | -Fix for 1483 | zecke | 5 | -46/+47 |
"ZKB should keep user settings in $HOME/Settings instead of $OPIEDIR/share/zkb" Now by default it loads and saves to $HOME/Applications/zkb but falls back to $OPIEDIR/share/zkb to find the included files | ||||
2004-12-20 | Restore Files: | zecke | 10 | -97/+177 |
-QWSDecoration scaling fixes by mickeyl -Readd macros for DEPRECATED and VISIBILITY -Move out showWidget and execDialog to widget_sowing.cpp -QPE_EXPORT_SYMBOL for Q_EXPORT_INTERFACE -Deprecated for FileSelector, QPEMenubar and Toolbar | ||||
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 | Keep only 'local' Config instances to avoid some older | zecke | 1 | -26/+26 |
instance reverting changes! (weakness of Config class) | ||||
2004-12-20 | Kill unneeded parameter | zecke | 1 | -1/+1 |
2004-12-20 | Restore lost change | zecke | 1 | -3/+7 |
-Kill Config instance in different scope for the same file -Work when a ftp client sends -la in a listdir request | ||||
2004-12-20 | readd stuff | mickeyl | 1 | -0/+2 |
2004-12-20 | The "which" command on darwin always returns a string as output, even if | eilers | 1 | -0/+7 |
nothing was found. Therefore we have to disable this "which" if ccache is not available! | ||||
2004-12-20 | Added a switch to disable automatic use of ccache. Needed for darwin based ↵ | eilers | 1 | -0/+4 |
systems.. | ||||
2004-12-20 | some mac updates to the current version | eilers | 1 | -0/+2 |
2004-12-20 | some updates to the current version | eilers | 2 | -22/+33 |
2004-12-20 | Updated ChangeLog | drw | 1 | -0/+1 |
2004-12-20 | Reapply fix for bug #1017 - Tetrix on high resolution screens | drw | 3 | -12/+58 |
2004-12-20 | Readded lost changes | eilers | 1 | -0/+3 |
2004-12-20 | Fix for Bug #1269 and use of new sorted of the pim libary | eilers | 4 | -10/+28 |
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-12-20 | remove main (once again) | mickeyl | 1 | -29/+0 |
2004-12-20 | add syslog and bump version | mickeyl | 4 | -7/+168 |
2004-12-20 | use less wide messages | mickeyl | 1 | -10/+10 |
2004-11-20 | Fix signature of connect statements to contain Opie:: | zecke | 1 | -4/+4 |
2004-11-20 | Temporary compile fix. Needs better updating for | zecke | 2 | -16/+21 |
OPimOccurrences and some rethinking | ||||
2004-11-20 | Stop fooling the user and allow receiving of files only if | zecke | 1 | -2/+6 |
Ir::supported returns true. This is the case if our obex implementation is loaded | ||||
2004-11-20 | set version to 1.0.3 and move v1_1_7 tag for this directory | mickeyl | 1 | -1/+1 |
2004-11-19 | Some Latvian translations | gints | 5 | -91/+91 |
2004-11-19 | bump version | mickeyl | 1 | -1/+1 |
2004-11-19 | Improved parser for vcards and fixing issue #1479 | eilers | 1 | -0/+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-19 | Don't just allow "TYPE=<value>".. This makes the vcard import filter more | eilers | 1 | -2/+4 |
robust against unexpected typos.. | ||||
2004-11-18 | Updated Opie ChangeLog with PackageManager updates. Mickey - unless there ↵ | drw | 1 | -0/+1 |
are any problems with opie-pm, it is ready for OZ v3.5.2 this weekend. | ||||
2004-11-18 | 1. Implemented linking of apps to root (thanks to zecke for getting this ↵ | drw | 7 | -63/+105 |
started for me) 2. Bumped version to 0.5.0 (all v1.0 functionality is there...I think) 3. Added package dependency on ipkg-link 4. Updated Opie-PM ChangeLog, TODO | ||||
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 | -Kill owarn statements from the code | zecke | 4 | -34/+22 |
-Kill magic numbers and use enum values | ||||
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-18 | UI tweaks for Installation dialog - 1. Show destination selection only when ↵ | drw | 3 | -14/+63 |
installing apps, 2. Update available disk space after each package is processed, 3. Disable destination selection once start button has been clicked | ||||
2004-11-17 | Some code clean-up items (thanks to zecke) | drw | 12 | -266/+265 |
2004-11-16 | bye bye libopie1 | mickeyl | 1 | -1/+1 |
2004-11-16 | bye bye libopie1 | mickeyl | 4 | -17/+12 |
2004-11-16 | Added new PackageManager feature (install local ipkgs) | drw | 1 | -1/+2 |
2004-11-16 | Implemented setDocument to allow installs by clicking on ipk file | drw | 2 | -12/+31 |
2004-11-16 | libopie1 goes into unsupported | mickeyl | 137 | -593/+35 |
2004-11-16 | Add ability to install local ipkg files | drw | 2 | -21/+52 |
2004-11-16 | Remove commented out code | drw | 1 | -1/+0 |
2004-11-16 | Updated with PackageManager fixes done today | drw | 1 | -0/+3 |