summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/configdlg_base.ui
AgeCommit message (Collapse)AuthorFilesLines
2002-11-30Fixed a lot of usability stuff .. Some minor bugs were fixed, too ..eilers1-3/+7
2002-11-22More i18n-fixescniehaus1-4/+0
@@ -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-18Back to main tree. Back to main tree.eilers1-97/+307
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/+4
Now using Datepicker for birthday and annyversary..
2002-10-22Find bugfix. Tried to make the letterpicker more visible due toeilers1-1/+104
undelign does not work on my Z.. :( Added use of alternative mail-application (opie-mail instead of QT-Mail)
2002-10-19New find widget works. Settings moved into a config dialog.eilers1-0/+232