l10n daemon script
6f60a9117d
SVN_SILENT made messages (after extraction)
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
Montel Laurent
976d5c621d
Use StartupNotify
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
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
Kurt Hindenburg
5f005026d5
Port KTextEdit/KDialog to QInputDialog::getMultiLineText
...
showEnvironmentEditor()
11 years ago
Kurt Hindenburg
5cc593995e
Port KFileDialog::getExistingDirectoryUrl to QFileDialog::
11 years ago
Kurt Hindenburg
69989714d5
Port KFontDialog to QFontDialog
...
Notes:
1. Sample text is no longer changed
2. Fonts are no long previewed in the terminal
3. It would be nice to disable/hide the "Effects" portion
11 years ago
Kurt Hindenburg
4cc527b395
Set current color as selected in QColorDialog::getColor()
...
Fix regression where each color selected started as green.
Thanks Boris Egorov egorov linux com for fix
BUG: 343378
REVIEW: 122345
11 years ago
Milian Wolff
504d80681d
Fix compile with newer Qt 5.
...
That includes less headers implicitly, so we need
to list them explictily ourselves.
11 years ago
Kurt Hindenburg
b9961b6b85
For wallpaper open dialog convert to QFileDialog
...
Convert KFileDialog::getImageOpenUrl to QFileDialog::getOpenFileName
Also use supported image types from QImageReader::supportedImageFormats
11 years ago
Kurt Hindenburg
874de43434
Remove unused kdeversion.h include
11 years ago
Kurt Hindenburg
571ffb4fb3
When visible session icon changes, change program icon
...
Sync window program icon with the visible session icon. Noticeable
when using "Send to all" or "Monitor For"
BUG: 325413
REVIEW: 121399
11 years ago
Kurt Hindenburg
9714dec8a4
make tests optional
...
REVIEW: 122214
11 years ago
Marko Käning
d89a9633a8
fix build on OSX (Q_WS_MAC -> Q_OS_MAC)
11 years ago
l10n daemon script
1c8b329b06
SVN_SILENT made messages (after extraction)
11 years ago
Montel Laurent
644bc825de
Remove not necessary include moc
11 years ago
l10n daemon script
91d805607f
SVN_SILENT made messages (after extraction)
11 years ago
David Faure
506495b477
Konsole: port from KonqOperations to the new KIO::DropJob
...
This allows to get rid of the libkonq dependency completely.
REVIEW: 121679
11 years ago
Montel Laurent
ffd2b2037b
Fix cmakelists.txt. Fix build after that
11 years ago
Kurt Hindenburg
8ed3cde165
update patch level so I can tell which version I'm running
11 years ago
Kurt Hindenburg
0b46073244
Remove unneeded includes
11 years ago
Kurt Hindenburg
554a2d98b9
Use QFontDatabase::systemFont instead of KGlobalSettings
...
From review 121630 by Christoph Feck
11 years ago
l10n daemon script
e2baf6ba5a
SVN_SILENT made messages (after extraction)
11 years ago