summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/addressbook.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-02run the optimize_connect scriptalwin1-10/+10
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 includeschicken1-16/+0
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar1-6/+2
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:mickeyl1-3/+3
- 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-11-11Updating apps to use quickexec. Ipks are now generated properly.treke1-0/+4
2003-08-30Speed optimization fix:eilers1-1/+1
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 HEADeilers1-12/+17
2003-05-11Some improvements in handling of organizations:eilers1-1/+2
- 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:eilers1-25/+27
editUid(int), showUid(int)..
2003-04-02Fix bug #791 (Misbehaviour of contacteditor: The main tab is active for ↵eilers1-0/+30
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 expectedeilers1-13/+19
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-08use the opie wide config iconharlekin1-83/+83
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-23Added icons. Especially the main-contact table has an iconeilers1-2/+3
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-16Error message was too long.. Fixed!eilers1-1/+1
2003-01-02Fix some typos, as usual: found by Tais (tm)cniehaus1-1/+1
- 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-17Now use my own pictureseilers1-2/+2
2002-12-16not importanteilers1-3/+3
2002-12-16Improvement of previous bugfixeilers1-1/+12
2002-12-14fixes bug #548tille1-0/+1
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 permissioneilers1-1/+25
2002-12-08do not close ab while in cardview, rather switch back to listviewtille1-2/+6
as the old version did
2002-11-30Fixed a lot of usability stuff .. Some minor bugs were fixed, too ..eilers1-1/+1
2002-11-27Extremely improved table updateeilers1-28/+18
2002-11-22one (hopefully) last i18n-fixcniehaus1-1/+1
2002-11-22More i18n-fixescniehaus1-4/+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-18Back to main tree. Back to main tree.eilers1-509/+338
Back to main tree. Waiting for moving to feature freeze ..
2002-10-25If I want to edit my personal settings, category is disabled.eilers1-2/+7
Now using Datepicker for birthday and annyversary..
2002-10-22Find bugfix. Tried to make the letterpicker more visible due toeilers1-3/+44
undelign does not work on my Z.. :( Added use of alternative mail-application (opie-mail instead of QT-Mail)
2002-10-21Some usability updates in picker and find..eilers1-19/+51
2002-10-20Connected configuration to search engineeilers1-1/+1
2002-10-19New find widget works. Settings moved into a config dialog.eilers1-23/+52
2002-10-18First attempt of new find entry field.. It still needs some finetuning !eilers1-21/+48
2002-10-16Temporarely added save function..eilers1-3/+16
2002-10-16Fixed reload after sync- bugeilers1-51/+5
2002-10-14Last patch for language bug. I am not really happy with it, but it should ↵eilers1-1/+2
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-11/+13
work if translation is broken... Some translations should be reenabled in next fix..
2002-10-08Joined development branch: It uses the new PIM APIeilers1-711/+782
Some features in "View" added by Darwin Zins, but they are not finished..
2002-09-10COmpile fixeszecke1-1/+1