- 10 May, 2010 12 commits
-
-
Maks Orlovich authored
svn path=/trunk/KDE/kdelibs/; revision=1125019
-
Kevin Ottens authored
svn path=/trunk/KDE/kdelibs/; revision=1125004
-
Kevin Ottens authored
svn path=/trunk/KDE/kdelibs/; revision=1124987
-
Frank Reininghaus authored
item as additional information in KFileItemDelegate. CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=1124981
-
Laurent Montel authored
svn path=/trunk/KDE/kdelibs/; revision=1124932
-
Kevin Ottens authored
svn path=/trunk/KDE/kdelibs/; revision=1124927
-
Sebastian Trueg authored
svn path=/trunk/KDE/kdelibs/; revision=1124914
-
Sebastian Trueg authored
svn path=/trunk/KDE/kdelibs/; revision=1124911
-
Sebastian Trueg authored
* Raised SDO min version to 0.4 as announced last week. svn path=/trunk/KDE/kdelibs/; revision=1124900
-
Sebastian Trueg authored
The static methods are no slots - if nothing at all this fixes doxygen documentation organization of the methods. svn path=/trunk/KDE/kdelibs/; revision=1124897
-
Chani Armitage authored
svn path=/trunk/KDE/kdelibs/; revision=1124740
-
Alex Merry authored
BUG: 229201 svn path=/trunk/KDE/kdelibs/; revision=1124727
-
- 09 May, 2010 28 commits
-
-
Dario Freddi authored
While I'm at it, also make the constructor of NepomukResultEventLoop take a QSC explicitely, to avoid misusage. svn path=/trunk/KDE/kdelibs/; revision=1124691
-
Allan Sandfeld Jensen authored
svn path=/trunk/KDE/kdelibs/; revision=1124673
-
Sebastian Trueg authored
svn path=/trunk/KDE/kdelibs/; revision=1124642
-
Sebastian Trueg authored
svn path=/trunk/KDE/kdelibs/; revision=1124641
-
Sebastian Trueg authored
svn path=/trunk/KDE/kdelibs/; revision=1124638
-
Sebastian Trueg authored
svn path=/trunk/KDE/kdelibs/; revision=1124637
-
Rolf Eike Beer authored
svn path=/trunk/KDE/kdelibs/; revision=1124628
-
Christoph Cullmann authored
BUG: 211025 svn path=/trunk/KDE/kdelibs/; revision=1124610
-
Marco Martin authored
is the last thing that was missing from kineticscrolling svn path=/trunk/KDE/kdelibs/; revision=1124609
-
Vishesh Handa authored
Optimizes Nepomuk::ResourceManager::allResourcesOfType & Nepomuk::ResourceManager::allResourcesWithProperty to use a QSet internally instead of a QList. svn path=/trunk/KDE/kdelibs/; revision=1124601
-
Maks Orlovich authored
- Make sure that the namespace-axis doesn't crash, even if it doesn't work. Fixing it isn't a priority since it requires addition of a new DOM node type (ewww, modifying the core DOM for an otherwise standalone module!), and hardly anyone support it anyway. svn path=/trunk/KDE/kdelibs/; revision=1124598
-
Sebastian Trueg authored
svn path=/trunk/KDE/kdelibs/; revision=1124590
-
Maks Orlovich authored
This is working pretty well right now, though the namespace node mess isn't there yet. svn path=/trunk/KDE/kdelibs/; revision=1124588
-
Maks Orlovich authored
svn path=/trunk/KDE/kdelibs/; revision=1124584
-
Maks Orlovich authored
- Remember to bind Document.createNSResolver - When invoking custom resolver functions, return null + undefined as failure - Make sure to properly register the resolver when parsing as well, it's needed at this point, too - Actually use the namespace resolver at runtime - Report namespace errors when running as appropriate - Remove some wrong type checks on runtime - Fix a bug in substring-after function - Fix bugs in string-value serializations svn path=/trunk/KDE/kdelibs/; revision=1124582
-
Maks Orlovich authored
nodes, always ordering them in order they occur on the element. This both makes more sense and is expected by XPath. svn path=/trunk/KDE/kdelibs/; revision=1124581
-
Maks Orlovich authored
svn path=/trunk/KDE/kdelibs/; revision=1124579
-
Christoph Cullmann authored
fix change description, copy'n'paste fail :) svn path=/trunk/KDE/kdelibs/; revision=1124565
-
Christoph Cullmann authored
rtrim syntax file svn path=/trunk/KDE/kdelibs/; revision=1124564
-
Christoph Cullmann authored
fix handling of paamayim nekudotayim in ternary context BUG: 236922 svn path=/trunk/KDE/kdelibs/; revision=1124562
-
Christoph Cullmann authored
Also remove the 'm_myranges' field as it is redundant (through 'm_misspelledList'). svn path=/trunk/KDE/kdelibs/; revision=1124552
-
Christoph Cullmann authored
- There is no need to call ‘performSpellCheck()’ in ‘freeDocument’ at all as the document will be freed anyway. - Remove 'm_installedMovingRangeList' as it isn't really needed. svn path=/trunk/KDE/kdelibs/; revision=1124551
-
Stephan Binner authored
svn path=/trunk/KDE/kdelibs/; revision=1124547
-
John Layt authored
This system is the same as the Gregorian calendar, except with a different epoch counting year numbers from 1912-01-01. svn path=/trunk/KDE/kdelibs/; revision=1124535
-
Christoph Cullmann authored
svn path=/trunk/KDE/kdelibs/; revision=1124529
-
Christoph Cullmann authored
svn path=/trunk/KDE/kdelibs/; revision=1124520
-
Christoph Cullmann authored
do not print bracket highlighting svn path=/trunk/KDE/kdelibs/; revision=1124519
-
Christoph Cullmann authored
fix modified flag in saved document state - Open an existing file (state A). - Modify the file (state B). - Save the file (file saved in state B). - Undo several times (state C between state A and state B). - Don't save the file: file state is "modified" (ok) - Redo everything (go back to state B). File state is still "modified": should be "non modified" since we are in state B and the file has been saved in state B. fixes bug #188429 svn path=/trunk/KDE/kdelibs/; revision=1124515
-