Kurt Hindenburg
5168fa3c24
Move ManageProfiles dialog to Configure Konsole window
...
Change the stand alone ManageProfiles dialog into a tab inside the
Configure Konsole window.
Side effect is that Konsole KParts can't open manage profiles.
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
Kurt Hindenburg
b2ae05bd6c
remove duplicate include
...
(cherry picked from commit 125f0f0bdb323b062f24bd402a607442bdff9a50)
11 years ago
Montel Laurent
61405b86ab
Port to KDialog
12 years ago
Montel Laurent
83515eafbc
Port to new connect api
12 years ago
Montel Laurent
5d4cda3e2f
kdelibs4support--
12 years ago
Montel Laurent
6c747d97d6
kdelibs4support--
12 years ago
Montel Laurent
8182ac8edc
Port to QDebug
12 years ago
Kurt Hindenburg
b6304bcc59
Port KUrl to QUrl
...
Thanks to Michal Humpula michal humpula hudrydum cz
REVIEW: 120430
12 years ago
Lukáš Tinkl
9900747e0f
l10n fixes
12 years ago
Alex Richardson
a3ce74d4eb
Convert to Qt5 signal slot syntax
...
REVIEW: 117482
12 years ago
Kurt Hindenburg
f92a45da2f
Check return values of ::stat()
...
(cherry picked from commit 42240a7c6d )
12 years ago
Kurt Hindenburg
42240a7c6d
Check return values of ::stat()
12 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
7a2a5beb00
Correct spelling errors/word usage
...
All these are in the comments - no code changes
13 years ago
Jekyll Wu
cce19d8cb8
Allow searching scrollback in konsolepart
...
No keyboard shortcuts are provided because they often conflict with
actions from hosting applications. The only way to use this searching
feature is from context menu
FEATURE: 162319
FIXED-IN: 4.9.0
REVIEW: 104608
DIGEST:
14 years ago
Kurt Hindenburg
ba34c4ebe2
normalize SIGNALS
...
It is annoying that kdelibs-style and Qt normalize conflict
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
Jekyll Wu
6d87d555c4
Add new slot for getting the list of profile names
14 years ago
Jekyll Wu
cd0ac281ab
Add new slot for creating session with specified profile and directory
...
If the profile name is empty, the default profile is used.
If the directory name is empty, the default directory defined in the
profile is used.
This is highly experimental, so do not use it before the warning is
removed from its apidoc.
14 years ago
Jekyll Wu
0c6903ec7f
Krazy fix: spelling error in comment
14 years ago
Jekyll Wu
d647500056
Rename: _url ==> aUrl
14 years ago
Jekyll Wu
62214e352b
Add extra paramter to createSession(): `directory` for its initial working directory
14 years ago
Jekyll Wu
15a7f11c71
Remove one line non-working code
14 years ago
Jekyll Wu
193777e21a
Split class SessionManager into ProfileMananger and SessionManager
...
REVIEW: 104425
14 years ago
Jekyll Wu
1ffeb4bb6d
Get back the 'Manage Profiles...' entry into context menu of konsolepart
...
REVIEW: 104361
14 years ago
Jekyll Wu
675dbcb2fe
Emit signal currentDirectoryChanged(QString) after current directory changes
...
Note: the signal is not emitted immediately after the current directory
changes. There is noticable delay (usually below 1 second) at the
moment.
FEATURE: 156919
REVIEW: 104372
FIXED-IN:4.9.0
14 years ago
Jekyll Wu
a7f71fe903
Add slot currentWorkingDirectory() for getting the current wokring directory
...
CCBUG:214547
REVIEW:104362
CCMAIL: hein@kde.org
14 years ago
Kurt Hindenburg
263d00691a
minor comment spelling correction
14 years ago
Montel Laurent
1cb2a2d179
Normalize signals/slots
14 years ago
Jekyll Wu
9befbb8e3f
konsolepart should not know too much internal detail of Session
14 years ago
Jekyll Wu
19dd7ea499
Trivial style change
14 years ago
Jekyll Wu
b400690c5d
Make WindowSystemInfo::HAVE_TRANSPARENCY const and initialize implicitly
...
This avoids the explicit assignment in Application and Part. The result
might look a little strange, but that is basicaly what the old code does
and what that variable intends to be (all capitalized letter)
14 years ago
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.
14 years ago
Jekyll Wu
26ebd8a72d
Delete unused method
14 years ago
Jekyll Wu
3a21cfe326
Remove unneeded #includes
14 years ago
Jekyll Wu
3b7e953523
Yet another around of cleaning up #includes
14 years ago
Jekyll Wu
0331f97b60
Another try of cleaning up of #includes
14 years ago
Jekyll Wu
3d8da1f878
Make 'foreach(...)' more readable
14 years ago
Jekyll Wu
a37da5afbb
Make sure the popup menu for d&d event is also translated in Konsole Kpart
14 years ago
Jekyll Wu
664639ccd9
Konsole Kpart does not need MainWindow
14 years ago
Kurt Hindenburg
898d889890
Apply astyle-kdelibs a little more
...
Use 'diff -w --ignore-all-space' to see non-whitespace changes.
14 years ago
Kurt Hindenburg
1baa56feda
White space changes - astyle and Qt normalize don't like each other.
...
Use 'git diff -w --ignore-all-space' to see non-whitespace changes.
14 years ago
Kurt Hindenburg
d1b019a47a
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
eb2515236c
Remove #includes for <kdeversion.h> which are not needed now
15 years ago
Jekyll Wu
7867aec885
Make it possible to intercept "Shift+Insert" as shortcut in kpart
...
BUG: 165720
FIXED-IN:4.8
REVIEW:102924
15 years ago
Jekyll Wu
ae44eb4c4b
Save default-profile/favorites/shortcuts settings into disk ASAP.
...
Those settings are now synced into disk right after the
ManageProfilesDialog is closed.
BUG: 200987
FIXED-IN: 4.8
REVIEW:102781
15 years ago