Alex Merry
5ebe63fe69
Remove CONFIG argument from find_package(KF5)
...
This is no longer wanted, since ECM has a FindKF5 module.
12 years ago
Kurt Hindenburg
d02f75199d
minor style changes - whitespace, blank lines
12 years ago
l10n daemon script
1b34acabd7
SVN_SILENT made messages (.desktop file)
12 years ago
Kurt Hindenburg
5dbdec7501
re-add explicit
12 years ago
Kurt Hindenburg
c725726ead
correct misspelled header #defines
12 years ago
Kurt Hindenburg
cc24ae1ec3
Fix members not being initialized in constructor
...
(cherry picked from commit bda5e42729 )
12 years ago
Kurt Hindenburg
93fef17cdd
Simplify variables and remove unneeded code
...
(cherry picked from commit ab94ffce64 )
12 years ago
Kurt Hindenburg
707f341de3
Change constuctor - calls now have to give Screen
...
new ScreenWindow() is only called from emulation - might as well
pass the Screen to it
(cherry picked from commit ffeaf3a33f )
12 years ago
Kurt Hindenburg
f92a45da2f
Check return values of ::stat()
...
(cherry picked from commit 42240a7c6d )
12 years ago
Kurt Hindenburg
8523bcf657
Check return value of KDE::chmod
...
(cherry picked from commit fbffd35c31 )
12 years ago
Kurt Hindenburg
00ecb8d005
Clarify QFile:: error enums
...
(cherry picked from commit b9b17cae4d )
12 years ago
Kurt Hindenburg
1be78df227
Clarify enums for ProcessInfo - possible match w/ QFile's enums
...
(cherry picked from commit 99059278ca )
12 years ago
Kurt Hindenburg
52b7d6f12b
Encompass all the _colorTable in the check for null
...
Possible dereference after null - move the if() to include all checks
(cherry picked from commit e6316eb4d8 )
12 years ago
Kurt Hindenburg
91fb70992b
Remove commented code and dead-code that was used in commented code
...
(cherry picked from commit ffd9e56cce )
12 years ago
Kurt Hindenburg
d02b0c0bf5
Add comments about glyph range and handle bad glyphs more graceful
...
Coverity mentions the 128 array issue w/ possible Out-of-bounds writes.
The qFatal would catch it. However, adding comments on why [128] is
used and re-arranging the 'if' clarifies it.
(cherry picked from commit 14e9eb8b58 )
12 years ago
Kurt Hindenburg
bda5e42729
Fix members not being initialized in constructor
12 years ago
Kurt Hindenburg
ab94ffce64
Simplify variables and remove unneeded code
12 years ago
Kurt Hindenburg
ffeaf3a33f
Change constuctor - calls now have to give Screen
...
new ScreenWindow() is only called from emulation - might as well
pass the Screen to it
12 years ago
Kurt Hindenburg
42240a7c6d
Check return values of ::stat()
12 years ago
Kurt Hindenburg
fbffd35c31
Check return value of KDE::chmod
12 years ago
Kurt Hindenburg
b9b17cae4d
Clarify QFile:: error enums
12 years ago
Kurt Hindenburg
99059278ca
Clarify enums for ProcessInfo - possible match w/ QFile's enums
12 years ago
Kurt Hindenburg
e6316eb4d8
Encompass all the _colorTable in the check for null
...
Possible dereference after null - move the if() to include all checks
12 years ago
Kurt Hindenburg
ffd9e56cce
Remove commented code and dead-code that was used in commented code
12 years ago
Kurt Hindenburg
14e9eb8b58
Add comments about glyph range and handle bad glyphs more graceful
...
Coverity mentions the 128 array issue w/ possible Out-of-bounds writes.
The qFatal would catch it. However, adding comments on why [128] is
used and re-arranging the 'if' clarifies it.
12 years ago
David Faure
8ba7fdf85f
Use reverse-dns-notation for desktop files
...
http://comments.gmane.org/gmane.comp.kde.devel.core/83106
12 years ago
Alex Richardson
7162996e1d
Port away from Q_WS_X11
12 years ago
l10n daemon script
e2aaef4412
SVN_SILENT made messages (.desktop file)
12 years ago
Kurt Hindenburg
fdfeae05c1
Add some commented-out code about using QFileSystemModel + QCompleter
...
This needs looked at later.
The below causes a noticable delay when opening the dialog - I'm not
entirely sure this is the best way to handle this.
Issue is QLineEdit->SetCompleter() won't work w/ KDE's KUrlCompletion
12 years ago
Kurt Hindenburg
23cda60915
Convert from KUrlCompletion to QFileSystemModel + QCompleter
12 years ago
Kurt Hindenburg
8c6c87f368
remove #pragma about kfiledialog crashing
12 years ago
Kurt Hindenburg
cb84422082
Temporary crash fix - disable KWindowSystem::compositingActive() calls
...
See bko for more info
CCBUG: 332408
12 years ago
Kurt Hindenburg
cd770bff65
remove clearButtonClicked() signal as it no longer exists
...
also remove unneeded .moc include
12 years ago
Kurt Hindenburg
39e416a50f
Remove unused _cjk() - these have never been used w/ Konsole
...
(cherry picked from commit 2f76f85f2a )
12 years ago
Kurt Hindenburg
2ef3adaca0
Stay in-sync w/ wcwidth.c - dealing w/ 0x300a and 0x300b
...
(cherry picked from commit f204c7ed00 )
12 years ago
Kurt Hindenburg
2bd5fb1eae
Fix width for 0xFF60 - wcwidth.c had already fixed it
...
(cherry picked from commit 9d1790c015 )
12 years ago
Kurt Hindenburg
8eff4947e2
Add the two new test files
12 years ago
Kurt Hindenburg
d6c9ee289f
Add tests for konsole_wcwidth()
...
This is a WIP - need to determine best way of handling this
cherry-pick 89c732bc2f
12 years ago
Burkhard Lück
6e17744781
add few special shortcuts with no corresponding menu item
...
(cherry picked from commit dd2c12bde9 )
12 years ago
Yuri Chornoivan
46ebae6113
docs: Add a link to fundamentals shortcuts section
...
(cherry picked from commit 01c656b44b )
12 years ago
Kurt Hindenburg
2f76f85f2a
Remove unused _cjk() - these have never been used w/ Konsole
12 years ago
Kurt Hindenburg
f204c7ed00
Stay in-sync w/ wcwidth.c - dealing w/ 0x300a and 0x300b
12 years ago
Kurt Hindenburg
9d1790c015
Fix width for 0xFF60 - wcwidth.c had already fixed it
12 years ago
Kurt Hindenburg
89c732bc2f
Add tests for konsole_wcwidth()
...
This is a WIP - need to determine best way of handling this
12 years ago
Burkhard Lück
dd2c12bde9
add few special shortcuts with no corresponding menu item
12 years ago
Yuri Chornoivan
01c656b44b
docs: Add a link to fundamentals shortcuts section
12 years ago
Kurt Hindenburg
3023294c14
Fix rows calculation for new profile settings.
...
New feature in 2.13 allows columns/rows in profiles; however, the
rows would be incorrect depending on if tabbar was visible. Ideally,
this should not be needed but I would guess this won't get fixed
correctly until frameworks timeframe.
This calculation can still be wrong if ShowNavigationAsNeeded and
perhaps other times depending on height of tabbar.
FIXED: 2.13
(cherry picked from commit 73e1db3e3b )
12 years ago
Kurt Hindenburg
2f77058a48
Add FIXMEs for CSI [nE and [nF
...
CSI escape codes ESC[<n>E (next line), ESC[<n>F (prev line)
CCBUG: 331656
(cherry picked from commit 06a5ade4a1 )
12 years ago
Kurt Hindenburg
6381dfff50
Add F11 as a shortcut for full screen
...
BUG: 303424
FIXED: 2.14
(cherry picked from commit 47fafb2134 )
12 years ago
Kurt Hindenburg
bf40927e32
Add a way to allow users to reset the "Don't ask again" dialogs
...
This adds a push button to the Configure Konsole -> General Settings
Ideally, having a separate page listings all the possible entries
would be better.
BUG: 331474
FIXED-IN: 2.13
(cherry picked from commit 5a386ad591 )
12 years ago