summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/contacteditor.cpp
AgeCommit message (Collapse)AuthorFilesLines
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