- 17 Jun, 2006 2 commits
-
-
Allan Sandfeld Jensen authored
svn path=/branches/KDE/3.5/kdelibs/; revision=552331
-
Allan Sandfeld Jensen authored
svn path=/branches/KDE/3.5/kdelibs/; revision=552330
-
- 16 Jun, 2006 4 commits
-
-
Helge Deller authored
approved on kde-core-devel svn path=/branches/KDE/3.5/kdelibs/; revision=552134
-
Allan Sandfeld Jensen authored
svn path=/branches/KDE/3.5/kdelibs/; revision=552026
-
Allan Sandfeld Jensen authored
BUG:81806 svn path=/branches/KDE/3.5/kdelibs/; revision=552025
-
Allan Sandfeld Jensen authored
bug: 67313 svn path=/branches/KDE/3.5/kdelibs/; revision=552019
-
- 15 Jun, 2006 7 commits
-
-
David Faure authored
Update m_globalDest if resolving m_dest to a local path; necessary for the case of multiple source URLs. BUG: 112826 svn path=/branches/KDE/3.5/kdelibs/; revision=551895
-
Allan Sandfeld Jensen authored
BUG:122884 svn path=/branches/KDE/3.5/kdelibs/; revision=551858
-
Allan Sandfeld Jensen authored
svn path=/branches/KDE/3.5/kdelibs/; revision=551803
-
Allan Sandfeld Jensen authored
svn path=/branches/KDE/3.5/kdelibs/; revision=551797
-
Allan Sandfeld Jensen authored
svn path=/branches/KDE/3.5/kdelibs/; revision=551689
-
Allan Sandfeld Jensen authored
Access them by using -khtml-background-size, -khtml-background-origin and -khtml-background-clip FEATURE: svn path=/branches/KDE/3.5/kdelibs/; revision=551681
-
Script Kiddy authored
svn path=/branches/KDE/3.5/kdelibs/; revision=551608
-
- 14 Jun, 2006 2 commits
-
-
Allan Sandfeld Jensen authored
This also updates generated CSS 2.1 content to allow display: block. FEATURE: svn path=/branches/KDE/3.5/kdelibs/; revision=551516
-
Script Kiddy authored
svn path=/branches/KDE/3.5/kdelibs/; revision=551268
-
- 13 Jun, 2006 5 commits
-
-
Allan Sandfeld Jensen authored
BUG: 128738 svn path=/branches/KDE/3.5/kdelibs/; revision=551201
-
David Faure authored
svn path=/branches/KDE/3.5/kdelibs/; revision=551080
-
David Faure authored
svn path=/branches/KDE/3.5/kdelibs/; revision=551078
-
Dirk Mueller authored
svn path=/branches/KDE/3.5/kdelibs/; revision=550988
-
Script Kiddy authored
svn path=/branches/KDE/3.5/kdelibs/; revision=550916
-
- 12 Jun, 2006 4 commits
-
-
David Faure authored
svn path=/branches/KDE/3.5/kdelibs/; revision=550838
-
Dirk Mueller authored
svn path=/branches/KDE/3.5/kdelibs/; revision=550620
-
Adriaan de Groot authored
BUG: 124416 BUG: 114747 CCMAIL: bernd.kuhls@informatik.uni-oldenburg.de svn path=/branches/KDE/3.5/kdelibs/; revision=550555
-
Script Kiddy authored
svn path=/branches/KDE/3.5/kdelibs/; revision=550532
-
- 11 Jun, 2006 3 commits
-
-
Michael Pyne authored
the edit line does not go away, but still refers to the now-deleted KListViewItem. Unfortunately I cannot find a way to work around the bug in JuK. BUG:128788 svn path=/branches/KDE/3.5/kdelibs/; revision=550486
-
Andreas Kling authored
Since I snatched the concept from katerenderer.cpp, I've changed it there as well. CCMAIL: johannes.sixt@telecom.at svn path=/branches/KDE/3.5/kdelibs/; revision=550246
-
Andreas Kling authored
End-of-item will do just fine, and now we get 31kB worth of memset() instead of 260MB when inserting one character in the osnews.com HTML source. CCBUG: 128690 svn path=/branches/KDE/3.5/kdelibs/; revision=550220
-
- 10 Jun, 2006 7 commits
-
-
Johannes Sixt authored
Consider this line: if (num >= 0) num--; else return; The points where the cursor stops are (indicated by |): |if |(|num |>= |0|) |num|--; |else |return|;| with both Ctrl-Left and Ctrl-Right. This behavior _is_ different from the word move operations of some other edit widgets (like, for example, KMail's composer), but it is more appropriate for a programmer's editor, because it stops at all punctuation. BUG: 56337 svn path=/branches/KDE/3.5/kdelibs/; revision=550059
-
Andreas Kling authored
Apparently, KateTextLine::m_attributes isn't fully stocked at all times. svn path=/branches/KDE/3.5/kdelibs/; revision=550010
-
Andreas Kling authored
and iterating over QString::unicode() rather than via QString::operator[] Performance improvement is noticeable with wide-lined files. svn path=/branches/KDE/3.5/kdelibs/; revision=549979
-
Andreas Kling authored
QString does a boundary check on every operator[] call, and we really don't need it. Thanks to Christian Spiel for suggesting parts of it. svn path=/branches/KDE/3.5/kdelibs/; revision=549977
-
Andreas Kling authored
callgrind reports "inclusive cost" down from 25% to 0.3% when scrolling through planetkde.org HTML. CCBUG: 128690 svn path=/branches/KDE/3.5/kdelibs/; revision=549908
-
Andreas Kling authored
BUG: 128902 svn path=/branches/KDE/3.5/kdelibs/; revision=549888
-
Script Kiddy authored
svn path=/branches/KDE/3.5/kdelibs/; revision=549868
-
- 09 Jun, 2006 3 commits
-
-
Andreas Kling authored
RenderFrameSet::layout() checks for this, but stuff like <frameset cols=""> makes KHTML crash. BUG: 128792 svn path=/branches/KDE/3.5/kdelibs/; revision=549744
-
Leo Savernik authored
- Also optimised calculation of KateTextLine::cursorX. Reviewed by Dominik Haumann. BUG: 128690 svn path=/branches/KDE/3.5/kdelibs/; revision=549739
-
Script Kiddy authored
svn path=/branches/KDE/3.5/kdelibs/; revision=549577
-
- 08 Jun, 2006 3 commits
-
-
David Faure authored
BUG:128842 svn path=/branches/KDE/3.5/kdelibs/; revision=549506
-
Allan Sandfeld Jensen authored
BUG:65546 svn path=/branches/KDE/3.5/kdelibs/; revision=549401
-
Stephan Kulow authored
svn path=/branches/KDE/3.5/kdelibs/; revision=549374
-