No description
Find a file
Frank Reininghaus a9c2bdc3b5 Do not crash when finishing inline renaming in unusual ways
The crash was caused by a null pointer dereference when, e.g.,
minimizing Dolphin. The root cause was that
KStandardItemListWidget::closeRoleEditor() was called twice: once when
the role editor loses focus, and once again when the window is resized.
After m_roleEditor was set to 0, the second call dereferenced this null
pointer. I think the best solution is to disconnect from the role
editor's signals when the editor is not needed any more by the
KStandardItemListWidget.

BUG: 304524
FIXED-IN: 4.9.1
2012-08-24 23:27:03 +02:00
doc use kappname entity to avoid the wrong app name sharing stuff between dolphin/konqui 2012-07-04 18:06:49 +02:00
dolphin Do not crash when finishing inline renaming in unusual ways 2012-08-24 23:27:03 +02:00
kdepasswd SVN_SILENT made messages (.desktop file) 2012-08-10 17:24:32 +02:00
kdialog interpret backslash escapes in some more options 2012-07-02 16:48:14 +02:00
keditbookmarks Simplify some Qt module style includes. 2012-04-10 00:20:22 +02:00
kfind SVN_SILENT made messages (.desktop file) 2012-06-26 19:08:12 +02:00
konq-plugins SVN_SILENT made messages (.desktop file) 2012-07-09 11:10:38 +02:00
konqueror SVN_SILENT made messages (.desktop file) 2012-08-23 03:12:24 +02:00
lib SVN_SILENT made messages (.desktop file) 2012-07-19 10:08:46 +02:00
nsplugins SVN_SILENT made messages (.desktop file) 2012-07-09 11:10:38 +02:00
plasma only start the clear saved positions timer if it is already running 2012-07-13 21:05:47 +04:00
CMakeLists.txt bump version requirements 2012-01-18 19:07:34 +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:34:12 +01:00
COPYING.DOC readd missing copyright files 2011-02-28 17:34:12 +01:00
COPYING.LIB readd missing copyright files 2011-02-28 17:34:12 +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.