Pino Toscano
66f7251892
DocPath -> X-DocPath for .desktop of type Application
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=709090
19 years ago
Robert Knight
546bf76e48
Return the current line as the 'surrounding text' for input method queries and return the column index of the cursor as the cursor position. Fix link underlines not being erased when moving mouse around links which are adjacent to each other.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=709087
19 years ago
Script Kiddy
685cc7a544
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=708950
19 years ago
Robert Knight
ee11f41719
Remove the last of the printing code given that Konsole no longer has direct printing support. The web page export facility can be used instead.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=708827
19 years ago
Robert Knight
d346a2ccad
Trick to try and get shell program to redraw the prompt after 'Clear Scrollback and Reset' is selected from the menu. Resize the tty window slightly larger and then back to the original size again. If anyone knows of a more correct solution, please speak up.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=708825
19 years ago
Robert Knight
37304d50ab
Disable tabbed navigation in the Konsole Part. Add method to ViewManager to set navigation type for newly created containers. Fix crash when deleting a StackedViewContainer. Add note about a hack that needs to be fixed.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=708735
19 years ago
Robert Knight
b9ddeaa238
Center decoration in 'Show In Menu' column of Manage Profiles dialog. I'm sure there must be an easier way.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=708382
19 years ago
Robert Knight
6db288b385
Fix characters in first column not being updated correctly.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=708378
19 years ago
Robert Knight
55c2c6a3c0
Begin implementation of input method event support. Remove key space to the right of the 'Remove' button in the key binding editor dialog.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=708351
19 years ago
Robert Knight
8ac558bdd7
Fix crash when changing profile after closing un-splitting the view. Remove some dead code.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=707793
19 years ago
Robert Knight
765fbddbf8
Simplify drag-and-drop of URLs. Remove the popup menu as per BUG:66479 . Also correct the quoting logic to apply regardless of the number of urls.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=707519
19 years ago
Arto Hytönen
a4f028f3f0
SVN_SILENT typos--
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=707204
19 years ago
Script Kiddy
c262f05d30
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=707178
19 years ago
Robert Knight
42dce0374c
Changes:
...
19 years ago
Robert Knight
38458e7927
Update to use new icon name. CCMAIL:djmdave@gmail.com
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=706980
19 years ago
Andreas Pakulat
1f036c17a8
Make it possible to load konsole kpart with KPluginLoader by exporting the
...
factory with K_EXPORT_PLUGIN. Matthias said this shouldn't have bad
side-effects (as there's only 1 entry point in the part)
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=706212
19 years ago
Script Kiddy
c0f7c7274e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=705076
19 years ago
Script Kiddy
f2822d383a
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=704138
19 years ago
Arto Hytönen
d98ac69310
a lot of i18n tags and other small krazy issues fixed, nothing major
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=702784
19 years ago
Thiago Macieira
718b131f00
Remove use of k_funcinfo
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=702583
19 years ago
Script Kiddy
7ea4c5fed1
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=702200
19 years ago
Script Kiddy
e13b78c62e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=701736
19 years ago
Arto Hytönen
d0e0ca3c4f
this should clean-up kdebase of all of overkills of krazy:exclude of QString::null lines.
...
as long as C++ std clause 6.8 states (if I get it right), the diff should be OK, still can only compile with gcc-4.2...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=701136
19 years ago
Robert Knight
f39a272a66
Attempt to fix sporadic crash on exit when process snapshot timer fires after the session has been deleted.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=700765
19 years ago
Arto Hytönen
7021299cfb
further elimination/cancellation of QString::null.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=700742
19 years ago
Robert Knight
ec72a6d51d
Add --new-tab command line option which starts new instance in a new tab rather than creating a new window.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=700656
19 years ago
Robert Knight
978403797e
Use KMainWindow's provided facilities to save and restore window size instead of trying to record the line/column size of the last closed session which produces the wrong results for various reasons.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=700456
19 years ago
Robert Knight
95d479b601
Support for -e command line argument to specify a custom command to run when starting Konsole. Also added a -p command line argument which can be used to change almost any other option for that Konsole instance using the same syntax as the konsoleprofile tool. Update TODO.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=700451
19 years ago
Robert Knight
348c46f863
Update with bugs fixed and new ones found.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=700365
19 years ago
Robert Knight
80a5e77ec5
Disconnect search bar from previous controller when switching tabs. Fixes search bar not remembering its visibility for each tab properly.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=700323
19 years ago
Robert Knight
d2daa328de
searchHistory() method was removed.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=700304
19 years ago
Robert Knight
76943a4b26
Use correct 'terminal is using the mouse' status in newly added views.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=700303
19 years ago
Script Kiddy
012b92b229
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=700288
19 years ago
Script Kiddy
d05b469705
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=699851
19 years ago
Daniel Teske
981d865c87
Port to new API.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=699519
19 years ago
Script Kiddy
14e5e0256e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=699436
19 years ago
Script Kiddy
8217d72c81
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=699159
19 years ago
Robert Knight
757101c615
If reading the current working directory of a process fails (eg. when running a 'sudo' command) when preparing a tab title then fall back to the parent process's current working directory. Add basic error reporting to ProcessInfo.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=699000
19 years ago
Script Kiddy
c5a2436977
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=698098
19 years ago
Robert Knight
7380d673e8
Ensure sessions are finished before attempting to delete them.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=698096
19 years ago
Robert Knight
554d6bb83a
Add a simple one-check box option to the color scheme editor to vary the background color randomly for each tab. The results are not great yet because the algorithm which randomizes the colors needs work.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=698080
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
Script Kiddy
90ff241ecc
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=697596
19 years ago
Robert Knight
c57ab738ad
Fix crash when clearing file-based ('unlimited') history. Null pointer was not handled correctly.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=697511
19 years ago
Robert Knight
7609bebd7d
Start of saving window size when Konsole and restoring it on the next startup. Not working properly yet for windows above a certain size.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=696974
19 years ago
Robert Knight
a83983e598
Fix jumping to end of output if new output appears while keyboard scrolling keys are being used. BUG:148505
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=696958
19 years ago
Robert Knight
18de140c5d
Add a few more common dir names to abbreviate in tab titles.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=696948
19 years ago
Robert Knight
86b894772b
Attempt #2 to fix assert failure when deleting chars.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=696791
19 years ago
Robert Knight
503fdd023e
Fix several memory leaks and uninitialized variables found with valgrind.
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=696508
19 years ago
Pino Toscano
ff29241c59
fixuifiles
...
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=696258
19 years ago