summaryrefslogtreecommitdiff
path: root/core/pim/addressbook
AgeCommit message (Collapse)AuthorFilesLines
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
2002-12-14fixes bug #548tille1-0/+1
2002-12-14addLanguage rulescniehaus1-0/+2
2002-12-13No default arguments in implementation pleasezecke1-23/+23
2002-12-13have overseen onecniehaus1-1/+1
2002-12-13i18n-fixescniehaus1-6/+6
2002-12-11Added dialogbox to notify that the vcard was unable to readeilers1-0/+6
2002-12-11Implemented dialog box for every received vcard to get user permissioneilers2-4/+30
2002-12-08fixtille1-1/+4
2002-12-08added combo for default emailtille3-25/+44
not perfect but it should do its job (better than i expected in first place ;)
2002-12-08updatetille1-2/+1
2002-12-08do not close ab while in cardview, rather switch back to listviewtille2-2/+8
as the old version did
2002-12-07Just updatedeilers1-4/+4
2002-11-30Fixed a lot of usability stuff .. Some minor bugs were fixed, too ..eilers7-47/+68
2002-11-28...eilers1-2/+7
2002-11-28Change of view caused jump to the first line of table->fixedeilers1-3/+3
2002-11-27Now version 0.1.1eilers1-1/+1
2002-11-27Extremely improved table updateeilers5-70/+109
2002-11-27Still a lot of workeilers1-2/+10
2002-11-22one (hopefully) last i18n-fixcniehaus1-1/+1
2002-11-22More i18n-fixescniehaus2-8/+2
@@ -333,9 +333,7 @@ void AddressbookWindow::setDocument( con switch( QMessageBox::information( this, tr ( "Right file type ?" ), - tr( "The selected File" ) + ( "\n" ) + - tr ("does not end with \".vcf\" ") + ( "\n" ) + - tr ( "Do you really want to open it?" ), + tr( "The selected file \n does not end with \".vcf\" \n. Do you really want to open it?" ), tr( "&Yes" ), tr( "&No" ), QString::null, 0, // Enter == button 0 2 ) ) { // Escape == button 2 @@ -809,7 +807,7 @@ void AddressbookWindow::slotWrapAround() qWarning("Got wrap signal !"); // if ( doNotifyWrapAround ) // QMessageBox::information( this, tr( "End of list" ), -// tr( "End of list. Wrap around now.. !" ) + "\n" ); +// tr( "End of list. Wrap around now...!" ) + "\n" ); } @@ -24,10 +24,6 @@ </sizepolicy> </property> <property stdset="1"> - <name>caption</name> - <string>MyDialog1</string> - </property> - <property stdset="1"> <name>sizeGripEnabled</name> <bool>true</bool> </property>
2002-11-22i18n-bug. With the other way you can't translate in all languagescniehaus1-2/+1
@@ -800,8 +800,7 @@ void AddressbookWindow::slotNotFound() { qWarning("Got notfound signal !"); QMessageBox::information( this, tr( "Not Found" ), - tr( "Unable to find a contact for this" ) + "\n" - + tr( "search pattern !" ) ); + tr( "Unable to find a contact for this \n search pattern!" ) ); }
2002-11-21nothing interestingeilers1-1/+1
2002-11-19Minor bugfixeilers1-2/+4
2002-11-18Back to main tree. Back to main tree.eilers25-1972/+2122
Back to main tree. Waiting for moving to feature freeze ..
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-10/+12
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-11-03no default argumentszecke1-1/+1
Patch from jowenn
2002-11-01Complete redesign of internal structure. Now, there exist a cetral vieweilers2-0/+412
class which manages the current implemented views table and card...
2002-10-31Added Conflicts with qpe-tkcaddressbook and qpe-tkccalendar, because tkc ↵kergoth1-0/+1
unfortunately tries to replace the existing versions, including desktop icons, rather than creating their own.
2002-10-28Next changes may brake future snapshots. Therefore we work oneilers1-0/+6
the branch "GO_FOR_OPIE_1_0" .. ;) We will be merge all changes at code freeze..
2002-10-27OContact now uses QDate to avoid wrong interpreted stringseilers2-19/+20
A lot of inline functions moved into the library..
2002-10-25sorts the tanslated country nowtille2-2/+5
2002-10-25If I want to edit my personal settings, category is disabled.eilers5-41/+154
Now using Datepicker for birthday and annyversary..