Jekyll Wu
f4fb943132
Most of time we only need <KLocalizedString> instead of <KLocale>
2012-03-07 06:48:26 +08:00
Jekyll Wu
6dd15d9061
split class ExtenededCharTable into its own file
2012-03-06 04:44:32 +08:00
Jekyll Wu
a265860c92
More constness
2012-03-04 22:14:12 +08:00
Jekyll Wu
9d73318c9a
Remove unneeded #include
2012-03-03 00:12:01 +08:00
Jekyll Wu
a956c2b0dd
Remove unused member: _colorsInverted
2012-03-03 00:00:51 +08:00
Jekyll Wu
27d470c0fd
Move code around
2012-03-02 23:44:21 +08:00
Jekyll Wu
a37576fe08
Trivial improvement with comment and style
2012-03-02 21:35:00 +08:00
Jekyll Wu
ef62a0002b
Move TerminalDisplay::HAVE_TRANSPARNCEY into its own dedicated class
...
TerminalDisplay.h is a big header. It is not good for several files to
include that big header only in order to use one of its static member.
2012-02-25 21:10:09 +08:00
Jekyll Wu
0331f97b60
Another try of cleaning up of #includes
2012-02-21 05:18:31 +08:00
Jekyll Wu
f42fd4721b
Clean up unneeded #includes
2012-02-20 19:41:38 +08:00
Jekyll Wu
f0529c1c02
Prefer foreach(..) over iterating manually for readability
2012-02-13 21:28:48 +08:00
Kurt Hindenburg
47f504785f
A quick fix to get fonts to look OK w/ Qt4.8 and bidi off
...
Hopefully a temp fix for this issue. It would be better to find out
what happened with Qt4.8 font rendering.
Thanks to people on bug report for research and info.
CCBUG: 280896
2012-02-04 16:21:06 -05:00
Kurt Hindenburg
70422516a0
Fix an issue w/ 19d7990b12
2012-01-28 20:39:58 -05:00
Jekyll Wu
19d7990b12
Rename and move around
2012-01-27 01:09:47 +08:00
Jekyll Wu
c6bd15be8e
Minor fix for the UI string in the previous commit
2012-01-27 00:19:46 +08:00
Jekyll Wu
c08484f40a
Add action "Change Directory to" for cding into dropped directory.
...
That action is shown only when:
1). only one item is selected and dropped
2). that item is local instead of remote
3). that item is a directory instead of file
FEATURE: 197867
FIXED-IN: 4.9
2012-01-27 00:06:49 +08:00
Jekyll Wu
f1c4879fd6
Remove unneeded #include
2012-01-23 20:43:02 +08:00
Jekyll Wu
a9f02328ac
UI string: 'Paste as text' ==> 'Paste Location'
...
The old string is not clear enough and might be misunderstood as
"paste the content (as text)"
2012-01-23 19:02:03 +08:00
Kurt Hindenburg
d8e05a0672
Use the Qt versions of strlen, strncpy, strncmp
2012-01-03 23:29:05 -05:00
Kurt Hindenburg
b3ead98353
Apply astyle-kdelibs
...
Over the years, the coding style is all over the place.
Use 'git diff -w --ignore-all-space' to see non-whitespace changes.
2011-12-24 11:28:25 -05:00
Jekyll Wu
044fdf9020
Always use Left-To-Right as the "document layout" in the terminal area
...
REVIEW:102976
BUG:279048
FIXED-IN:4.8
2011-11-20 09:05:02 +08:00
Jekyll Wu
125e2c7bd2
Declare pointer and reference in a consistent way
...
Most code use the "const QString& text" form, instead of the "const
QString &text" form. So change the minority to be consistent with
the majority.
2011-11-06 06:13:28 +08:00
Jekyll Wu
330de6c6f4
Fix some spelling problems
2011-11-06 03:41:20 +08:00
Jekyll Wu
cf92cece2b
Remove leading white spaces in blank lines to make them really empty
2011-11-05 07:29:21 +08:00
Jekyll Wu
e825a8e0b6
Prefer forward declaration when it is enough
2011-11-01 13:41:54 +08:00
Jekyll Wu
79a57cea8b
Minor change on comment, style and whitespace
2011-10-28 21:43:28 +08:00
Jekyll Wu
a2a3dc9226
More const-ness for better understanding
2011-10-27 23:36:09 +08:00
Jekyll Wu
c9097358cb
Minor cleanup
2011-10-27 20:40:40 +08:00
Jekyll Wu
16a70c126d
Support using Ctrl+<mouse-wheel> for zooming text size
...
FEATURE: 238037
FIXED-IN:4.8
2011-10-22 16:47:15 +08:00
Jekyll Wu
b485852440
use NotifyBell by default
2011-10-20 10:41:44 +08:00
Jekyll Wu
771e20d1ba
Add a separate method for the code of visual bell
2011-10-20 05:39:18 +08:00
Jekyll Wu
b2826b9022
call setCurrentTerminalDisplay() on every keystoke.
...
This reverts previous commit cd3446. I was wrong, that line
is neccessary for split view.
2011-10-20 04:32:13 +08:00
Jekyll Wu
68dd09e90a
TerminalDisplay is not installed as event filter of qApp.
...
That removed line is quite old, so it seems like something left over
in the past years.
2011-10-18 12:27:15 +08:00
Jekyll Wu
b596fa161c
Minor change on style, indentation and whitespace
2011-10-18 11:47:50 +08:00
Christoph Feck
de5ef9484a
Konsole requires integer font metrics
...
REVIEW: 102899
2011-10-17 20:53:57 +02:00
Jekyll Wu
7666f18d5b
Group geometry & resizing related methods
2011-10-18 00:23:30 +08:00
Jekyll Wu
c53d790f31
Draw some fail-to-simulate box-drawing characters in the normal way.
...
BUG:210329
FIXED-IN:4.8
REVIEW:102836
2011-10-18 00:09:22 +08:00
Kurt Hindenburg
4ad0c12e05
Minor spelling fixes.
2011-10-16 11:44:20 -04:00
Jekyll Wu
105043b75c
Shift+Tab should not cause implicit focus switching in stand-alone konsole
...
This allows passing Shift+Tab to the terminal process when split view is in
use and the shortcut of "Next View Container" action is set as "None".
BUG: 244514
FIXED-IN:4.8
REVIEW:102834
2011-10-16 11:47:23 +08:00
Jekyll Wu
2830521cec
Move method to more approriate position
2011-10-15 00:54:55 +08:00
Jekyll Wu
3e0df809d2
Move array vt100_graphics[32] to more approriate place.
2011-10-14 23:20:48 +08:00
Jekyll Wu
bf3911ac90
Group font related methods
2011-10-14 17:26:26 +08:00
Jekyll Wu
a2642e08ef
Less magic number to make the code more readable
2011-10-14 17:05:46 +08:00
Jekyll Wu
8d5d138d16
Group input method related methods
2011-10-14 16:26:12 +08:00
Jekyll Wu
644320ec35
Group mouse related methods
2011-10-14 16:20:52 +08:00
Jekyll Wu
c85397c23b
Adjust indentation
2011-10-14 16:07:03 +08:00
Jekyll Wu
5492209f16
Adjust coding style
2011-10-14 15:49:25 +08:00
Jekyll Wu
2caa9e8c5d
Remove duplicated code
2011-10-14 14:59:00 +08:00
Jekyll Wu
7a6f2aff0c
Reuse Screen::defaultChar to reduce duplicated code
2011-10-14 14:41:11 +08:00
Jekyll Wu
8ffe485c24
Refacotor the updateImageSize() method
2011-10-14 14:14:43 +08:00