Commit Graph

5 Commits

Author SHA1 Message Date
Kurt Hindenburg
eaeff78f51 Add i18n context markers for tooltips 2012-12-23 21:26:11 -05:00
Jekyll Wu
131091c983 Adjust including form for some Qt headers as preparation for Qt5
So if someone notices later some Qt header is included in the form
of "#include <Class>" instead of the more common form of "#include
<Module/Class>", do not rush changing it.

REVIEW: 105819
2012-08-14 17:32:06 +08:00
Jekyll Wu
59c635f552 Add formatter %h which expands to local hostname in local session
Note: this %h is different from the %h which expands to remote hostname
in remote session.

REVIEW: 104490
2012-04-09 22:50:23 +08:00
Kurt Hindenburg
2f56120a2e -Wshadow fixes 2012-03-25 10:54:34 -04:00
Jekyll Wu
9433cc1394 Change TabTitleFormatAction(a QAction) into TabTitleFormatButton(a QPushButton)
This reduces:

   * The duplicated code for setting up that push button
   * The duplicate entries in ui files for the Text and ToolTip

Note: there are still quite some duplicate between RenameTabsDialog and
EditProfileDialog. Maybe it is good idea to create a customized widget
EditTabTitleWidget to reduce the duplicate
2012-03-18 21:59:16 +08:00