summaryrefslogtreecommitdiff
path: root/core/pim/addressbook
AgeCommit message (Collapse)AuthorFilesLines
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..
2003-05-09Added two QCop functions for OSearch:eilers3-25/+35
editUid(int), showUid(int)..
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-04-02Fix bug #791 (Misbehaviour of contacteditor: The main tab is active for ↵eilers5-9/+38
every new entry) Export to VCard added. Edit:Save removed (Was just for testing purposes)
2003-03-27Bugfix: If menu-button is pressed, the mainmenu will now open as expectedeilers6-16/+101
To have the same look and feel as the other pim applications, the moveable toolbar is disabled. This behaviour is changeable in the configuration.
2003-03-24DetailView: If card is too big to show, use page up/down instead ofeilers3-13/+27
next/previous contact if cursor up/down is used ..
2003-03-09Switching to version 0.9.1eilers1-2/+2
2003-03-09Fixed missing table refresh after changing the primary contact ordereilers3-2/+19
2003-03-08use the opie wide config iconharlekin1-83/+83
2003-03-07Removed unused files and starting with WhatsThis..eilers6-356/+92
2003-03-06New table appearance by Dan Williams ! It looks like todolist, now ! Thankseilers2-2/+35
a lot !
2003-03-05Fixed bug, again ..eilers1-9/+10
Default-Email Chooser wasn't removed in some rare cases ..
2003-03-05Bugfix: Fullname Dialogbox had problems with lastnames out of multiple wordseilers2-41/+29
2003-03-04Fixing suffix handlingeilers2-5/+11
2003-03-04Some finetuning to behave like the previous release if just one first andeilers1-3/+6
lastname is used..
2003-03-04Name parser completely rewritten ! It is now possible to have as much middleeilers3-446/+363
names as your parents payed for ;) If you have a lastname which was build out of words like "Klara Anne Marie Freifrau von Lichtenstein" or "Carlos Marcos del los Rios" you have to use a "," to separate between first andd last names like this: "del los Rios, Carlos Marcos" or "Freifrau von Lichtenstein, Klara Anne Marie"..
2003-03-01Fixing following bugs:eilers5-60/+82
default email chooser jumped sometimes through the widget default email chooser not completely hiding the textfield storing the position of the chooser for the home webpage failed
2003-02-28Beaming personal vcard on keypress is implented now !eilers1-9/+17
2003-02-27Adding icon for importeilers1-1/+2
2003-02-24Oops: Personal details menu disabled.. Fixed!eilers1-1/+1
2003-02-24Change default settings of combos for contacteditoreilers3-5/+6
2003-02-23Added icons. Especially the main-contact table has an iconeilers7-65/+122
to show whether it is a work-, home- number or if it is a mobile... The pictures may need improvements due to my incompetence in creating pictures.. Do we have anyone who may paint such stuff ?
2003-02-17I hope translation is fixed, now !eilers3-87/+176
2003-02-16Error message was too long.. Fixed!eilers1-1/+1
2003-02-11implement the wish from 0000639zecke2-7/+13
2003-02-07just an updateeilers1-0/+3
2003-01-31Removed a lot of debug output.. Therefore it should speed up..eilers8-72/+251
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-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-13Removed nonsense which corrupted the business phone dataeilers1-3/+4
2003-01-13Oops.. Bugfix in devel branch.. Merged it to main !eilers1-2/+5
2003-01-04Hope I fixed the default-email bugs..eilers3-42/+186
2003-01-02Letterpicker now works for lowercase names..eilers2-5/+13
2003-01-02Fix some typos, as usual: found by Tais (tm)cniehaus2-15/+15
- QMessageBox::warning(this, tr("OContacts"), + QMessageBox::warning(this, tr("Contacts"), - cmbCountry->insertItem( tr ( "Afganistan" ) ); + cmbCountry->insertItem( tr ( "Afghanistan" ) ); - cmbCountry->insertItem( tr ( "Antartica" ) ); + cmbCountry->insertItem( tr ( "Antarctica" ) ); - cmbCountry->insertItem( tr ( "Armania" ) ); + cmbCountry->insertItem( tr ( "Armenia" ) ); - cmbCountry->insertItem( tr ( "Boliva" ) ); + cmbCountry->insertItem( tr ( "Bolivia" ) ); - cmbCountry->insertItem( tr ( "Camaroon" ) ); + cmbCountry->insertItem( tr ( "Cameroon" ) ); - cmbCountry->insertItem( tr ( "Gahna" ) ); + cmbCountry->insertItem( tr ( "Ghana" ) ); - cmbCountry->insertItem( tr ( "Guadelupe" ) ); + cmbCountry->insertItem( tr ( "Guadeloupe" ) ); - cmbCountry->insertItem( tr ( "Guinea-bissau" ) ); + cmbCountry->insertItem( tr ( "Guinea-Bissau" ) ); - cmbCountry->insertItem( tr ( "Jamacia" ) ); + cmbCountry->insertItem( tr ( "Jamaica" ) ); - cmbCountry->insertItem( tr ( "Kribati" ) ); + cmbCountry->insertItem( tr ( "Kiribati" ) ); - cmbCountry->insertItem( tr ( "Kyrgystan" ) ); + cmbCountry->insertItem( tr ( "Kyrgyzstan" ) ); - cmbCountry->insertItem( tr ( "Palestinian Territory" ) ); + cmbCountry->insertItem( tr ( "Palestinian Sovereign Areas" ) ); - cmbCountry->insertItem( tr ( "Pitcairn" ) ); + cmbCountry->insertItem( tr ( "Pitcairn Islands" ) ); - cmbCountry->insertItem( tr ( "Viet Nam" ) ); + cmbCountry->insertItem( tr ( "Vietnam" ) );
2002-12-27Fixing nullpointer crash if "emails" selectedeilers1-2/+6
2002-12-27Children and nickname was not shown .. fixed !eilers1-1/+27
2002-12-23Hotfix for bug #537eilers1-47/+38
2002-12-20fixing wrong assignment between translated untranslated fieldnameseilers1-4/+4
2002-12-19fix for email <-> default email bugtille2-17/+44
2002-12-18changing from defaultemail to something else now hides the combotille2-8/+14
2002-12-17Now use my own pictureseilers3-6/+5
2002-12-16not importanteilers2-4/+4
2002-12-16Improvement of previous bugfixeilers2-5/+12