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
Alex Richardson
2c47a30391
Fix build on FreeBSD
11 years ago
David Faure
f7322f8ecb
Fix QUrl porting error (missing fromLocalFile) and construct URL properly.
...
(to escape things like usernames correctly)
11 years ago
l10n daemon script
a98f7be3cc
SVN_SILENT made messages (after extraction)
11 years ago
l10n daemon script
e8334627cc
SVN_SILENT made messages (after extraction)
11 years ago
l10n daemon script
0fc464d027
SVN_SILENT made messages (after extraction)
11 years ago
Jonathan Riddell
1c3d582c26
remove unused and unported kconf update scripts, kf5 starts from a fresh config
11 years ago
l10n daemon script
26015b3613
SVN_SILENT made messages (after extraction)
11 years ago
l10n daemon script
1797bdd1c4
SVN_SILENT made messages (after extraction)
11 years ago
Kurt Hindenburg
54713c23fc
comment out the 2nd line of a qDebug also
11 years ago
Kurt Hindenburg
ad317441b3
fix generate_export_header for konsolepart
...
Thanks Boris Egorov egorov linux com
REVIEW: 121271
BUG: 340530
(cherry picked from commit f02cd417d5c31310c5d69a17ae4cc3f3d3900051)
11 years ago
Kurt Hindenburg
b2ae05bd6c
remove duplicate include
...
(cherry picked from commit 125f0f0bdb323b062f24bd402a607442bdff9a50)
11 years ago
Kurt Hindenburg
b330491507
Fix crash when _viewSplitter->activeContainer() returns null
...
Crash research/fix by Alexander Richardson arichardson kde gmail com
FIXED-IN: 3.0.0
REVIEW: 121108
(cherry picked from commit 1826b91d26ed60a4440ace30cbd2f5dad7204c12)
11 years ago
l10n daemon script
8458ac1544
SVN_SILENT made messages (after extraction)
11 years ago
Lukáš Tinkl
3ef71ee031
set the konsolepart's translation catalog
...
see RR 121141
11 years ago
l10n daemon script
6230fcab44
SVN_SILENT made messages (after extraction)
12 years ago
l10n daemon script
d9777579ae
SVN_SILENT made messages (after extraction)
12 years ago
l10n daemon script
5442085d34
SVN_SILENT made messages (after extraction)
12 years ago
l10n daemon script
ea124ec89a
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
3ff7a2290a
SVN_SILENT made messages (after extraction)
12 years ago
l10n daemon script
668554f613
SVN_SILENT made messages (after extraction)
12 years ago
Matthias Klumpp
054d46c089
Add AppStream metadata
12 years ago
Kurt Hindenburg
948c7aff6c
Reset version
12 years ago
Kurt Hindenburg
e2a0701587
Signal currentDirectoryChanged only check session's background process.
...
Do not check foreground process to determine if current directory has
changed. Fixes nasty bugs such as 'man ls' changes to man folder.
This changes the BIC so the patch is different than the one committed
in KDE 4.14.x
Thanks to Arjun AK arjunak234 gmail com
.REVIEW: 120763
.BUG: 305085
.FIXED-IN: 14.12
(cherry picked from commit f269c1ad5986784981ba9c49127df2bfdcdee8fe)
12 years ago
Lukáš Tinkl
9bccb49099
fix pressing Enter key to rename a tab
...
it would otherwise popup the first combo instead
12 years ago
Kurt Hindenburg
b89558d75a
bump patch version
12 years ago
Kurt Hindenburg
97e1fbeff9
Remove duplicate includes, rearrange includes, add newline at EOF
12 years ago
Kurt Hindenburg
44457f8e37
Fix write locations for konsole's files
...
QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation
apparently doesn't include an / at the end.
12 years ago
Kurt Hindenburg
b51dca8218
Fix Konsole hides tabs when moving them using keyboard
...
Only on KF5, not KDE 4.14.x
Thanks to Arjun AK arjunak23 @gmail com for researching/fixing this
BUG: 337241
REVIEW: 120693
12 years ago
Kurt Hindenburg
95687e84b0
More KAction->QAction porting
...
REVIEW: 120557
12 years ago
Montel Laurent
38c263f4c0
Migrate config
12 years ago
Montel Laurent
af74326712
Fix crash
12 years ago