summaryrefslogtreecommitdiff
path: root/core/pim/addressbook
AgeCommit message (Collapse)AuthorFilesLines
2005-08-29Scale icons in contact table listing and in configure dialogdrw2-16/+24
2005-04-28Should have make these icons SmallIcon sized in the 1st placedrw1-4/+4
2005-04-14Change default mail application to Opie-Mail.skyhusker2-8/+8
2005-04-06Use OResource for loading imagesdrw4-33/+37
2005-03-24In table view: Clicking on column 0 changes the sortorder.eilers5-91/+23
Version of ths app was changed to 1.2.0 Requested by #1591
2005-03-18Fixing problem with categories: "unfiled" and "all" show the same list.eilers1-5/+15
Previous patch removed correct use of the pim backend. Therefore I had reimplemented it.
2005-03-16Fixed: 1. Category handling - all other apps and libopie2 use -1 for unfiled ↵drw3-27/+25
and 0 for all, addressbook flipped them, 2. Letter picker record selection, 3. sort resulting records after letter picker selected them
2005-02-07Fix contact edit dialog captioningdrw1-5/+8
2005-02-07Implement contact duplicationdrw1-0/+12
2005-02-07Eliminate compiler warningsdrw2-3/+2
2005-02-07Disable certain UI elements while editing personal detailsdrw1-8/+36
2005-02-06Convert to OPimMainWindow and UI tweaks. There is still a couple items yet ↵drw6-499/+310
to do...
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-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)
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-15/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+15
2004-12-20Fix for Bug #1269 and use of new sorted of the pim libaryeilers4-10/+28
2004-10-12No functional changes.eilers7-120/+120
Just replaced owarn to odebug where debug output was ment by the developer. These warnings confusing users if the have any problems..
2004-07-18Update.. New hidden configuration for disabling auto uppercaser..eilers1-0/+2
Todo: Make it visible via configuration settings
2004-07-18Fixing Bug #1361eilers2-8/+32
2004-06-17replaced tr( "" ) by "" (in order not to pollute the .ts translation files)clem1-1/+1
2004-05-30fix some dependencieschicken1-1/+1
2004-05-02- convert qWarning to owarnar1-1/+5
2004-05-01A new LineEdit to assis entering names.zecke4-6/+97
so holger hans peter freyther will get Holger Hans Peter Freyther on the fly but you can also change the letter later...
2004-04-04s/Opie::Core::odebug/odebug/ (same with oerr,owarn,ofatal)mickeyl7-134/+134
2004-04-02Use ODebug (135 down...), and remove libopiedb2 from dependenciesdrw8-156/+170
2004-03-31Removed all unnecessary dependencies to libopiedb2 and reimplementedeilers2-2/+2
the conditional compilation of the SQL implementation. Therefore, it is possible to remove all dependencies of libsqlite and libopiedb2 etc. just by disabling the SQL support in the configuration ! If disabled, the usual xml-immplementation is used. Thanks to mickeyl who already fixed the "backends.pro" ..
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-2/+2
build system
2004-03-25libopie -> libopie2drw14-326/+328
2004-03-02run the optimize_connect scriptalwin4-45/+45
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)
2004-03-01fix includeschicken7-43/+0
2004-02-14Clean-up of .cvsignore filesdrw1-1/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar3-12/+5
screen handling
2003-12-25called binary when sending email to a contact is "opiemail" insteadalwin1-3/+3
of "mail" when using opiemal as standard mailer.
2003-12-07s/QPEToolBar/QToolBar:mickeyl2-5/+5
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl1-2/+2
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-12-04use opie-lupdate instead lupdatear1-21/+0
2003-11-11Updating apps to use quickexec. Ipks are now generated properly.treke4-19/+9
2003-09-29ocontactfields is moved to libopie/pimeilers2-516/+0
2003-09-29ocontactfields is now moved to libopie/pimeilers6-9/+6
2003-09-29Now using default font instead smallsmootheilers1-1/+2
2003-09-20merge control files with BRANCHmickeyl1-1/+1
2003-08-30Speed optimization fix:eilers6-66/+105
Startup and usability improved if a lot of contacts are stored. Left speed bootleneck is the xml file..
2003-08-01Icon bug.. fixed.eilers1-2/+2
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers4-19/+24
2003-06-05sanitizedschurig1-1/+1
2003-05-11Just internal renaming.. Will not affect anything..eilers3-3/+3
2003-05-11Some improvements in handling of organizations:eilers10-19/+79
- 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-09No it jumps into the front if show(int) is used.. Thanks tille !eilers1-0/+1
2003-05-09Had misunderstanding about name of the qcop call and show closed the appeilers1-2/+8
immediately..