author | zautrix <zautrix> | 2005-03-01 13:30:51 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-03-01 13:30:51 (UTC) |
commit | 81e2fbd0c031a3db209de68c190ddf4c0350d14a (patch) (unidiff) | |
tree | 14c071ce0a6c81c28480f3e9480d1c24a96c9b78 | |
parent | 43c5ba9a16a0ea0ec80c920d9161d6c49bf0f674 (diff) | |
download | kdepimpi-81e2fbd0c031a3db209de68c190ddf4c0350d14a.zip kdepimpi-81e2fbd0c031a3db209de68c190ddf4c0350d14a.tar.gz kdepimpi-81e2fbd0c031a3db209de68c190ddf4c0350d14a.tar.bz2 |
pwm gui enhancements
-rw-r--r-- | bin/kdepim/pwmanager/germantranslation.txt | 7 | ||||
-rw-r--r-- | pwmanager/pwmanager/commentbox.cpp | 4 | ||||
-rw-r--r-- | pwmanager/pwmanager/pwm.cpp | 41 |
3 files changed, 33 insertions, 19 deletions
diff --git a/bin/kdepim/pwmanager/germantranslation.txt b/bin/kdepim/pwmanager/germantranslation.txt index 0ebc644..d481c42 100644 --- a/bin/kdepim/pwmanager/germantranslation.txt +++ b/bin/kdepim/pwmanager/germantranslation.txt | |||
@@ -1,3 +1,3 @@ | |||
1 | { " Local Time","Ortszeit" }, | 1 | { " Local Time","Ortszeit" }, |
2 | { "Default","Voreinstellungen" }, | 2 | { "Default","Default" }, |
3 | { "Configure...","Konfigurieren..." }, | 3 | { "Configure...","Konfigurieren..." }, |
@@ -310,3 +310,3 @@ | |||
310 | { "&Password","&Passwort" }, | 310 | { "&Password","&Passwort" }, |
311 | { "&Comments","Kommentare" }, | 311 | { "&Comments","Kommentar" }, |
312 | { "Launcher:","Launcher:" }, | 312 | { "Launcher:","Launcher:" }, |
@@ -347,3 +347,4 @@ | |||
347 | { "Sorry, there's nothing to save.\nPlease first add some passwords.","Sorry, es gibt nichts zu speichern.\nBitte erst Passwörter hinzufügen." }, | 347 | { "Sorry, there's nothing to save.\nPlease first add some passwords.","Sorry, es gibt nichts zu speichern.\nBitte erst Passwörter hinzufügen." }, |
348 | { "","" }, | 348 | { "Add new password","Passwort hinzufügen" }, |
349 | { "Successfully saved data.","Datei gespeichert." }, | ||
349 | { "","" }, | 350 | { "","" }, |
diff --git a/pwmanager/pwmanager/commentbox.cpp b/pwmanager/pwmanager/commentbox.cpp index 4a76f36..e2d2d2b 100644 --- a/pwmanager/pwmanager/commentbox.cpp +++ b/pwmanager/pwmanager/commentbox.cpp | |||
@@ -73,3 +73,3 @@ void CommentBox::setText(const QString &text) | |||
73 | PWM_ASSERT(textDta); | 73 | PWM_ASSERT(textDta); |
74 | textDta->setText(i18n("Comment") + ": " + text); | 74 | textDta->setText( text); |
75 | if (!textDta->isVisible()) | 75 | if (!textDta->isVisible()) |
@@ -248,3 +248,3 @@ void CommentBox::setText(const QString &text) | |||
248 | { | 248 | { |
249 | QMultiLineEdit::setText(i18n("Comment") + ": " + text); | 249 | QMultiLineEdit::setText( text); |
250 | if (!this->isVisible()) | 250 | if (!this->isVisible()) |
diff --git a/pwmanager/pwmanager/pwm.cpp b/pwmanager/pwmanager/pwm.cpp index 48257ef..fc6837f 100644 --- a/pwmanager/pwmanager/pwm.cpp +++ b/pwmanager/pwmanager/pwm.cpp | |||
@@ -251,2 +251,7 @@ void PwM::initMenubar() | |||
251 | filePopup->insertSeparator(); | 251 | filePopup->insertSeparator(); |
252 | filePopup->insertItem(QIconSet(picons->loadIcon("pencil", KIcon::Small)), | ||
253 | i18n("&Add password"), this, | ||
254 | SLOT(addPwd_slot()), 0, | ||
255 | BUTTON_POPUP_MANAGE_ADD); | ||
256 | filePopup->insertSeparator(); | ||
252 | filePopup->insertItem(QIconSet(picons->loadIcon("filesave", KIcon::Small)), | 257 | filePopup->insertItem(QIconSet(picons->loadIcon("filesave", KIcon::Small)), |
@@ -288,2 +293,3 @@ void PwM::initMenubar() | |||
288 | filePopup->insertSeparator(); | 293 | filePopup->insertSeparator(); |
294 | #if 0 | ||
289 | filePopup->insertItem(QIconSet(picons->loadIcon("fileprint", KIcon::Small)), | 295 | filePopup->insertItem(QIconSet(picons->loadIcon("fileprint", KIcon::Small)), |
@@ -292,2 +298,3 @@ void PwM::initMenubar() | |||
292 | filePopup->insertSeparator(); | 298 | filePopup->insertSeparator(); |
299 | #endif | ||
293 | filePopup->insertItem(QIconSet(picons->loadIcon("exit", KIcon::Small)), | 300 | filePopup->insertItem(QIconSet(picons->loadIcon("exit", KIcon::Small)), |
@@ -301,2 +308,3 @@ void PwM::initMenubar() | |||
301 | BUTTON_POPUP_MANAGE_ADD); | 308 | BUTTON_POPUP_MANAGE_ADD); |
309 | managePopup->insertSeparator(); | ||
302 | managePopup->insertItem(QIconSet(picons->loadIcon("edit", KIcon::Small)), | 310 | managePopup->insertItem(QIconSet(picons->loadIcon("edit", KIcon::Small)), |
@@ -416,6 +424,3 @@ void PwM::initToolbar() | |||
416 | 424 | ||
417 | #ifdef PWM_EMBEDDED | 425 | #if 0 |
418 | if ( QApplication::desktop()->width() > 320 ) | ||
419 | #endif | ||
420 | { | ||
421 | toolBar()->insertButton(picons->loadIcon("filenew", KIcon::Toolbar), | 426 | toolBar()->insertButton(picons->loadIcon("filenew", KIcon::Toolbar), |
@@ -423,2 +428,3 @@ void PwM::initToolbar() | |||
423 | SLOT(new_slot()), true, i18n("New")); | 428 | SLOT(new_slot()), true, i18n("New")); |
429 | #endif | ||
424 | toolBar()->insertButton(picons->loadIcon("fileopen", KIcon::Toolbar), | 430 | toolBar()->insertButton(picons->loadIcon("fileopen", KIcon::Toolbar), |
@@ -426,4 +432,12 @@ void PwM::initToolbar() | |||
426 | SLOT(open_slot()), true, i18n("Open")); | 432 | SLOT(open_slot()), true, i18n("Open")); |
433 | toolBar()->insertButton(picons->loadIcon("pencil", KIcon::Toolbar), | ||
434 | BUTTON_TOOL_ADD, SIGNAL(clicked(int)), this, | ||
435 | SLOT(addPwd_slot()), true, | ||
436 | i18n("Add password")); | ||
437 | toolBar()->insertSeparator(); | ||
438 | |||
439 | toolBar()->insertButton(picons->loadIcon("find", KIcon::Toolbar), | ||
440 | BUTTON_TOOL_FIND, SIGNAL(clicked(int)), this, | ||
441 | SLOT(find_slot()), true, i18n("Find entry")); | ||
427 | toolBar()->insertSeparator(); | 442 | toolBar()->insertSeparator(); |
428 | } | ||
429 | toolBar()->insertButton(picons->loadIcon("filesave", KIcon::Toolbar), | 443 | toolBar()->insertButton(picons->loadIcon("filesave", KIcon::Toolbar), |
@@ -431,2 +445,3 @@ void PwM::initToolbar() | |||
431 | SLOT(save_slot()), true, i18n("Save")); | 445 | SLOT(save_slot()), true, i18n("Save")); |
446 | #if 0 | ||
432 | toolBar()->insertButton(picons->loadIcon("filesaveas", KIcon::Toolbar), | 447 | toolBar()->insertButton(picons->loadIcon("filesaveas", KIcon::Toolbar), |
@@ -434,2 +449,6 @@ void PwM::initToolbar() | |||
434 | SLOT(saveAs_slot()), true, i18n("Save as")); | 449 | SLOT(saveAs_slot()), true, i18n("Save as")); |
450 | #endif | ||
451 | |||
452 | |||
453 | #if 0 | ||
435 | toolBar()->insertButton(picons->loadIcon("fileprint", KIcon::Toolbar), | 454 | toolBar()->insertButton(picons->loadIcon("fileprint", KIcon::Toolbar), |
@@ -437,7 +456,4 @@ void PwM::initToolbar() | |||
437 | SLOT(print_slot()), true, i18n("Print...")); | 456 | SLOT(print_slot()), true, i18n("Print...")); |
457 | #endif | ||
438 | toolBar()->insertSeparator(); | 458 | toolBar()->insertSeparator(); |
439 | toolBar()->insertButton(picons->loadIcon("pencil", KIcon::Toolbar), | ||
440 | BUTTON_TOOL_ADD, SIGNAL(clicked(int)), this, | ||
441 | SLOT(addPwd_slot()), true, | ||
442 | i18n("Add password")); | ||
443 | toolBar()->insertButton(picons->loadIcon("edit", KIcon::Toolbar), | 459 | toolBar()->insertButton(picons->loadIcon("edit", KIcon::Toolbar), |
@@ -451,6 +467,2 @@ void PwM::initToolbar() | |||
451 | toolBar()->insertSeparator(); | 467 | toolBar()->insertSeparator(); |
452 | toolBar()->insertButton(picons->loadIcon("find", KIcon::Toolbar), | ||
453 | BUTTON_TOOL_FIND, SIGNAL(clicked(int)), this, | ||
454 | SLOT(find_slot()), true, i18n("Find entry")); | ||
455 | toolBar()->insertSeparator(); | ||
456 | toolBar()->insertButton(picons->loadIcon("halfencrypted", KIcon::Toolbar), | 468 | toolBar()->insertButton(picons->loadIcon("halfencrypted", KIcon::Toolbar), |
@@ -637,3 +649,3 @@ void PwM::addPwd_slot1(QString *pw, PwMDoc *_doc) | |||
637 | #endif | 649 | #endif |
638 | 650 | w.setCaption( i18n ("Add new password") ); | |
639 | vector<string> catList; | 651 | vector<string> catList; |
@@ -735,2 +747,3 @@ void PwM::editPwd_slot3(const QString *category, const int *index, | |||
735 | AddEntryWndImpl w(doc); | 747 | AddEntryWndImpl w(doc); |
748 | w.setCaption( i18n ("Edit password") ); | ||
736 | vector<string> catList; | 749 | vector<string> catList; |