Ticket #1492 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Add possibility to send message on double-enter.

Reported by: mcsonsatwebpointde Assigned to:
Priority: normal Milestone: 1.3.5
Component: qt-gui Version: devel
Keywords: Cc:

Description

Add possibility to send message on double-enter.

Attachments

mledit.cpp.diff (0.9 kB) - added by anonymous on 2007-02-16 03:41:41.
mledit.h.diff (203 bytes) - added by anonymous on 2007-02-16 03:42:38.

Change History

2007-02-16 01:45:56 changed by flynd

  • type changed from defect to enhancement.

2007-02-16 03:41:41 changed by anonymous

  • attachment mledit.cpp.diff added.

2007-02-16 03:42:38 changed by anonymous

  • attachment mledit.h.diff added.

2007-02-16 05:50:41 changed by flynd

  • status changed from new to closed.
  • resolution set to fixed.

Added option to turn feature on/off and commited as r4857.

(follow-up: ↓ 4 ) 2007-02-16 17:52:08 changed by fabian2_de

Here the german tranlsation of the strings new due to this patch.

diff de.ts de.ts-new
3689c3689
<         <translation>Kommando auch bei Status &apos;nicht erreichbar&apos; ausführen</translation>
---
>         <translation>Kommando auch bei Status &apos;nicht verfügbar&apos; ausführen</translation>
4275c4275
<         <translation type="unfinished"></translation>
---
>         <translation>Doppeltes Enter benutzen</translation>
4279c4279
<         <translation type="unfinished"></translation>
---
>         <translation>Statt Strg+Enter wird zweifaches Drücken der Entertaste genutzt, um das Senden einer Nachricht abzuschließen. Neue Zeilen werden mit Strg+Enter eingefügt.</translation>

(in reply to: ↑ 3 ) 2007-02-16 17:57:15 changed by fabian2_de

Addition to former comment:

3392c3392
<         <translation>Aktiviert bei Status: &apos;Nicht erreichbar&apos;</translation>
---
>         <translation>Aktiviert bei Status: &apos;Nicht verfügbar&apos;</translation>

so the status in the optionsdialog is called the same as in the mainwindow completely (was only the translation for "What's that?" in the former comment)

2007-02-17 03:50:11 changed by flynd

German translation patch commited as r4858.