Raphael Rosch
08931fbd33
Tweak tab title options: home and Bourne prompt sigils
...
Add the home sigil "~" for short cwd (it was only present for long cwd
for some reason), and the Bourne prompt sigils "$" (for regular user)
and "#" for superuser as the variable %B.
https://invent.kde.org/kde/konsole/merge_requests/19
7 years ago
Kurt Hindenburg
bed548e85a
sync declarations with definitions (have .h and .cpp variable names match)
8 years ago
Kurt Hindenburg
2a2a56d73c
modernize use nullptr
9 years ago
Kurt Hindenburg
be6755473c
uncrustify using kf5 config
9 years ago
Kurt Hindenburg
4ed43e23e6
More changes to QLatin1String, QLatin1Char and QStringLiteral
9 years ago
Kurt Hindenburg
eade05a4bd
Do not specify Qt modules in includes
9 years ago
Kurt Hindenburg
cc6f09b2b0
Add entires for %U and %c for remote tabs
10 years ago
Kurt Hindenburg
dc5ba8c695
add QList::reserve()
11 years ago
Kurt Hindenburg
a402947c28
Use QVariant::toString instead of ::value
11 years ago
Alex Richardson
a3ce74d4eb
Convert to Qt5 signal slot syntax
...
REVIEW: 117482
12 years ago
Kurt Hindenburg
1ea501da62
remove include moc from .cpp files - removes build warnings
13 years ago
Kurt Hindenburg
eaeff78f51
Add i18n context markers for tooltips
13 years ago
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
14 years ago
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
14 years ago
Kurt Hindenburg
2f56120a2e
-Wshadow fixes
14 years ago
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
14 years ago
Jekyll Wu
f4fb943132
Most of time we only need <KLocalizedString> instead of <KLocale>
14 years ago
Kurt Hindenburg
2298f538de
Apply astyle-kdelibs
...
Over the years, the coding style is all over the place.
Use 'git diff -w --ignore-all-space' to see non-whitespace changes.
14 years ago
Jekyll Wu
28e00839be
Rename for clarity
15 years ago
Jekyll Wu
37834ce9d1
Better not use handwritten count for array members.
15 years ago
Jekyll Wu
de61d40c63
Include Qt headers in the form of "#include <Module/Class>"
15 years ago
Kurt Hindenburg
86f6987320
Include % format strings alongside its descriptions.
...
This will allow the user to better understand what the format strings
refer to.
Patch by Jekyll Wu <adaptee@gmail.com>
FEATURE: 228130
FIXED-IN: 2.8
REVIEW: 102141
15 years ago
Stephan Binner
5b40edef18
i18n style guide fixes: http://techbase.kde.org/Projects/Usability/HIG/Capitalization
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=959655
17 years ago
Kurt Hindenburg
370f03e2de
Allow user to select 'User Name' from drop down.
...
CCBUG: 154295
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=952488
17 years ago
Robert Knight
956277c014
Convert tabs to 4 spaces to match kdelibs conventions. Previously
...
there was a mix of tabs and spaces for indentation.
CCMAIL:Stefan.Becker@nokia.com
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863326
18 years ago
Robert Knight
5d9997446e
Update copyright year to 2008. Remove '(C)' from copyright lines.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=800631
18 years ago
Robert Knight
b667b9e075
Add support for displaying session number in tab titles using a '%#' marker or
...
via "Insert -> Session number" in the profile editor.
BUG: 157256
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=788961
18 years ago
Stephan Binner
dfac4ca329
i18n style guide fixes, the capitalization rules are explained at
...
http://developer.kde.org/documentation/standards/kde/style/basics/labels.html
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=757238
18 years ago
Robert Knight
8ac498d34c
i18n fixes from Stefan Asserhall.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=685630
19 years ago
Robert Knight
53d5b76910
Allow tab titles to include the window title set by the shell. Fix arithmetic exception when trying to shrink/expand the current view if it is the only view open.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=663712
19 years ago
Robert Knight
35792c6fa3
Use inline editing for the tab title formats.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=663372
19 years ago