Commit Graph

70 Commits

Author SHA1 Message Date
Jekyll Wu
2a6da19fe1 Update the document for dbus to match the current code 2012-02-18 20:17:10 +08:00
Jekyll Wu
d24e46e041 Add link to the API reference for the --list-profile-properties option
That URL link contains detailed information for the meaning and
possibile values of each property

CCBUG: 294304
2012-02-18 19:45:10 +08:00
T.C. Hollingsworth
e6b78321a1 doc: fix keyboard shortcut markup 2012-02-02 17:23:23 -07:00
Jekyll Wu
046ff647f3 Add explanation for possible strange behaviors of the --new-tab option
In short words, do not take that option as a serious promise :)

CCBUG: 281879
2012-01-14 02:40:45 +08:00
Jekyll Wu
bad9990544 Add option --list-profile-properties and make a few slight improvement. 2012-01-14 01:55:56 +08:00
Kurt Hindenburg
f6044ad5c1 Add a maintainer readme that details what needs done. 2011-11-27 21:53:48 -05:00
Kurt Hindenburg
532e80d934 Update menus and version for KDE 4.8 2011-11-12 11:50:18 -10:00
Jekyll Wu
8cd63d9698 Minor spelling fix 2011-11-05 05:45:22 +08:00
Jekyll Wu
d29e75de0e Update the description for draging selected text .
Since KDE-4.7.0, the Ctrl key is required for such operation.
2011-10-26 22:42:36 +08:00
Jekyll Wu
bf49d2423b Add another common issue about running login shell in konsole
CCBUG: 54663
2011-10-23 21:11:53 +08:00
Jekyll Wu
e586c7ff11 Add explanation on how the -e option works in konsole.
Konsole treats all arguments after the -e option as one commnd
and runs it directly, instead of parsing it and dividing it into
sub-commands for execution. This is different from xterm.

CCBUG:170867
2011-10-23 14:49:19 +08:00
Jekyll Wu
eb8f75f68d Add "Did you know?" item for the featore of Ctrl+Wheel for zooming 2011-10-23 03:08:27 +08:00
Jekyll Wu
fe29758bee Remove the description of the "Scroll Lock" feature
That feature seems gone in the KDE4 konsole. So remove it for
consistency.
2011-10-23 02:20:27 +08:00
Jekyll Wu
320ac64bab Make the description of --profile option consisitent with KDE4 konsole
The old description is clearly for KDE3 konsole.
2011-10-23 02:03:49 +08:00
Jekyll Wu
38bcf01ab3 Refine the description of what Ctrl+MidClick does in konsole 2011-10-23 01:56:17 +08:00
Jekyll Wu
41527c2466 Minor changes for consistency and better understanding. 2011-10-23 01:51:36 +08:00
Jekyll Wu
1068cc9262 Fix minor spelling issues. 2011-10-23 01:39:48 +08:00
Burkhard Lück
584cd6791d add kde version, missing comma, fix wrong context guimenuitem 2011-10-14 14:48:38 +02:00
Kurt Hindenburg
3822283b8c Adjust menus, text, etc for KDE 4.8 2011-10-09 10:16:08 -04:00
Jekyll Wu
0165f45402 Rename 'Configure Profiles...' into 'Manage Profiles...'
The makes the action consistent with the opened ManageProfilesDialog.
2011-10-01 14:08:45 +08:00
Kurt Hindenburg
ab0356c445 Add more helpful info when updating index.docbook file 2011-08-14 12:18:37 -09:00
Kurt Hindenburg
e1437b7f3d Add a README file so I remember how to handle editing the docbook file. 2011-08-13 21:32:01 -04:00
Yuri Chornoivan
c1c0bb35b7 fix typos, use entities and keycombos 2011-08-09 16:30:05 +03:00
Kurt Hindenburg
cc9b1e2413 Add another 'common issue' help info about processes. 2011-08-07 13:33:24 -04:00
Kurt Hindenburg
be015fdb1d Add some 'Did you know?' and FAQ to the Handbook.
Give the user some info on some common questions/complaints.
2011-08-06 23:38:25 -04:00
Kurt Hindenburg
c4ea132432 Correct menu shortcuts 2011-02-05 19:08:15 -05:00
Kurt Hindenburg
cfc28f0bda Correct handbook installation directory. 2011-02-05 18:08:56 -05:00
Ian Monroe
142cdd7891 Copy manual from kde-baseapps 2011-02-02 15:11:08 -06:00
Sascha Peilicke
8f573b66f0 Updated README file and moved 'user-doc' and 'developer' documentation into the new folder 'doc'.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1117615
2010-04-22 15:59:26 +00:00
Robert Knight
f162ca33ba * Clean up directory structure
- separate user and developer documentation - /user-doc , /developer-doc
	- move .desktop files and friends into /desktop
	- rename old NEWS and ChangeLog files
