------------------------------------------------------------------------ r836885 | mueller | 2008-07-23 10:46:44 +0200 (Wed, 23 Jul 2008) | 2 lines update version number ------------------------------------------------------------------------ r837147 | neundorf | 2008-07-24 00:00:12 +0200 (Thu, 24 Jul 2008) | 6 lines -make the reduced link interface also available under Windows, sync with trunk Alex ------------------------------------------------------------------------ r837228 | lunakl | 2008-07-24 11:42:49 +0200 (Thu, 24 Jul 2008) | 4 lines The KDE_FULL_SESSION property is always on root window of screen 0. BUG: 166598 ------------------------------------------------------------------------ r837460 | mueller | 2008-07-24 20:33:05 +0200 (Thu, 24 Jul 2008) | 1 line link kparts for ktexteditor ------------------------------------------------------------------------ r837850 | uwolfer | 2008-07-25 23:17:20 +0200 (Fri, 25 Jul 2008) | 5 lines Backport: SVN commit 837849 by uwolfer: Replace assert with retern, this is a case which happens quite often in KGet when downloads get deleted. Okay'ed by maelcum. ------------------------------------------------------------------------ r837857 | uwolfer | 2008-07-25 23:39:26 +0200 (Fri, 25 Jul 2008) | 4 lines Backport: SVN commit 837856 by uwolfer: better fix suggested by mjansen ------------------------------------------------------------------------ r838117 | ereslibre | 2008-07-26 21:20:45 +0200 (Sat, 26 Jul 2008) | 2 lines Backport of fix ------------------------------------------------------------------------ r838208 | ossi | 2008-07-27 10:01:35 +0200 (Sun, 27 Jul 2008) | 5 lines backport: mark KConfig c'tor taking a backend name as internal, as it is kind of half-baked. a bit late for 4.1, but it should not hurt given that noone can write backends due to the backend api headers not being installed. ------------------------------------------------------------------------ r838499 | segato | 2008-07-28 02:01:08 +0200 (Mon, 28 Jul 2008) | 3 lines backport of commit 838497 only add emoticons with a non empty text ------------------------------------------------------------------------ r838505 | orlovich | 2008-07-28 02:51:37 +0200 (Mon, 28 Jul 2008) | 10 lines Fix a bunch of issues with sub-cursor link type indicator: 1) Don't make it all black --- seems like Qt doesn't like texture brushes anymore. 2) Fix mask setting --- default mask constructions cuts away all pixels with non-0xff alpha. And no, this isn't less efficient --- ::mask recomputes all the time anyway. 3) Actually change the icon when needed. As a bonus, we don't bug kiconloader all the time while the cursor is wiggling over a link Also, be evil, and sanify the variable name. BUG: 167512 ------------------------------------------------------------------------ r838695 | ahartmetz | 2008-07-28 16:33:10 +0200 (Mon, 28 Jul 2008) | 7 lines Forwardport of r838686 from trunk Suppress artifacts when scrolling quickly (or just scrolling, depending on your particular setup) in a view with open extenders. Extenders sometimes stayed in the viewport when their items were gone. ------------------------------------------------------------------------ r838712 | orlovich | 2008-07-28 17:31:00 +0200 (Mon, 28 Jul 2008) | 6 lines Don't crash on navigating away when a suppressed popup comes from a child frame which in turn got navigated away, deleting the part the m_suppressedPopupOriginParts list is referring to. BUG:167514 ------------------------------------------------------------------------ r839036 | ervin | 2008-07-29 12:20:06 +0200 (Tue, 29 Jul 2008) | 3 lines Oh, this one was hard to spot. If anyone wondered why the configure dialog tree in kontact was messy... that was why. :-) ------------------------------------------------------------------------ r839199 | ervin | 2008-07-29 15:48:22 +0200 (Tue, 29 Jul 2008) | 5 lines Allow to mark plugins as "immutable" and force KSettings::Dialog to respect that. This way it's now possible to have components the user can't disable (for instance in Kontact it doesn't make sense to disable the mail component). ------------------------------------------------------------------------ r839227 | mkretz | 2008-07-29 17:14:21 +0200 (Tue, 29 Jul 2008) | 2 lines backport: when using cmake 2.6.0 make sure it's using automoc 0.9.84 or later ------------------------------------------------------------------------ r839453 | scripty | 2008-07-30 07:33:10 +0200 (Wed, 30 Jul 2008) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r839700 | orlovich | 2008-07-30 18:02:49 +0200 (Wed, 30 Jul 2008) | 7 lines Now that the HTML parser adds doctype nodes, it can no longer be sure that the will be the first child of #document, so use ->documentElement() instead. Restores recovery from mis-structured head/body, w/o which we could even lose