summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-12-21Reworked destination config tab UIdrw2-134/+157
2004-12-21Reworked server config tab UI and included option to support src/gz feedsdrw2-108/+141
2004-12-21Preliminary support for src/gz feeds, it works if you manually update ↵drw4-36/+57
ipkg.conf. Still need to add configuration option on server config dialog tab.
2004-12-21Some cleaner string handlingdrw1-19/+36
2004-12-20Fix sizing of battery status popup window to prevent truncation of battery infodrw1-2/+2
2004-12-20Reapply fix for Strong x-refdrw1-15/+46
2004-12-20Patch from Hrw for 1493zecke1-1/+1
"Launcher starts in one column mode" Set the QIconView to adjust its layout on resize
2004-12-20Restore changes...zecke1-2/+3
2004-12-20Restore Changes:zecke2-5/+42
Call ifup/ifdown INTERFACE instead of ifconfig as requested by Chris Larson
2004-12-20Restore changezecke1-1/+1
-QPEApplication::qpeDir() is guranteed to be '/' terminated
2004-12-20Create the 'Config' instance on the Stack to avoidzecke5-23/+17
that we revert changes done in between of our creation and deletion
2004-12-20-Fix for 1483zecke5-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-20Restore Files:zecke10-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-20Remove 'looking for plugins' in QPEDIR. Loading external pluginszecke1-6/+3
is not fully implemented anyway
2004-12-20A define to avoid writing static QString fromLatin1() {...}zecke1-0/+2
2004-12-20Keep only 'local' Config instances to avoid some olderzecke1-26/+26
instance reverting changes! (weakness of Config class)
2004-12-20Kill unneeded parameterzecke1-1/+1
2004-12-20Restore lost changezecke1-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-20readd stuffmickeyl1-0/+2
2004-12-20The "which" command on darwin always returns a string as output, even ifeilers1-0/+7
nothing was found. Therefore we have to disable this "which" if ccache is not available!
2004-12-20Added a switch to disable automatic use of ccache. Needed for darwin based ↵eilers1-0/+4
systems..
2004-12-20some mac updates to the current versioneilers1-0/+2
2004-12-20some updates to the current versioneilers2-22/+33
2004-12-20Updated ChangeLogdrw1-0/+1
2004-12-20Reapply fix for bug #1017 - Tetrix on high resolution screensdrw3-12/+58
2004-12-20Readded lost changeseilers1-0/+3
2004-12-20Fix for Bug #1269 and use of new sorted of the pim libaryeilers4-10/+28
2004-12-20Recovery of the following Changes:eilers14-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-20remove main (once again)mickeyl1-29/+0
2004-12-20add syslog and bump versionmickeyl4-7/+168
2004-12-20use less wide messagesmickeyl1-10/+10
2004-11-20Fix signature of connect statements to contain Opie::zecke1-4/+4
2004-11-20Temporary compile fix. Needs better updating forzecke2-16/+21
OPimOccurrences and some rethinking
2004-11-20Stop fooling the user and allow receiving of files only ifzecke1-2/+6
Ir::supported returns true. This is the case if our obex implementation is loaded
2004-11-20set version to 1.0.3 and move v1_1_7 tag for this directorymickeyl1-1/+1
2004-11-19Some Latvian translationsgints5-91/+91
2004-11-19bump versionmickeyl1-1/+1
2004-11-19Improved parser for vcards and fixing issue #1479eilers1-0/+1
2004-11-19Make VCARD importer more stable if something parsed which was not expected.eilers2-7/+36
Thus, we are now able to import VCards from Evolution 2 and Apple Addressbook.. This is fixing issue #1479
2004-11-19Don't just allow "TYPE=<value>".. This makes the vcard import filter moreeilers1-2/+4
robust against unexpected typos..
2004-11-18Updated Opie ChangeLog with PackageManager updates. Mickey - unless there ↵drw1-0/+1
are any problems with opie-pm, it is ready for OZ v3.5.2 this weekend.
2004-11-181. Implemented linking of apps to root (thanks to zecke for getting this ↵drw7-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-18Remove obsoleted OPimEffectiveEvent as it is superseededzecke2-328/+0
by the generic OPimOccurrence
2004-11-18Update TODO of OpiePIM...zecke1-54/+46
2004-11-18Update ChangeLog with recent OpiePIM changeszecke1-0/+10
2004-11-18-Kill owarn statements from the codezecke4-34/+22
-Kill magic numbers and use enum values
2004-11-18Opie PIM Update (1/2 of it implemented)zecke3-1/+56
-Update opiepim.pro to add new files -Provide a stable precompileable headerfile
2004-11-18Backend Changes:zecke25-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-18Add generic sorting implementation based on QVectorzecke7-0/+543
for Contact and Todo
2004-11-18Big PIM API Update Core Part (1/2 of what should be implemented):zecke26-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