- 18 Oct, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 15 Oct, 2014 1 commit
-
-
Andrea Iacovitti authored
Previously all images specified in a stylesheet were downloaded at parsing time, regardless.
-
- 10 Oct, 2014 1 commit
-
-
André Wöbbeking authored
some KDE apps become unresponsive. This seems to be caused by KDE's internal sockets created in /tmp which is normally on the same block device as the ongoing IO traffic. With this patch the sockets are created in the folder XDG_RUNTIME_DIR points to. On "current" systems this folder is mounted with the tmpfs file system. So the sockets aren't affected by high IO load anymore. In frameworks QStandardPaths is used which does the same, so there is no need to port it. REVIEW:120492
-
- 09 Oct, 2014 1 commit
-
-
Albert Astals Cid authored
-
- 05 Oct, 2014 1 commit
-
-
Script Kiddy authored
-
- 02 Oct, 2014 1 commit
-
-
Dawit Alemayehu authored
BUG: 334192 FIXED-IN: 4.14.2 REVIEW: 120418
-
- 01 Oct, 2014 1 commit
-
-
Dawit Alemayehu authored
BUG: 322550 FIXED-IN: 4.14.2 REVIEW: 120439
-
- 24 Sep, 2014 2 commits
-
-
Harald Sitter authored
this is achieved by using --srcdir on meinproc5 to define the path where to look for the customization directory note: builddir/customization is populated by the relevant install macros in the kdoctools directory BUG: 339299 FIXED-IN: 4.14.2
-
Ian Wadham authored
Closing all file descriptors prematurely causes an Apple OS X library to crash and KCrash to terminate without starting Dr Konqi. There is also a temporary fix to avoid starting Dr K via kdeinit4 on Apple OS X, which fails because kdeinit4 (on OSX) is listening on the wrong socket.
-
- 21 Sep, 2014 2 commits
-
-
David Faure authored
(now that the "Hidden" key isn't force-deleted)
-
Script Kiddy authored
-
- 20 Sep, 2014 2 commits
-
-
David Faure authored
The real fix would be in KConfig, of course, but that has been pending for years, and meanwhile closing kmail's composer window is still slow.
-
Dawit Alemayehu authored
-
- 19 Sep, 2014 2 commits
-
-
Dawit Alemayehu authored
BUG: 337198 FIXED-IN: 4.14.2 REVIEW: 120178
-
Dawit Alemayehu authored
the amount of free space. BUG: 336529 FIXED-IN: 4.14.2 REVIEW: 120182
-
- 18 Sep, 2014 1 commit
-
-
Bernd Buschinski authored
BUG:338970
-
- 16 Sep, 2014 2 commits
-
-
Albert Astals Cid authored
CCMAIL: faure@kde.org
-
David Faure authored
-
- 15 Sep, 2014 1 commit
-
-
T.C. Hollingsworth authored
-
- 12 Sep, 2014 2 commits
-
-
Albert Astals Cid authored
-
David Faure authored
The equal file error should take precedence over the existing directory error, as this implies exist. This actually prevents a data loss on case-insensitive file systems like CIFS, where renaming a directory from 'Test' to 'test' actually removes the single directory (both have the same inode). REVIEW: 120144 Backport of dd160dee7c3f68aa49ad1868d87db61d69d10334 in kio master.
-
- 08 Sep, 2014 1 commit
-
-
Script Kiddy authored
-
- 02 Sep, 2014 1 commit
-
-
René J.V. Bertin authored
Acked by Valentin Rusu REVIEW: 119838
-
- 24 Aug, 2014 3 commits
-
-
Freek de Kruijf authored
-
Allen Winter authored
-
Gilles Caulier authored
as version.h.cmake has been renamed version.h.cmake.in in these libraries, it's better to check *_export.h header instead
-
- 17 Aug, 2014 1 commit
-
-
Script Kiddy authored
-
- 15 Aug, 2014 2 commits
-
-
Raphael Kubo da Costa authored
Commit 3194a35e ("Rewritten FindFFmpeg.cmake") introduced a regression in the find_component macro: the pkg_check_module() call uses PC_${component} as the variable name, while the calls to find_path() and find_library() use PC_LIB${component} instead. Fix the calls to find_path() and find_library(). Based on a patch by Thomas Klausner <tk@giga.or.at>, thanks a lot! BUG: 338266 CCMAIL: tk@giga.or.at FIXED-IN: 4.14.1
-
Script Kiddy authored
-
- 13 Aug, 2014 1 commit
-
-
Script Kiddy authored
-
- 11 Aug, 2014 1 commit
-
-
Andrei Amuraritei authored
Acked by Sebas Sebas, please make sure you keep track of the reviews you +1 that are made by people without commit rights CCMAIL: sebas@kde.org REVIEW: 117174 BUGS: 149479
-
- 08 Aug, 2014 1 commit
-
-
Albert Astals Cid authored
-
- 30 Jul, 2014 1 commit
-
-
Albert Astals Cid authored
-
- 29 Jul, 2014 1 commit
-
-
Raphael Kubo da Costa authored
Since PyQt 4.10, PyQt.pyqtconfig is deprecated and not available unless PyQt is built using the old configure script. PyKDE4 itself has recently been adjusted to mimic PyQt itself and only install its pykdeconfig module if pyqtconfig is present. Additionally, information such as SIP flags and the directory where PyKDE's SIP files are installed are now also provided in the PyKDE4.kdecore.PYKDE_CONFIGURATION dict. This commit completely rewrites FindPyKDE4.py to make it look like FindPyQt.cmake after commit a7e47438: most of the information used by FindPyKDE4.cmake is fetched from PyKDE4.kdecore, and we first try to obtain the SIP flags and directory from pykdeconfig and, if it fails, we use PYKDE_CONFIGURATION. Furthermore, FindPyKDE4.py now only prints the variables that are actually consumed by FindPyKDE4.cmake -- it is not possible to obtain all the data provided by pykdeconfig in PYKDE_CONFIGURATION. We've also stopped reading and setting PYKDE4_VERSION_TAG, since PyKDE4 stopped setting a KDE tag in 2008 (and its value was 3_92_0 at the time). CCBUG: 327633 REVIEW: 119454
-
- 24 Jul, 2014 3 commits
-
-
Luigi Toscano authored
For some historical reasons, both results were not checked. On one side, a parsing error could lead to a failure in one of the subsequent call (doc is NULL), but a validation error could pass unnoticed if not by checking the logs. REVIEW: 119447
-
Luigi Toscano authored
REVIEW: 119446
-
Luca Beltrame authored
sys.prefix should be used isntead of sys.platform CCMAIL: kde@kitterman.com
-
- 21 Jul, 2014 3 commits
-
-
Albert Astals Cid authored
-
Andrea Iacovitti authored
-
Martin Tobias Holmedahl Sandsmark authored
Using the PID for authentication is prone to a PID reuse race condition, and a security issue. REVIEW: 119323
-