summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/contacteditor.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-09-29ocontactfields is now moved to libopie/pimeilers1-1/+0
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-1/+1
2003-05-11Some improvements in handling of organizations:eilers1-4/+16
- 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-04-02Fix bug #791 (Misbehaviour of contacteditor: The main tab is active for ↵eilers1-0/+2
every new entry) Export to VCard added. Edit:Save removed (Was just for testing purposes)
2003-03-07Removed unused files and starting with WhatsThis..eilers1-2/+15
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 wordseilers1-36/+26
2003-03-04Fixing suffix handlingeilers1-5/+10
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 middleeilers1-443/+360
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:eilers1-44/+63
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-24Change default settings of combos for contacteditoreilers1-4/+4
2003-02-23Added icons. Especially the main-contact table has an iconeilers1-2/+1
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 !eilers1-1/+3
2003-01-31Removed a lot of debug output.. Therefore it should speed up..eilers1-16/+59
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-13Removed nonsense which corrupted the business phone dataeilers1-3/+4
2003-01-04Hope I fixed the default-email bugs..eilers1-42/+182
2003-01-02Fix some typos, as usual: found by Tais (tm)cniehaus1-14/+14
- 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-20fixing wrong assignment between translated untranslated fieldnameseilers1-4/+4
2002-12-19fix for email <-> default email bugtille1-17/+40
2002-12-18changing from defaultemail to something else now hides the combotille1-7/+12
2002-12-08fixtille1-1/+4
2002-12-08added combo for default emailtille1-22/+39
not perfect but it should do its job (better than i expected in first place ;)
2002-11-18Back to main tree. Back to main tree.eilers1-487/+118
Back to main tree. Waiting for moving to feature freeze ..
2002-10-27OContact now uses QDate to avoid wrong interpreted stringseilers1-17/+17
A lot of inline functions moved into the library..
2002-10-25sorts the tanslated country nowtille1-0/+3
2002-10-25If I want to edit my personal settings, category is disabled.eilers1-30/+123
Now using Datepicker for birthday and annyversary..
2002-10-14Some final language fixeseilers1-25/+59
2002-10-14Last patch for language bug. I am not really happy with it, but it should ↵eilers1-37/+51
work now. Please use the current release of libopie with this application. Otherwise the app will fail !
2002-10-13First attempt to fix language translation bug. Comboboxes should noweilers1-87/+89
work if translation is broken... Some translations should be reenabled in next fix..
2002-10-08email handling fixedeilers1-3/+3
2002-10-08contacteditor.cppeilers1-1/+2
2002-10-08Joined development branch: It uses the new PIM APIeilers1-2/+2
Some features in "View" added by Darwin Zins, but they are not finished..
2002-09-10COmpile fixeszecke1-6/+6
2002-08-31fixes 2 typos (Kuwait und Kirgisien)cniehaus1-2/+2
2002-06-10Fixes in the translation.tux_mike1-62/+156
2002-05-21usbaility updateszecke1-160/+188
2002-04-30- no default arguments in method implementationssimon1-3/+4
- don't return void in non-void functions
2002-04-18Fixed a bug with Suffixes due to a missing 2tux_mike1-5/+6
2002-04-08Fixed little bugs, added macro to disable find on sharp rom, other small ↵tux_mike1-14/+241
feature additons.
2002-04-02Added a copyright notice... completley forgot... I gotta stop updating like ↵tux_mike1-0/+19
this ;)
2002-04-02Fixed annoying bug with the City field always being the home city... sorry :)tux_mike1-33/+1
2002-04-02Minor changes for Sharp rom compatability, fixed an annoying bug with edit ↵tux_mike1-17/+39
and the chooser fields.
2002-03-28Made a minor spacing change, makes editing a little more comfortabletux_mike1-4/+4
2002-03-26Mike Crawford <mike@tuxnami.org> Source files for the new input screen.tux_mike1-0/+1397