-rw-r--r-- | bin/kdepim/WhatsNew.txt | 1 | ||||
-rw-r--r-- | pwmanager/pwmanager/pwm.cpp | 13 |
2 files changed, 13 insertions, 1 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index a7b8530..d4b7971 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt | |||
@@ -1,41 +1,42 @@ | |||
1 | Info about the changes in new versions of KDE-Pim/Pi | 1 | Info about the changes in new versions of KDE-Pim/Pi |
2 | 2 | ||
3 | ********** VERSION 2.0.15 ************ | 3 | ********** VERSION 2.0.15 ************ |
4 | 4 | ||
5 | PwM/Pi: | 5 | PwM/Pi: |
6 | Added keyboard shorcuts for | 6 | Added keyboard shorcuts for |
7 | - toggling summary view (space bar) | 7 | - toggling summary view (space bar) |
8 | - delete item (delete + backspace key) | 8 | - delete item (delete + backspace key) |
9 | - add new item ( i + n key) | 9 | - add new item ( i + n key) |
10 | Fixed length of info in the title. | ||
10 | 11 | ||
11 | KO/Pi-KA/Pi: | 12 | KO/Pi-KA/Pi: |
12 | Changed "ME" menu bar entry to an icon. | 13 | Changed "ME" menu bar entry to an icon. |
13 | 14 | ||
14 | KO/Pi: | 15 | KO/Pi: |
15 | Fixed two minor bugs in displaying todos. | 16 | Fixed two minor bugs in displaying todos. |
16 | 17 | ||
17 | 18 | ||
18 | ********** VERSION 2.0.14 ************ | 19 | ********** VERSION 2.0.14 ************ |
19 | 20 | ||
20 | Made Passwordmanager PwM/Pi more userfriendly: | 21 | Made Passwordmanager PwM/Pi more userfriendly: |
21 | Rearranged some toolbar icons, optimized setting of focus, fixed layout problems and more. | 22 | Rearranged some toolbar icons, optimized setting of focus, fixed layout problems and more. |
22 | Fixed bug in KO/Pi todo printing. | 23 | Fixed bug in KO/Pi todo printing. |
23 | Made Qtopia calendar import possible on desktop . | 24 | Made Qtopia calendar import possible on desktop . |
24 | 25 | ||
25 | ********** VERSION 2.0.13 ************ | 26 | ********** VERSION 2.0.13 ************ |
26 | 27 | ||
27 | Fixed a problem in the addressee select dialog and made it more user friendly by adding a minimize splitter. | 28 | Fixed a problem in the addressee select dialog and made it more user friendly by adding a minimize splitter. |
28 | 29 | ||
29 | In the search dialog you can switch now the focus from search line edit to the list view by pressing key "arrow down". | 30 | In the search dialog you can switch now the focus from search line edit to the list view by pressing key "arrow down". |
30 | 31 | ||
31 | OM/Pi: | 32 | OM/Pi: |
32 | Fixed a refresh problem of outgoing/sent/sendfailed folders after sending mails. | 33 | Fixed a refresh problem of outgoing/sent/sendfailed folders after sending mails. |
33 | Added missing German translation. | 34 | Added missing German translation. |
34 | Added warning if path is specified in local folder settings of account config. | 35 | Added warning if path is specified in local folder settings of account config. |
35 | 36 | ||
36 | ********** VERSION 2.0.12 ************ | 37 | ********** VERSION 2.0.12 ************ |
37 | 38 | ||
38 | KO/Pi: | 39 | KO/Pi: |
39 | Fixed a bug in todo start/due date handling for non recurring todos with a start and due date. | 40 | Fixed a bug in todo start/due date handling for non recurring todos with a start and due date. |
40 | Fixed some layout problems in the KO/Pi agenda view when there were many conflicting itmes. | 41 | Fixed some layout problems in the KO/Pi agenda view when there were many conflicting itmes. |
41 | Fixed several problems of the keyboard focus in the desktop versions when opening the search dialog/event viewer. | 42 | Fixed several problems of the keyboard focus in the desktop versions when opening the search dialog/event viewer. |
diff --git a/pwmanager/pwmanager/pwm.cpp b/pwmanager/pwmanager/pwm.cpp index a751fce..9c8d12d 100644 --- a/pwmanager/pwmanager/pwm.cpp +++ b/pwmanager/pwmanager/pwm.cpp | |||
@@ -460,65 +460,76 @@ void PwM::initToolbar() | |||
460 | SLOT(editPwd_slot()), true, | 460 | SLOT(editPwd_slot()), true, |
461 | i18n("Edit password")); | 461 | i18n("Edit password")); |
462 | toolBar()->insertButton(picons->loadIcon("editdelete", KIcon::Toolbar), | 462 | toolBar()->insertButton(picons->loadIcon("editdelete", KIcon::Toolbar), |
463 | BUTTON_TOOL_DEL, SIGNAL(clicked(int)), this, | 463 | BUTTON_TOOL_DEL, SIGNAL(clicked(int)), this, |
464 | SLOT(deletePwd_slot()), true, | 464 | SLOT(deletePwd_slot()), true, |
465 | i18n("Delete password")); | 465 | i18n("Delete password")); |
466 | toolBar()->insertSeparator(); | 466 | toolBar()->insertSeparator(); |
467 | toolBar()->insertButton(picons->loadIcon("halfencrypted", KIcon::Toolbar), | 467 | toolBar()->insertButton(picons->loadIcon("halfencrypted", KIcon::Toolbar), |
468 | BUTTON_TOOL_LOCK, SIGNAL(clicked(int)), this, | 468 | BUTTON_TOOL_LOCK, SIGNAL(clicked(int)), this, |
469 | SLOT(lockWnd_slot()), true, | 469 | SLOT(lockWnd_slot()), true, |
470 | i18n("Lock all entries")); | 470 | i18n("Lock all entries")); |
471 | toolBar()->insertButton(picons->loadIcon("encrypted", KIcon::Toolbar), | 471 | toolBar()->insertButton(picons->loadIcon("encrypted", KIcon::Toolbar), |
472 | BUTTON_TOOL_DEEPLOCK, SIGNAL(clicked(int)), this, | 472 | BUTTON_TOOL_DEEPLOCK, SIGNAL(clicked(int)), this, |
473 | SLOT(deepLockWnd_slot()), true, | 473 | SLOT(deepLockWnd_slot()), true, |
474 | i18n("Deep-Lock all entries")); | 474 | i18n("Deep-Lock all entries")); |
475 | toolBar()->insertButton(picons->loadIcon("decrypted", KIcon::Toolbar), | 475 | toolBar()->insertButton(picons->loadIcon("decrypted", KIcon::Toolbar), |
476 | BUTTON_TOOL_UNLOCK, SIGNAL(clicked(int)), this, | 476 | BUTTON_TOOL_UNLOCK, SIGNAL(clicked(int)), this, |
477 | SLOT(unlockWnd_slot()), true, | 477 | SLOT(unlockWnd_slot()), true, |
478 | i18n("Unlock all entries")); | 478 | i18n("Unlock all entries")); |
479 | } | 479 | } |
480 | 480 | ||
481 | void PwM::initMetrics() | 481 | void PwM::initMetrics() |
482 | { | 482 | { |
483 | QSize s = conf()->confWndMainWndSize(); | 483 | QSize s = conf()->confWndMainWndSize(); |
484 | if (s.isValid()) | 484 | if (s.isValid()) |
485 | resize(s); | 485 | resize(s); |
486 | else | 486 | else |
487 | resize(DEFAULT_SIZE); | 487 | resize(DEFAULT_SIZE); |
488 | } | 488 | } |
489 | 489 | ||
490 | void PwM::updateCaption() | 490 | void PwM::updateCaption() |
491 | { | 491 | { |
492 | setPlainCaption(curDoc()->getTitle() + " - " PROG_NAME " " PACKAGE_VER); | 492 | QString s = curDoc()->getTitle(); |
493 | int maxlen = 50; | ||
494 | if ( QApplication::desktop()->width() < 640 ) { | ||
495 | if ( QApplication::desktop()->width() < 320 ) | ||
496 | maxlen = 22; | ||
497 | else | ||
498 | maxlen = 35; | ||
499 | } | ||
500 | if ( s.length() > maxlen ) { | ||
501 | s = "..."+s.right(maxlen -3); | ||
502 | } | ||
503 | setPlainCaption( s ); | ||
493 | } | 504 | } |
494 | 505 | ||
495 | void PwM::hideEvent(QHideEvent *) | 506 | void PwM::hideEvent(QHideEvent *) |
496 | { | 507 | { |
497 | if (isMinimized()) { | 508 | if (isMinimized()) { |
498 | if (init->tray()) { | 509 | if (init->tray()) { |
499 | forceMinimizeToTray = true; | 510 | forceMinimizeToTray = true; |
500 | close(); | 511 | close(); |
501 | } | 512 | } |
502 | int mmlock = conf()->confGlobMinimizeLock(); | 513 | int mmlock = conf()->confGlobMinimizeLock(); |
503 | switch (mmlock) { | 514 | switch (mmlock) { |
504 | case 0: // don't lock anything | 515 | case 0: // don't lock anything |
505 | break; | 516 | break; |
506 | case 1: {// normal lock | 517 | case 1: {// normal lock |
507 | curDoc()->lockAll(true); | 518 | curDoc()->lockAll(true); |
508 | break; | 519 | break; |
509 | } case 2: {// deep-lock | 520 | } case 2: {// deep-lock |
510 | curDoc()->deepLock(); | 521 | curDoc()->deepLock(); |
511 | break; | 522 | break; |
512 | } default: | 523 | } default: |
513 | WARN(); | 524 | WARN(); |
514 | } | 525 | } |
515 | } | 526 | } |
516 | } | 527 | } |
517 | 528 | ||
518 | void PwM::setVirgin(bool v) | 529 | void PwM::setVirgin(bool v) |
519 | { | 530 | { |
520 | if (virgin == v) | 531 | if (virgin == v) |
521 | return; | 532 | return; |
522 | virgin = v; | 533 | virgin = v; |
523 | filePopup->setItemEnabled(BUTTON_POPUP_FILE_SAVE, !v); | 534 | filePopup->setItemEnabled(BUTTON_POPUP_FILE_SAVE, !v); |
524 | filePopup->setItemEnabled(BUTTON_POPUP_FILE_SAVEAS, !v); | 535 | filePopup->setItemEnabled(BUTTON_POPUP_FILE_SAVEAS, !v); |