Luigi Toscano
fc8cc8db39
Merge remote-tracking branch 'origin/Applications/15.04'
11 years ago
Luigi Toscano
911129f052
"Save Output As" is a "Save" dialog
...
Restore the behavior of the kdelibs4 version.
BUG: 347918
REVIEW: 123844
11 years ago
l10n daemon script
240a1e5c7f
SVN_SILENT made messages (after extraction)
11 years ago
l10n daemon script
6f60a9117d
SVN_SILENT made messages (after extraction)
11 years ago
l10n daemon script
01cedb224c
SVN_SILENT made messages (after extraction)
11 years ago
Alexander Potashev
8f9c2adeaa
Fix UI string: remove space in front of ellipsis
11 years ago
Alexander Potashev
2b90ac7ba8
Fix i18n contexts for file open dialog
11 years ago
Kurt Hindenburg
e99c236e4d
Fix configure web shortcuts
...
Thanks for patch Anthony Vital anthony vital gmail com
REVIEW: 123565
11 years ago
Kurt Hindenburg
7aaf161526
re-add KDELibs4Support for some autotests
11 years ago
Aleix Pol
0975d32db9
Stop KDELibs4Support from being the all-mighty dependency
...
Now only Konsole application and some tests link against it
11 years ago
Aleix Pol
8129473921
Simplify cmake code that specifies dependencies
11 years ago
l10n daemon script
d09491dec3
SVN_SILENT made messages (after extraction)
11 years ago
l10n daemon script
d5aab503b4
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"
11 years ago
Kurt Hindenburg
154d580759
Fix hang in exiting konsole with Ctrl+D with QInputMethodQuery
...
Add missing incrementation in for loop in decodeLine()
Thanks to Takahiro Hashimoto kenya888 gmail com for research, bug and
fix.
BUG: 345294
REIVEW: 123143
(cherry picked from commit 7017a999d6 )
11 years ago
Kurt Hindenburg
7017a999d6
Fix hang in exiting konsole with Ctrl+D with QInputMethodQuery
...
Add missing incrementation in for loop in decodeLine()
Thanks to Takahiro Hashimoto kenya888 gmail com for research, bug and
fix.
BUG: 345294
REIVEW: 123143
11 years ago
Montel Laurent
74fd144ce3
Merge remote-tracking branch 'origin/Applications/15.04'
...
Conflicts:
CMakeLists.txt
11 years ago
Montel Laurent
976d5c621d
Use StartupNotify
11 years ago
l10n daemon script
9f8d393394
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"
11 years ago
Kurt Hindenburg
1a61aaa591
Fix rounding line characters so they line up regardless of font
...
Unicode has 4 rounded corner characters for prettier box drawing:
U+256D, U+256E, U+256F, U+2570
Konsole doesn't always render these such that they line up with the
more "normal" box drawing characters.
THanks to Parker Coates coates kde org for report and patch
BUG: 344275
11 years ago
l10n daemon script
5dcb59acea
SVN_SILENT made messages (after extraction)
11 years ago
Kurt Hindenburg
d7db559626
Set new version for master
11 years ago
Kurt Hindenburg
6cf86bb606
Set version to match KDE Applications releases
11 years ago
Kurt Hindenburg
c16fc7d467
Make Ctrl+Space work again
...
Qt5.4 appears to have caused this issue. Test using showkey, mc, emacs
Thanks to Chirag Anand anand chirag gmail com for fix
BUG: 341157
REVIEW: 122711
(cherry picked from commit 9d062f1f52 )
11 years ago
Kurt Hindenburg
9d062f1f52
Make Ctrl+Space work again
...
Qt5.4 appears to have caused this issue. Test using showkey, mc, emacs
Thanks to Chirag Anand anand chirag gmail com for fix
BUG: 341157
REVIEW: 122711
11 years ago
Kurt Hindenburg
7986af1d25
Prevent crashes upon startup and/or new tab when using input methods
...
TerminalDisplay::inputMethodQuery causes crashes when using non-standard
input methods. Qt::ImSurroundingText was trying to use lineProperties
of the current line, but this parameter is ignored in decodeLine anyway.
Thanks to Takahiro Hashimoto kenya888 gmail com for report, research
and patch
BUG: 341798
11 years ago
l10n daemon script
b4ccd90fcd
SVN_SILENT made messages (after extraction)
11 years ago
l10n daemon script
c32efee437
SVN_SILENT made messages (after extraction)
11 years ago
Kurt Hindenburg
15a903a6d1
Revert "Port KDE_struct_stat to QT_STATBUF; KDE::stat to QT_STAT"
...
This was only for the MAC and I've been told it doesn't compile.
I will research later.
This reverts commit 142727dd67 .
11 years ago
l10n daemon script
2f02b082b1
SVN_SILENT made messages (.desktop file)
11 years ago
Kurt Hindenburg
1931aa5df0
Port Restore tab context menu
11 years ago
Kurt Hindenburg
1ace94f53a
Port convert KTabBar to QTabBar
...
1. Drag tabs doesn't work
2. Scroll wheel on tab doesn't work
3. Context menu doesn't work
11 years ago
Kurt Hindenburg
917eefc7d5
Port convert KIO::NetAcess::mostLocalURL to KIO::mostLocalUrl
11 years ago
Kurt Hindenburg
dc18819cf7
correct printf
11 years ago
Kurt Hindenburg
fdf7de74b5
add fclose()
11 years ago
Kurt Hindenburg
2fac006bc1
Port remove unused include
11 years ago
Kurt Hindenburg
1d84da223a
Port remove KFileDialog as no longer needed
11 years ago
Kurt Hindenburg
18356d2e94
Port KFileDialog to QFileDialog for "Save Output As"
11 years ago
Kurt Hindenburg
3186bd0de3
Port KFileDialog::getOpenFileNames to QFileDialog
11 years ago
Kurt Hindenburg
67b030411a
Port KFileDialog::getExistingDirectory to QFileDialog
11 years ago
Kurt Hindenburg
c5adcac257
Port kde_file.h KDE_open to QT_OPEN
11 years ago
Kurt Hindenburg
fb2b4e3275
Port kde_file.h KDE::chmod to ::chmod
11 years ago
Kurt Hindenburg
142727dd67
Port KDE_struct_stat to QT_STATBUF; KDE::stat to QT_STAT
...
For Q_OS_MAC only
11 years ago
Kurt Hindenburg
3a569f22dd
Remove kde_file.h STAT of Url for openUrl
...
Part::OpenUrl() might need looked at again - Part.cpp is often
overlooked and this code is rather old.
11 years ago
l10n daemon script
609118096f
SVN_SILENT made messages (after extraction)
11 years ago
Kurt Hindenburg
be2b2b4b2e
call readLine() without arg to be set maxlen=0 as default
...
Qt dev overloads readline()
call to member function 'readLine' is ambiguous
Thanks to Takahiro Hashimoto for report and fix
BUG: 343851
11 years ago
Kurt Hindenburg
959b7e3257
Port KDE_struct_stat to QT_STATBUF; KDE::stat to QT_STAT
11 years ago
Kurt Hindenburg
649e3654c8
Port KDE_lseek to QT_LSEEK
11 years ago
Kurt Hindenburg
6e286af342
Port KeyBindingEditorDialog from KDialog to QDialog
11 years ago
Kurt Hindenburg
e6275c98c3
KIO:DropJob requires 5.6.0
...
Thanks Heiko Becker heirecka exherbo org
REVIEW: 122405
11 years ago
l10n daemon script
394d1e88b0
SVN_SILENT made messages (after extraction)
11 years ago