summaryrefslogtreecommitdiff
path: root/libopie
AgeCommit message (Collapse)AuthorFilesLines
2003-03-21added doxygen comment docsllornkcor1-10/+85
2003-03-21g++ compliance fix: default arguments belong into the declaration, but not ↵mickeyl1-1/+4
the definition
2003-03-21Fixing small bug: If we search a birthday from today to today, it returnedeilers1-1/+5
every contact ..
2003-03-21Merged speed optimized xml backend for contacts to main.eilers15-718/+174
Added QDateTime to querybyexample. For instance, it is now possible to get all Birthdays/Anniversaries between two dates. This should be used to show all birthdays in the datebook.. This change is sourcecode backward compatible but you have to upgrade the binaries for today-addressbook.
2003-03-19Fixed bug #744 where non mapped buttons in buttonsettings were not saved by ↵groucho2-6/+12
introducing the " ignore" statement. Also removed unsed debug code
2003-02-23make mickeyl happyzecke1-3/+2
thanks for spotting it
2003-02-22Fix savingzecke3-3/+10
remove the transport medium from the opimmainwindow
2003-02-22fixx off by one in readingzecke3-23/+57
2003-02-22Remove some testing codezecke1-3/+1
2003-02-22Implement saving of eventszecke6-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-22Finally and hopefully, dependencies are correct. Comments ?groucho1-1/+1
Fixed missing include in euroconv.pro
2003-02-21Add XML datebookresourcezecke10-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()zecke7-32/+292
-Add the Access(Backend) of DateBook
2003-02-21-Remove old Todo classes they're deprecated and today I already using thezecke21-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-19Fix a bug that prevented ldconfig execution in postinstkergoth1-1/+1
2003-02-18Fixing categoryNames in opimrecord which was just checking for Todo Listeilers4-6/+6
Now we get the categories in addressbook, too !
2003-02-17Cardview improved ..eilers1-5/+6
2003-02-160000276 Fix for that bug.. or better temp workaroundzecke2-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-16Added changeTab() to OTabWidget to dynamically change tab name and/or icon ↵drw3-6/+68
(stumbled upon request for this in TinyKate todo)
2003-02-16attempt to fix bug. please testllornkcor1-5/+20
2003-02-15clear before reloadingzecke1-0/+1
2003-02-10added a virtual refresh to the interface, in future each plugin decides how ↵harlekin1-0/+6
much happens during refresh call
2003-02-09Nothing happened.. Just some cleanup before I will start..eilers1-0/+739
2003-01-26Added two missing dir.exists() checks, without which a segfault occurs if ↵kergoth1-72/+76
m_currentDir doesnt exist.
2003-01-26None->Rot0 name for transformation enum, as it stomped on someone elses None ;)kergoth1-1/+1
2003-01-26fix the Transformation redefinition.kergoth1-1/+1
2003-01-26Arent dependencies fun?kergoth1-2/+2
2003-01-261) Add Sharp Zaurus A300/B600|5600/C700 models, will add the model specific bitskergoth2-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-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth3-3/+3
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23.cvsignorekergoth1-3/+1
2003-01-23QTDIR/lib -> OPIEDIR/libkergoth3-3/+3
2003-01-23opiedir/lib instead of qtdir/lib..kergoth2-9/+1
2003-01-23libopie/libopie.controlkergoth1-4/+0
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth2-0/+14
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16Libopie links against libqpe, need that explicit dependency in the config ↵kergoth1-0/+1
system.
2003-01-16i18n for new buildsystem :)kergoth3-0/+12
2003-01-16*** empty log message ***kergoth1-3/+0
2003-01-13Fixing crash when businesscard.vcf is missing..eilers1-2/+11
2003-01-11michael suggested to try it without the macroharlekin1-3/+1
2003-01-03Reenable debug outputeilers1-6/+11
2003-01-03Bugfix for calculating data diffs..eilers1-18/+39
2003-01-02Improved query by example: Search by date is possible.. First stepeilers2-34/+113
for a today plugin for birthdays..
2003-01-02Detailview cleanup..eilers1-45/+77
2003-01-01 T ORecordList<T>::operator[]( uint i ) {simon1-1/+1
- if ( i < 0 || (i+1) > m_ids.count() ) + if ( i >= m_ids.count() ) -> fix warning and simplify :)
2002-12-27fix typocniehaus1-2/+2
2002-12-27Childrens are now shown in detail view..eilers1-0/+5
2002-12-27i18n-fixletcniehaus1-4/+0
2002-12-23grrr .. somehow joe put a 'k' in the filesandman1-1/+1
2002-12-23Fixed a few typos and removed some qDebugssandman2-7/+3
2002-12-22- added the device button stuff to ODevicesandman5-20/+609
- ODevice is now derived from QObject (don't ask me why I didn't make this from the beginning)