Find a file
Raphael Kubo da Costa 5f78219e18 Fix directory navigation in Dolphin::Terminal.
When navigating in Dolphin it attempts to keep any open Terminal (F4)
in sync by changing the directory in the shell.  It does this by
sending a "^C; cd $DIRECTORY" however shells under FreeBSD treat "^C"
as a literal string and not SIGINT.  Fix this by sending SIGINT to the
shell instead of "^C".

It appears Linux does not exhibit this behaviour.

Patch originally written by David Naylor, from the KDE-FreeBSD team.

REVIEW: 101096
CCMAIL: naylor.b.david@gmail.com
2011-04-12 11:15:00 -03:00
doc Fix cmake for konsole doc removal 2011-02-02 16:34:43 -06:00
dolphin Fix directory navigation in Dolphin::Terminal. 2011-04-12 11:15:00 -03:00
kdepasswd SVN_SILENT made messages (.desktop file) 2011-02-27 14:14:16 +01:00
kdialog Add custom button labels for yes, no, continue and cancel buttons 2010-10-29 18:27:18 +00:00
keditbookmarks SVN_SILENT made messages (.desktop file) 2011-02-04 12:28:26 +01:00
kfind SVN_SILENT made messages (.desktop file) 2011-02-04 12:28:26 +01:00
konq-plugins SVN_SILENT made messages (.desktop file) 2011-04-11 15:23:43 +02:00
konqueror SVN_SILENT made messages (.desktop file) 2011-03-25 14:20:12 +01:00
kwrite SVN_SILENT made messages (.desktop file) 2011-02-04 12:28:26 +01:00
lib SVN_SILENT made messages (.desktop file) 2011-03-18 13:38:25 +01:00
nsplugins SVN_SILENT made messages (.desktop file) 2011-02-04 12:28:26 +01:00
plasma SVN_SILENT made messages (.desktop file) 2011-02-04 12:28:26 +01:00
CMakeLists.txt konsole is in its own git module now 2011-02-28 13:46:55 +01:00
config-apps.h.cmake #cmakedefine instead of #define for HAVE_LONG_LONG, HAVE_SIGSET, HAVE_SIGACTION and HAVE_NICE 2009-03-21 15:06:35 +00:00
ConfigureChecks.cmake fix kinfocenter 2008-03-03 12:42:28 +00:00
COPYING readd missing copyright files 2011-02-28 17:35:04 +01:00
COPYING.DOC readd missing copyright files 2011-02-28 17:35:04 +01:00
COPYING.LIB readd missing copyright files 2011-02-28 17:35:04 +01:00
CTestConfig.cmake -add ctest config files for the dashboards at my.cdash.org 2010-03-22 22:05:44 +00:00
Mainpage.dox Typo in URL for doplhin 2008-09-16 18:19:06 +00:00
README Add apps/ and workspace/ directories along with README files so 2005-08-31 09:29:34 +00:00

KDE Base Applications consists of what runs on the desktop.  This module isn't a complete collection of essential applications that a user would expect on a desktop (such as e-mail and calculator).  This packages is the basic set of applications beyond the workspace that KDE applications can assume are installed.  These applications should have no problem running on Windows, OS X, Gnome, etc as stand alone applications if the user wanted to use them there.