- 16 Nov, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 15 Nov, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 14 Nov, 2014 1 commit
-
-
Milian Wolff authored
Backport of commit d5f6f40eb8b6a420520cb7c726959048593d2cab in the frameworks repository of solid. The signature change can be detected at runtime using Qt's QMetaObject introspection mechanism. That prevents us from emitting the two pesky warnings at runtime, polluting our konsoles. Google is full of that warning, and there is also: https://bugzilla.redhat.com/show_bug.cgi?id=1056769 REVIEW: 121007
-
- 13 Nov, 2014 3 commits
-
-
Andrea Iacovitti authored
-
Andrea Iacovitti authored
Do not add new entry in browser history when executing local anchor jump and the hash part doesn't change. BUG: 124328
-
Andrea Iacovitti authored
-
- 11 Nov, 2014 1 commit
-
-
Andrea Iacovitti authored
-
- 10 Nov, 2014 1 commit
-
-
Stefan Brüns authored
The locked overlay should be added also for directories, as there is no distinct "unreadable directory" icon. No overlay icon for "gzip files with .gz file ending", there is a mimetype icon for gzip files. Backport of 877fdcd9fcbdf8267ce509d8918e5cb5a1a455aa from kio CCBUG: 339193 REVIEW: 120606
-
- 09 Nov, 2014 3 commits
-
-
Albert Astals Cid authored
Acked by Lukáš REVIEW: 119834
-
Andrea Iacovitti authored
-
Andrea Iacovitti authored
-
- 07 Nov, 2014 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 06 Nov, 2014 2 commits
-
-
Albert Astals Cid authored
-
Dawit Alemayehu authored
BUG: 335375 FIXED-IN: 4.14.3 REVIEW: 120975
-
- 05 Nov, 2014 3 commits
-
-
Andrea Iacovitti authored
-
Andrea Iacovitti authored
-
Andrea Iacovitti authored
parseURL() clean up the string from surrounding url("...") chars but also remove leading/trailing spaces that are legal in url attribute. This patch is to remove surrounding space chars from url attribute before computing complete url.
-
- 02 Nov, 2014 1 commit
-
-
Andrea Iacovitti authored
Other browsers do the same and it helps debugging stuff.
-
- 30 Oct, 2014 2 commits
-
-
Hugo Pereira Da Costa authored
(backport of 898020d04a823a79653b259abca30348f659e34a in kwidgetsaddons, see review 119871) BUG: 340479 FIXED-IN: 4.14.3
-
Andrea Iacovitti authored
-
- 27 Oct, 2014 3 commits
-
-
Emil Sedgh authored
-
Emil Sedgh authored
-
Script Kiddy authored
-
- 25 Oct, 2014 1 commit
-
-
Script Kiddy authored
-
- 22 Oct, 2014 3 commits
-
-
Andrea Iacovitti authored
-
David Faure authored
If we're called out of bounds, sourceModel()->index() will take care of returning an invalid model index anyway. So calling rowCount+columnCount every time index() is called can be avoided. These calls can be particularly slow when sitting on top of a stack of proxymodels. And index() itself is called very often, i.e. when a proxymodel on top of us is used by a delegate which calls data() for many different roles.
-
Andrea Iacovitti authored
-
- 19 Oct, 2014 2 commits
-
-
Andrea Iacovitti authored
If href is null or empty completeURL return the document url and we end up to request the document itself for a stylesheet or favicon.
-
Simon Bachmann authored
The handling of the start directory in the KUrlRequester was only halfway implemented: - m_startDir (the private field holding the start directory) is not initialised - the default value of startDir() is an empty URL instead of the current working dir. - when the start dir changes, it is not always passed to the KUrlCompletion object of the lineedit. The suggestions showed when entering a relative path into the LineEdit might be wrong as a consequence. - when selecting a file, the start directory does not change to the directory of the selected file - the API doc says it should. - when the user entered a relative path into the LineEdit, url() returns a relative path instead of an absolute one. BUG: 92237 REVIEW: 119014 FIXED-IN: 4.14.3
-
- 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 1 commit
-
-
David Faure authored
(now that the "Hidden" key isn't force-deleted)
-