* Update README


svn path=/trunk/KDE/kdebase/apps/konsole/; revision=571521
2006-08-09 18:43:15 +00:00
Alexander Neundorf
02b19e2c59 kde4_header and kde4_footer() are gone now
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=540215
2006-05-12 18:12:37 +00:00
Alexander Neundorf
1a1403813f -add FONTCONFIG_INCLUDE_DIR where required
-cleanup the toplevel CMakeLists.txt a bit
-remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR)
in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option
-include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it
doesn't have to be done in every subdir

Alex


svn path=/trunk/KDE/kdebase/apps/konsole/; revision=539914
2006-05-12 00:08:30 +00:00
Alexander Neundorf
f0983d8000 -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES
Alex

svn path=/trunk/KDE/kdebase/konsole/; revision=522728
2006-03-26 14:52:52 +00:00
David Faure
e9da91faba Use set(CMAKE_INCLUDE_CURRENT_DIR ON) in the toplevel CMakeLists.txt, and we don't need to include
${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} in each and every file anymore [only when subdirs might depend on that].

Also ran a script which makes sure that ${KDE4_INCLUDE_DIR} and ${QT_INCLUDES} are added -last-,
so that installed headers are not preferred over (possibly more uptodate) local headers.

svn path=/trunk/KDE/kdebase/konsole/; revision=521887
2006-03-23 19:24:10 +00:00
Laurent Montel
50c2b4e14b Add module to compile kdebase with kdelibs-cmake.
BE CARREFULL: Don't try to compile it for the moment (in progress)
Don't use kdelibs trunk for compile it (there is not again test to disable
compile when we compile with kdelibs trunk)
For the moment there was a lot of missing test etc.
I commit it just to allow to lose my changes if there is a pb on my HD.
I will sync cmake from kdelibs trunk to kdelibs-snapshot.
I hope to fix compile today or tomorrow.
CCMAIL: neundorf@kde.org

For the futur we must sync kdelibs/cmake/* to kdelibs-snapshot 
to compile all the time with kdelibs-snapshot

svn path=/trunk/KDE/kdebase/konsole/; revision=514380
2006-02-28 08:01:15 +00:00
Dirk Mueller
a61a64f4d1 spelling fixes
svn path=/trunk/kdebase/konsole/; revision=234293
2003-06-28 10:31:39 +00:00
Stephan Binner
b9d6ca75f7 Don't install unconverted technical reference.
svn path=/trunk/kdebase/konsole/; revision=115873
2001-09-29 19:14:04 +00:00
Lars Doelle
c4dcf0b8f0 file moved
svn path=/trunk/kdebase/konsole/; revision=64192
2000-09-17 20:55:14 +00:00
Lars Doelle
7466232e8f replaced ansi graphics with proper pictures.
svn path=/trunk/kdebase/konsole/; revision=63421
2000-09-10 18:04:34 +00:00
Lars Doelle
184082eb69 some cleanup of blurb files.
restricted license to GPL v2-only

svn path=/trunk/kdebase/konsole/; revision=63239
2000-09-09 12:53:07 +00:00
Lars Doelle
e3a50f70a7 added unicode support.
svn path=/trunk/kdebase/konsole/; revision=37740
2000-01-07 16:11:10 +00:00
Stephan Kulow
ccf2dbaabf CVS_SILENT using KDE_ICON
svn path=/trunk/kdebase/konsole/; revision=27119
1999-08-04 22:08:40 +00:00
Stephan Kulow
739d63ad3e merged changes from 1.1.1 into HEAD
svn path=/trunk/kdebase/konsole/; revision=23283
1999-06-11 23:13:32 +00:00
Stephan Kulow
a5dbdb4a2c no docs here
svn path=/trunk/kdebase/konsole/; revision=17811
1999-03-09 17:58:25 +00:00
Stephan Kulow
56b0a7ccbf some fixes that are "make dist" related
svn path=/trunk/kdebase/konsole/; revision=17527
1999-03-03 21:31:30 +00:00
Lars Doelle
fb33158834 changed docs
svn path=/trunk/kdebase/konsole/; revision=16829
1999-02-13 09:46:53 +00:00
Lars Doelle
14efb01469 version updated to 0.9.9. Still more to do...
svn path=/trunk/kdebase/konsole/; revision=16765
1999-02-11 22:26:42 +00:00
Lars Doelle
741e4aefd6 working on docs
svn path=/trunk/kdebase/konsole/; revision=16730
1999-02-11 10:35:54 +00:00
Lars Doelle
8ecb482987 some doc works
svn path=/trunk/kdebase/konsole/; revision=16707
1999-02-10 16:23:35 +00:00
Lars Doelle
9f20044689 Use Shift-Up/Down for linewise scroll in the hist buffer.
svn path=/trunk/kdebase/konsole/; revision=16315
1999-02-01 20:22:28 +00:00