Kurt Hindenburg
ae811d1cb3
Add missing ; for Actions
10 years ago
l10n daemon script
5075f16fdb
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
l10n daemon script
71ef54b2bd
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
l10n daemon script
b9d16c7c42
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
l10n daemon script
2953e8dba8
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
l10n daemon script
611f185c26
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
Kurt Hindenburg
1e2dc1083c
Allow certain variable-width fonts to be used
...
For certain fonts (with ligatures) QFontInfo::fixedPitch doesn't return
the correct result. Previously, these fonts were not allowed to be
used. Variable-width fonts are still not selectable in the font dialog.
Thanks to Stefan Seemayer stefan seemayer de for research and patch.
See reviewboard for a more detailed description
REVIEW: 126921
10 years ago
Kurt Hindenburg
c595d0cd86
Add 'Comment' lines to desktop files
...
I simpflied the text for most of these from the reviewboard patch
REVIEW:125943
BUG: 351960
10 years ago
Kurt Hindenburg
0f21667497
Add Comment and new action NewTab
10 years ago
Kurt Hindenburg
55f02e5b8e
Allow profile's termainal size to work again
...
When Konsole Settings -> 'Use current window size on next startup' is
disabled, use the Profile's terminal size for new windows.
Many thanks to Roman Gilg (subdiff gmail com) for research and patch.
If there are no further issues, I'll commit to 15.12 branch (should go
.2 release).
REVIEW: 126924
CCBUG: 345403
10 years ago
Kurt Hindenburg
a81017d728
Extract files under src/settings/ files for l10n strings
...
Change XGETTEXT to a 'find' to catch all sub-directories.
BUG: 358758
10 years ago
Aleix Pol
94cf95ee68
Let KDE*CompilerSettings change the policies in the project
...
As suggested in ECM documentation.
10 years ago
l10n daemon script
da573a8a90
SVN_SILENT made messages (after extraction)
10 years ago
Jonathan Riddell
a519fe3b41
Merge branch 'Applications/15.12'
10 years ago
Jonathan Riddell
2b895fb7f3
use sound from Oxygen theme instead of from kde-runtime
10 years ago
l10n daemon script
95998b62ce
SVN_SILENT made messages (after extraction)
10 years ago
l10n daemon script
9490873ade
SVN_SILENT made messages (.desktop file)
10 years ago
l10n daemon script
0deeb8bc99
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
10 years ago
l10n daemon script
cf92517959
SVN_SILENT made messages (after extraction)
10 years ago
l10n daemon script
25c35f2c78
SVN_SILENT made messages (after extraction)
10 years ago
Albert Astals Cid
7fc6243e1c
GIT_SILENT Upgrade KDE Applications version to 15.12.0.
10 years ago
l10n daemon script
8858ba30b4
SVN_SILENT made messages (after extraction)
10 years ago
l10n daemon script
d619241f84
SVN_SILENT made messages (after extraction)
10 years ago
Albert Astals Cid
a53c950f29
GIT_SILENT Upgrade KDE Applications version to 15.11.90.
10 years ago
Albert Astals Cid
740675243c
Call KLocalizedString::setApplicationDomain("konsole");
...
konsole is using
-DTRANSLATION_DOMAIN=\"konsole\"
that is wrong for applications, apps need to use
KLocalizedString::setApplicationDomain
since that is needed for some things like the transltators tab in the about
dialog.
I have not removed -DTRANSLATION_DOMAIN=\"konsole\" because on the other hand
this code is also a library (i.e. the konsole kpart).
The "being pedanticly correct" fix would be using -DTRANSLATION_DOMAIN=\"konsole\"
only to compile the files that are part of the kpart but that's prone to
break at some point and using both KLocalizedString::setApplicationDomain and
-DTRANSLATION_DOMAIN does not create any problem so i went that route
CCMAIL: konsole-devel@kde.org
10 years ago
Kurt Hindenburg
818a0ad6a3
Use QApplication::startDragTime() for tab movement
...
Currently there is no delay for dragging tabs. This patch uses the
::startDragTime() to delay the tab movement.
REVIEW: 126067
BUG: 355248
10 years ago
Albert Astals Cid
126f3edfed
GIT_SILENT Upgrade KDE Applications version to 15.11.80.
10 years ago
l10n daemon script
7fd931601e
SVN_SILENT made messages (after extraction)
11 years ago
l10n daemon script
4cbb5adced
SVN_SILENT made messages (after extraction)
11 years ago
l10n daemon script
2f8f73b3d3
SVN_SILENT made messages (after extraction)
11 years ago
Kurt Hindenburg
cab41067ad
Use QStringLiteral, QLatin1String and QString
11 years ago
Kurt Hindenburg
296cfc4233
remove unneeded #includes and forward classes
11 years ago
Kurt Hindenburg
70818f8c47
.arg() needs QStringLiteral
11 years ago
Kurt Hindenburg
5085c4fc45
Use QStringLiteral and QLatin1String
11 years ago
Kurt Hindenburg
bdee35bf38
Use QStringLiteral and QLatin1String
11 years ago
Kurt Hindenburg
51267a67ba
Use QStringLiteral and QLatin1String
11 years ago
Kurt Hindenburg
145310d896
Use QStringLiteral and QLatin1String
11 years ago
Kurt Hindenburg
f9b0d40fb1
Use QStringLiteral()
11 years ago
Kurt Hindenburg
dc5ba8c695
add QList::reserve()
11 years ago
Kurt Hindenburg
65a151e035
simplify determining empty string
11 years ago
Kurt Hindenburg
c5d6b82e08
minor reduce variable scope
11 years ago
Kurt Hindenburg
daa7d02363
Disable copy/assignment constructors
11 years ago
Kurt Hindenburg
c5909f5819
Disable copy/assignment constructors
11 years ago
Kurt Hindenburg
4c54de5f87
Add tests for ColorEntry() class
11 years ago
Kurt Hindenburg
3b7402324b
Instead of using invalid color, set ColorEntry() color to black.
11 years ago
Kurt Hindenburg
0fdc52b222
Use QFlags:: for Field enum
11 years ago
Kurt Hindenburg
6ea46d0b04
remove unused variable
11 years ago
Kurt Hindenburg
6d39aa019b
add session.count() to qWarning
11 years ago
Kurt Hindenburg
3dc1b5a72d
Seperate tests into one w/o a shell running
...
currentWorkingDirectory() is in kde_terminal_interface now
11 years ago
Kurt Hindenburg
c5bb937988
Make currentWorkingDirectory() override kde_terminal_interface
...
Also remove virtual keywords from Q_DECL_OVERRIDE
11 years ago