summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/abview.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-12-20Fix for Bug #1269 and use of new sorted of the pim libaryeilers1-8/+19
2004-10-12No functional changes.eilers1-26/+26
Just replaced owarn to odebug where debug output was ment by the developer. These warnings confusing users if the have any problems..
2004-04-04s/Opie::Core::odebug/odebug/ (same with oerr,owarn,ofatal)mickeyl1-28/+28
2004-04-02Use ODebug (135 down...), and remove libopiedb2 from dependenciesdrw1-29/+32
2004-03-25libopie -> libopie2drw1-19/+19
2004-03-02run the optimize_connect scriptalwin1-4/+4
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2003-09-29ocontactfields is now moved to libopie/pimeilers1-1/+2
2003-08-30Speed optimization fix:eilers1-14/+17
Startup and usability improved if a lot of contacts are stored. Left speed bootleneck is the xml file..
2003-05-11Just internal renaming.. Will not affect anything..eilers1-1/+1
2003-05-11Some improvements in handling of organizations:eilers1-4/+20
- If you enter a organization name and no Fullname is entered, the organization name will be used. Thus, the organization is shown correctly in the listview.. - The letterpicker now searches for the SaveAs Entry (configurable) instead for lastname. Ths guarantees that the organization is found as expected.. This addresses bugreport #590 and #895..
2003-05-09Added two QCop functions for OSearch:eilers1-0/+7
editUid(int), showUid(int)..
2003-03-09Fixed missing table refresh after changing the primary contact ordereilers1-0/+4
2003-01-31Removed a lot of debug output.. Therefore it should speed up..eilers1-24/+24
The settings of the combo-boxes in the contacteditor are now stored globally and individual for a contact ( I fear this will not survive any synchronizing! ). Thanks to tille for his assistance ! I hope there isn't any new bug in the contacteditor.. It is very ugly and hard to debug..
2003-01-02Letterpicker now works for lowercase names..eilers1-1/+8
2002-12-13No default arguments in implementation pleasezecke1-23/+23
2002-11-30Fixed a lot of usability stuff .. Some minor bugs were fixed, too ..eilers1-23/+32
2002-11-28Change of view caused jump to the first line of table->fixedeilers1-3/+3
2002-11-27Extremely improved table updateeilers1-29/+43
2002-11-18Back to main tree. Back to main tree.eilers1-36/+150
Back to main tree. Waiting for moving to feature freeze ..
2002-11-01Complete redesign of internal structure. Now, there exist a cetral vieweilers1-0/+331
class which manages the current implemented views table and card...