summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/configdlg_base.ui
AgeCommit message (Collapse)AuthorFilesLines
2005-04-14Change default mail application to Opie-Mail.skyhusker1-4/+4
2003-05-11Some improvements in handling of organizations:eilers1-1/+1
- 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-03-27Bugfix: If menu-button is pressed, the mainmenu will now open as expectedeilers1-1/+60
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-07Removed unused files and starting with WhatsThis..eilers1-1/+74
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