Ahmad Samir
97569b764c
Run clang-format on the whole repo
...
Also install the relevant git hook.
GIT_SILENT
5 years ago
Kurt Hindenburg
78a0092522
Convert src to use SPDX license/copyright
...
https://community.kde.org/Policies/Licensing_Policy#SPDX_Statements
https://community.kde.org/Guidelines_and_HOWTOs/Licensing
5 years ago
Kurt Hindenburg
90c81d0ecf
Simpify return after else statements
6 years ago
Ahmad Samir
5f60bc5a6f
Replace foreach (deprecated) with range-for
...
The code compiles and konsole seems to work as bofore.
6 years ago
Kurt Hindenburg
9ba7594e58
uncrustify using kf5 config
9 years ago
Kurt Hindenburg
48a8a40566
More changes to QLatin1String, QLatin1Char and QStringLiteral
9 years ago
Kurt Hindenburg
b4b4a502bf
More changes to QLatin1String, QLatin1Char and QStringLiteral
9 years ago
Kurt Hindenburg
dc5ba8c695
add QList::reserve()
11 years ago
Kurt Hindenburg
9cc89c90b3
remove 2 methods which have never been implemented
...
(cherry picked from commit 624cc824d2 )
13 years ago
Kurt Hindenburg
624cc824d2
remove 2 methods which have never been implemented
13 years ago
Alex Richardson
a83db71590
Port to KF5/Qt5
...
TerminalDisplayAccessible is disabled for Qt5 currently since I don't
have any experience with accessible stuff and it is more complicated
than just changing a few includes
REVIEW: 111937
13 years ago
Alex Richardson
ab5e15b1b7
Revert "Port to KF5/Qt5"
...
This reverts commit 4adfbe84bd .
This work will go into a new branch instead
13 years ago
Alex Richardson
4adfbe84bd
Port to KF5/Qt5
...
To build for KF5 pass the option -DQT5_BUILD=ON to CMake
TerminalDisplayAccessible is disabled for Qt5 currently since I don't
have any experience with accessible stuff and it is more complicated
than just changing a few includes
REVIEW: 111937
13 years ago
Kurt Hindenburg
69dcbd3406
astyle fixes - spaces/{
14 years ago
Kurt Hindenburg
27e7edae48
remove blank lines
14 years ago
Jekyll Wu
2b8d544bce
Refacotor the code for parsing and expanding environment variables.
...
The old cold is copied from kio/kurlcompletion.cpp, which is not
very suitable for detecting and expanding environment variables. For
example, it only sees ' ' and '/' as the end point of an environment
variable. That assumption fails easily with the common example of
"PATH=$PATH:~/bin"
14 years ago
Kurt Hindenburg
bee9aa8f78
minor style fixes - remove empty lines start/end code blocks
14 years ago
Kurt Hindenburg
5b083640ce
whitespace and style fixes
...
Use 'git diff -w --ignore-all-space' to see non-whitespace changes
14 years ago
Kurt Hindenburg
e0862c603a
Style fixes - separte commands - remove 2 ; - align { elses
14 years ago
Rohan Garg
38d346e60c
Use a assignment operator instead of a comparision operator
14 years ago
Jekyll Wu
90469a094a
Add more constness
14 years ago
Kurt Hindenburg
23a9c069a6
-Wshadow fixes to parameter names
14 years ago
Jekyll Wu
3d8da1f878
Make 'foreach(...)' more readable
14 years ago
Kurt Hindenburg
cca04c279c
Don't pollute the namespace - only "using" what is required.
14 years ago
Kurt Hindenburg
24f6a52328
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.
14 years ago
Kurt Hindenburg
bc087ae51b
Remove unused KDebug includes
14 years ago
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.
15 years ago
Jekyll Wu
8f1bbd4353
Remove trailing white spaces
15 years ago
Jekyll Wu
cf92cece2b
Remove leading white spaces in blank lines to make them really empty
15 years ago
Jekyll Wu
e828def700
Reorgnazie some #include.
15 years ago
Kurt Hindenburg
041c4de4a2
Correct (and simplify) command parsing in profiles with respect to spaces.
...
BUG: 188230
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=992625
17 years ago
Robert Knight
956277c014
Convert tabs to 4 spaces to match kdelibs conventions. Previously
...
there was a mix of tabs and spaces for indentation.
CCMAIL:Stefan.Becker@nokia.com
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=863326
18 years ago
Kurt Hindenburg
877abc9ec6
Change getenv to qgetenv for portable (ebn krazy)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=846759
18 years ago
Robert Knight
f601444514
Quote arguments containing spaces when expanding the list of arguments
...
in a ShellCommand.
BUG: 156826
BACKPORT: 4.1
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=837723
18 years ago
Albert Astals Cid
1222b0e15b
avoid unnecessary copies by using const & in foreach
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=800783
18 years ago
Robert Knight
5d9997446e
Update copyright year to 2008. Remove '(C)' from copyright lines.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=800631
18 years ago
Robert Knight
46cfc108d3
* Replace all usage of qDebug() with kDebug(), since kDebug() provides information about
...
18 years ago
Robert Knight
42dce0374c
Changes:
...
19 years ago
Robert Knight
d3681ca746
Support environment variables in profile command or initial working directory.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=697623
19 years ago
Dirk Mueller
9ea3227384
include cleanup
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=663054
19 years ago
Robert Knight
33c913383d
EBN fixes. Mostly copyright and implementations including their own headers first.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=662726
19 years ago
Robert Knight
19a29d182a
Rename directories for clarity. konsole -> src , other -> data.
...
svn path=/branches/work/konsole-split-view/; revision=661562
19 years ago
Robert Knight
f38228b8cd
Implement saving, loading and deleting of profiles in the Konsole (KDE 4) .profile format. Only the basic options are saved and loaded at present.
...
svn path=/branches/work/konsole-split-view/; revision=659852
19 years ago
Robert Knight
933f433cef
Add class to parse command lines.
...
svn path=/branches/work/konsole-split-view/; revision=659615
19 years ago