------------------------------------------------------------------------ r914537 | dfaure | 2009-01-21 12:05:57 +0000 (Wed, 21 Jan 2009) | 2 lines backport the missing aliases needed by kmplayer ------------------------------------------------------------------------ r914548 | ahartmetz | 2009-01-21 12:47:49 +0000 (Wed, 21 Jan 2009) | 1 line Backport HTTP authentication changes from trunk; they seem to fix more problems than they cause (none known at the moment). Revisions 910563, 913039, 914385 from trunk. ------------------------------------------------------------------------ r914588 | segato | 2009-01-21 13:13:54 +0000 (Wed, 21 Jan 2009) | 2 lines backport of commit #914576 ------------------------------------------------------------------------ r914644 | scripty | 2009-01-21 13:40:16 +0000 (Wed, 21 Jan 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r914727 | dfaure | 2009-01-21 16:48:52 +0000 (Wed, 21 Jan 2009) | 2 lines not needed (and not well defined anyway) ------------------------------------------------------------------------ r914761 | ahartmetz | 2009-01-21 18:09:53 +0000 (Wed, 21 Jan 2009) | 1 line Backport of commits 910708 and 913023 from trunk: Workaround for Qt bug ------------------------------------------------------------------------ r914769 | aseigo | 2009-01-21 18:24:47 +0000 (Wed, 21 Jan 2009) | 2 lines actually need to update queueCount otherwise we just go until we run out of sources and an assert due to dequeuing an empty stack. whoops. ------------------------------------------------------------------------ r914888 | aseigo | 2009-01-21 23:53:05 +0000 (Wed, 21 Jan 2009) | 2 lines setIsContainment creates the toolbox which now reads the config, so we need the Corona sooner to get the right config file ------------------------------------------------------------------------ r914922 | ahartmetz | 2009-01-22 02:31:50 +0000 (Thu, 22 Jan 2009) | 1 line backport fix for bug 178229 ------------------------------------------------------------------------ r915230 | lueck | 2009-01-22 15:48:26 +0000 (Thu, 22 Jan 2009) | 1 line add lang="&language;" to article to make the markup translatable ------------------------------------------------------------------------ r915305 | dfaure | 2009-01-22 19:03:09 +0000 (Thu, 22 Jan 2009) | 2 lines Backport KIO::put progress info fix for kmail. ------------------------------------------------------------------------ r915410 | mueller | 2009-01-22 23:20:38 +0000 (Thu, 22 Jan 2009) | 4 lines add a workaround for cifs/samba 2.x oddity. better fix in trunk. BUG: 156759 ------------------------------------------------------------------------ r915523 | mueller | 2009-01-23 11:12:33 +0000 (Fri, 23 Jan 2009) | 3 lines fix '%' motion between parens - look for a word boudary as end of the pattern in addition to whitespace and eol ------------------------------------------------------------------------ r915637 | scripty | 2009-01-23 13:13:26 +0000 (Fri, 23 Jan 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r915756 | segato | 2009-01-23 17:59:11 +0000 (Fri, 23 Jan 2009) | 2 lines backport of commit #915753 ------------------------------------------------------------------------ r915788 | chehrlic | 2009-01-23 19:19:18 +0000 (Fri, 23 Jan 2009) | 1 line msvc compile++ ------------------------------------------------------------------------ r915789 | chehrlic | 2009-01-23 19:20:25 +0000 (Fri, 23 Jan 2009) | 1 line backport from trunk ------------------------------------------------------------------------ r915829 | chehrlic | 2009-01-23 22:22:37 +0000 (Fri, 23 Jan 2009) | 1 line windows compile++ (backport from branch) ------------------------------------------------------------------------ r916332 | chani | 2009-01-25 04:24:22 +0000 (Sun, 25 Jan 2009) | 2 lines disable the settings action when it's darn well supposed to be disabled ------------------------------------------------------------------------ r916476 | tbraun | 2009-01-25 12:33:29 +0000 (Sun, 25 Jan 2009) | 2 lines backport changes from r915126 ------------------------------------------------------------------------ r916506 | scripty | 2009-01-25 12:50:58 +0000 (Sun, 25 Jan 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r916641 | chehrlic | 2009-01-25 17:52:10 +0000 (Sun, 25 Jan 2009) | 1 line it's libgmp on windows ------------------------------------------------------------------------ r916690 | mart | 2009-01-25 19:22:36 +0000 (Sun, 25 Jan 2009) | 2 lines backport a fix to a crash when removing the currently active tab ------------------------------------------------------------------------ r916813 | aseigo | 2009-01-26 03:16:53 +0000 (Mon, 26 Jan 2009) | 3 lines return whether the popup widget is shown as a popup, not whether it's at all visible BUG:181884 ------------------------------------------------------------------------ r916904 | scripty | 2009-01-26 13:01:53 +0000 (Mon, 26 Jan 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r917096 | pino | 2009-01-26 21:28:06 +0000 (Mon, 26 Jan 2009) | 4 lines backport SVN commit 917094 by pino: give it a virtual dtor, so proper deletion in subclasses is done ------------------------------------------------------------------------ r917114 | jriddell | 2009-01-26 22:10:26 +0000 (Mon, 26 Jan 2009) | 1 line backport fix for ARM ------------------------------------------------------------------------ r917170 | dfaure | 2009-01-27 01:24:26 +0000 (Tue, 27 Jan 2009) | 5 lines Emit the correct FilesRemoved signal if the job was aborted in the middle of its operation, otherwise it can result in confusion and data loss (overwriting files with files that don't exist). BUG: 118593 (this fix will be in 4.2.1) ------------------------------------------------------------------------ r917235 | wkai | 2009-01-27 09:47:18 +0000 (Tue, 27 Jan 2009) | 1 line backport r916368 ------------------------------------------------------------------------ r917490 | winterz | 2009-01-27 22:32:23 +0000 (Tue, 27 Jan 2009) | 7 lines backport r917486 | winterz | 2009-01-27 17:25:45 -0500 (Tue, 27 Jan 2009) Make the mode parameter of insertAdjacentHTML case-insensitive, for yui in non-dom mode, which happens in reviewboard. Maksim's patch, tested by us. ------------------------------------------------------------------------ r917622 | menard | 2009-01-28 08:13:19 +0000 (Wed, 28 Jan 2009) | 4 lines SVN commit 917619 Add an appletDestroyed signal instead of catching the destruction in containments with qobject destroyed signal. This fix errors because we give an invalid pointer to public appletRemoved signal. ------------------------------------------------------------------------ r917772 | trueg | 2009-01-28 14:34:31 +0000 (Wed, 28 Jan 2009) | 1 line Backport: do not store types twice ------------------------------------------------------------------------ r917849 | ehamberg | 2009-01-28 17:00:33 +0000 (Wed, 28 Jan 2009) | 2 lines the message label can contain rich text - don't set it to plain text. ------------------------------------------------------------------------ r917964 | ppenz | 2009-01-28 21:21:13 +0000 (Wed, 28 Jan 2009) | 3 lines Backport of SVN commit 917962: fixed issue that the drop-down button is shown although the root of the URL is fully visible ------------------------------------------------------------------------ r917997 | dfaure | 2009-01-28 22:44:21 +0000 (Wed, 28 Jan 2009) | 2 lines Backport fix for 181180 (shortcut handling) ------------------------------------------------------------------------ r918042 | dfaure | 2009-01-29 01:05:00 +0000 (Thu, 29 Jan 2009) | 5 lines Fix Ctrl+U and Ctrl+I being ambiguous in pages with frames, by only setting those shortcuts in the toplevel part. I spent a few hours trying to make Ctrl+U show the source for the current frame while still seeing the shortcut associated with the "View Document Source" menuitem, but this was a complex shortcut reassignment mess. Instead I added the [hidden, unfortunately] Ctrl+Shift+U for "View Frame Source". ------------------------------------------------------------------------ r918105 | hasso | 2009-01-29 09:13:05 +0000 (Thu, 29 Jan 2009) | 2 lines Backport rev 918104 - make stat method default for FreeBSD and DragonFly. ------------------------------------------------------------------------ r918117 | dfaure | 2009-01-29 11:05:07 +0000 (Thu, 29 Jan 2009) | 4 lines Ouch, don't handle GUI events from KJob::exec, it leads to unexpected re-entrancy and crashes. Reviewed by Kevin. Bug 182138 not actually re-tested though. BUG: 182138 ------------------------------------------------------------------------ r918169 | ogoffart | 2009-01-29 14:12:59 +0000 (Thu, 29 Jan 2009) | 4 lines Backport 918168. ------------------------------------------------------------------------ r918217 | mart | 2009-01-29 17:06:57 +0000 (Thu, 29 Jan 2009) | 2 lines backport the initialization of some vars ------------------------------------------------------------------------ r918220 | scripty | 2009-01-29 17:17:20 +0000 (Thu, 29 Jan 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r918297 | dfaure | 2009-01-29 19:07:22 +0000 (Thu, 29 Jan 2009) | 2 lines Backport 918295: fix use of uninit data in KServiceGroup ------------------------------------------------------------------------ r918376 | winterz | 2009-01-29 21:56:58 +0000 (Thu, 29 Jan 2009) | 4 lines backport SVN commit 918354 by winterz: conditional compile with/without XRender ------------------------------------------------------------------------ r918379 | winterz | 2009-01-29 22:02:42 +0000 (Thu, 29 Jan 2009) | 4 lines backport SVN commit 918363 by winterz: add a feature logging message for XRender. ------------------------------------------------------------------------ r918403 | dfaure | 2009-01-29 22:17:29 +0000 (Thu, 29 Jan 2009) | 4 lines Fix "klauncher hangs when kdeinit4 dies" -- this happened because klauncher was doing a blocking read forever. Doing a select() before each read() makes klauncher abort 30s after kdenit4 dies than block forever. Of course the real bug is whatever makes kdeinit4 crash, but at least this makes KDE useable again when this happens. ------------------------------------------------------------------------ r918506 | ilic | 2009-01-30 00:00:08 +0000 (Fri, 30 Jan 2009) | 5 lines Do not use qputenv, as it leaks memory. Instead allocate environment string only once, use putenv, and then just change the string. (bport: 918505) ------------------------------------------------------------------------ r918654 | dfaure | 2009-01-30 12:46:15 +0000 (Fri, 30 Jan 2009) | 7 lines Repair klauncher support for unique-applications like konsole. (adding org.kde.konsole in konsole.desktop was just a workaround, org.kde is still assumed when not present) Brown paper bag for me - now expecting tons of new klauncher error reports from 4.2.0... :( Fix will be in 4.2.1. CCBUG: 162729 CCBUG: 75492 ------------------------------------------------------------------------ r918672 | dfaure | 2009-01-30 13:27:03 +0000 (Fri, 30 Jan 2009) | 3 lines Fix compilation with QT_NO_CAST_FROM_ASCII, thus fixing a huge amount of wrong QString/QByteArray conversions (i.e. probable bugs on non-latin1 systems). ------------------------------------------------------------------------ r918779 | dfaure | 2009-01-30 18:43:56 +0000 (Fri, 30 Jan 2009) | 3 lines Mount vfat devices with shortname=mixed otherwise copying uppercase dirs to them breaks (181942); patch is from 168914, approved by Kevin. CCBUG: 181942, 168914 ------------------------------------------------------------------------ r918827 | kossebau | 2009-01-30 19:57:54 +0000 (Fri, 30 Jan 2009) | 1 line backport of 918826: fixed: missing CamelCase include for dnssd/servicetypebrowser.h ------------------------------------------------------------------------ r918838 | dfaure | 2009-01-30 20:28:25 +0000 (Fri, 30 Jan 2009) | 5 lines Fix regression introduced by r910248; two bools (b_checkUpdates and bCheckUpdates) for the same thing, and b_checkUpdates was always false, so the directories were never watched, and people had to run kbuildsycoca4 by hand after installing new desktop files. BUG: 182472 ------------------------------------------------------------------------ r918950 | kossebau | 2009-01-31 02:43:08 +0000 (Sat, 31 Jan 2009) | 2 lines backport of 918949: apidox fix: resolve() is not async, but sync ------------------------------------------------------------------------ r919189 | berendsen | 2009-01-31 15:20:42 +0000 (Sat, 31 Jan 2009) | 2 lines Forgot to install the lilypond.js (that was already added to trunk before branching 4.2) ------------------------------------------------------------------------ r919700 | aseigo | 2009-02-01 14:56:57 +0000 (Sun, 01 Feb 2009) | 2 lines improved context menu handling ------------------------------------------------------------------------ r919762 | aacid | 2009-02-01 16:04:00 +0000 (Sun, 01 Feb 2009) | 2 lines Add context here, From and To are too general words and we don't want kdelibs to pollute every other catalog ------------------------------------------------------------------------ r919779 | aacid | 2009-02-01 16:15:05 +0000 (Sun, 01 Feb 2009) | 2 lines Back and Forward are too common words, need context to not pollute the rest of programs translations ------------------------------------------------------------------------ r919946 | sebas | 2009-02-01 21:58:14 +0000 (Sun, 01 Feb 2009) | 4 lines Make sure the source applet still exists backported from trunk ------------------------------------------------------------------------ r920287 | ogoffart | 2009-02-02 16:49:56 +0000 (Mon, 02 Feb 2009) | 6 lines Backport r920285 Create a default component if there is none. CCBUG: 920285 ------------------------------------------------------------------------ r920345 | zwabel | 2009-02-02 19:12:08 +0000 (Mon, 02 Feb 2009) | 5 lines Backport r920332: - Correctly extract the text of custom groups This makes the custom grouping work properly. - Paint group-header text over all columns. This makes the group-headers show up completely even if the prefix-column is very small. ------------------------------------------------------------------------ r920375 | aacid | 2009-02-02 19:45:35 +0000 (Mon, 02 Feb 2009) | 4 lines You need this here or otherwise your docbooks do not compile CCMAIL: grossard@kde.org ------------------------------------------------------------------------ r920382 | ehamberg | 2009-02-02 19:57:35 +0000 (Mon, 02 Feb 2009) | 4 lines escape text before showing it in the qlabel. backport of r920371. ------------------------------------------------------------------------ r920391 | ehamberg | 2009-02-02 20:18:31 +0000 (Mon, 02 Feb 2009) | 5 lines reset "sticky column" value in all motion methods with horizontal movement backport of r920372. ------------------------------------------------------------------------ r920407 | laane | 2009-02-02 21:12:36 +0000 (Mon, 02 Feb 2009) | 4 lines Let's add an entity. ------------------------------------------------------------------------ r920467 | kossebau | 2009-02-02 23:01:53 +0000 (Mon, 02 Feb 2009) | 2 lines backport of 920463: fixed apidox: the string returned for unknow things is empty, not null ------------------------------------------------------------------------ r920601 | darioandres | 2009-02-03 11:38:53 +0000 (Tue, 03 Feb 2009) | 5 lines Backport of SVN commit 920600 to 4.2branch Properly resize the preview-widget on dialog resizeEvent BUG: 160400 ------------------------------------------------------------------------ r920747 | dfaure | 2009-02-03 18:14:16 +0000 (Tue, 03 Feb 2009) | 2 lines Backport better handling of in klineedit/kcompletionbox (fixing 167135 while still making 65877 work) ------------------------------------------------------------------------ r920768 | darioandres | 2009-02-03 19:02:26 +0000 (Tue, 03 Feb 2009) | 6 lines Backport of SVN commit 920766 to 4.2 branch Added default location to smb.conf under FreeBSD Loop over the default locations instead of having lot of if/else blocks BUG: 183006 ------------------------------------------------------------------------ r920798 | darioandres | 2009-02-03 19:55:28 +0000 (Tue, 03 Feb 2009) | 5 lines Backport of SVN commit 920789 to 4.2branch Doing the things properly as suggested by Friedrich W. H. Kossebau CCBUG: 183006 ------------------------------------------------------------------------ r920815 | woebbe | 2009-02-03 20:43:02 +0000 (Tue, 03 Feb 2009) | 3 lines wrong branch for @since 4.3 ;-) CCMAIL:faure@kde.org ------------------------------------------------------------------------ r920839 | zwabel | 2009-02-03 21:32:39 +0000 (Tue, 03 Feb 2009) | 2 lines Only put items into a custom group when grouping is actually enabled. If grouping is disabled, all items should go into the ungrouped group, else they won't be visible. ------------------------------------------------------------------------ r920881 | abizjak | 2009-02-03 23:03:25 +0000 (Tue, 03 Feb 2009) | 8 lines backport 916941 Don't wait for startup complete, it makes the applet obtain proper geometry too late, which causes the desktop applet positioning algorithm to calculate a wrong initial position. BUG: 181854 ------------------------------------------------------------------------ r920990 | dfaure | 2009-02-04 09:24:25 +0000 (Wed, 04 Feb 2009) | 2 lines KDirWatch is quite verbose on kde startup, especially now that kded is fixed ------------------------------------------------------------------------ r921138 | dfaure | 2009-02-04 15:35:12 +0000 (Wed, 04 Feb 2009) | 7 lines Backport r915356+915400+915818: fix duplicated applications in the K menu and in keditfiletype, because kded was creating kservices with absolute paths and not letting local ones override global ones. BUG: 179946 BUG: 179462 BUG: 182060 ------------------------------------------------------------------------ r921209 | kbal | 2009-02-04 16:16:54 +0000 (Wed, 04 Feb 2009) | 1 line add entity to make plasma doc compile ------------------------------------------------------------------------ r921252 | chehrlic | 2009-02-04 16:49:43 +0000 (Wed, 04 Feb 2009) | 1 line backport (the important parts for BUG 183018) from trunk ------------------------------------------------------------------------ r921411 | mpyne | 2009-02-05 00:46:49 +0000 (Thu, 05 Feb 2009) | 4 lines Backport fix for bug 168968 to KDE 4.2.1. BUG:168968 ------------------------------------------------------------------------ r921423 | zwabel | 2009-02-05 01:42:45 +0000 (Thu, 05 Feb 2009) | 5 lines Backport r921422: Do not reset the completion-model at the beginning of createGroups, only at the end. Generally call reset() a bit less often. This fixes flickering of the argument-hint widget, which was hidden+shown with each added character in some cases ------------------------------------------------------------------------ r921539 | ogoffart | 2009-02-05 08:29:15 +0000 (Thu, 05 Feb 2009) | 5 lines backport 921534. Fix KNotificationManager with Qt4.5 CCBUG: 183042 ------------------------------------------------------------------------ r921561 | scripty | 2009-02-05 08:38:18 +0000 (Thu, 05 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r921770 | mpyne | 2009-02-05 16:26:00 +0000 (Thu, 05 Feb 2009) | 4 lines Backport fix for bug 183088 to KDE 4.2.1. BUG:183088 ------------------------------------------------------------------------ r921781 | shaforo | 2009-02-05 17:02:06 +0000 (Thu, 05 Feb 2009) | 3 lines backport my patch so that users can get properly working Lokalize from trunk less painfully ------------------------------------------------------------------------ r921814 | mpyne | 2009-02-05 18:30:26 +0000 (Thu, 05 Feb 2009) | 4 lines Backport fix for bug 179800 (Memory leak in KPluginSelector) to KDE 4.2.1. BUG:179800 ------------------------------------------------------------------------ r921839 | ppenz | 2009-02-05 19:23:14 +0000 (Thu, 05 Feb 2009) | 3 lines Backport of SVN commit 921833: Assure that the signal urlChanged() is not emitted if the URLs are equal. The (more expensive) check below fails for invalid URLs and hence an endless loop can be triggered in applications like Dolphin. CCBUG: 171160 ------------------------------------------------------------------------ r921841 | ppenz | 2009-02-05 19:32:12 +0000 (Thu, 05 Feb 2009) | 3 lines Backport of SVN commit 921837: rename the input parameter 'url' to 'newUrl' to prevent confusions with the method KUrlNavigator::url() CCBUG: 171160 ------------------------------------------------------------------------ r921879 | zwabel | 2009-02-05 21:24:50 +0000 (Thu, 05 Feb 2009) | 3 lines Backport r921878: Do not automatically re-start code-completion if the text has not been added directly before the cursor. ------------------------------------------------------------------------ r921956 | ilic | 2009-02-06 01:19:09 +0000 (Fri, 06 Feb 2009) | 1 line Backporting 921955. ------------------------------------------------------------------------ r922115 | mueller | 2009-02-06 14:17:01 +0000 (Fri, 06 Feb 2009) | 2 lines ignore link counts also with stale lockfiles ------------------------------------------------------------------------ r922299 | kossebau | 2009-02-06 17:27:15 +0000 (Fri, 06 Feb 2009) | 2 lines backport of r920468: fixed: the name for an unknown icon is empty, not "unknown" here, as also written in the apidox (dicussed on k-c-d) ------------------------------------------------------------------------ r922443 | sengels | 2009-02-07 02:31:56 +0000 (Sat, 07 Feb 2009) | 3 lines backport r922442 when using the native file dialog, show an 'All supported files' entry and make it the first entry by default ------------------------------------------------------------------------ r922551 | scripty | 2009-02-07 08:47:44 +0000 (Sat, 07 Feb 2009) | 1 line SVN_SILENT made messages (.desktop file) ------------------------------------------------------------------------ r922857 | orlovich | 2009-02-07 17:26:23 +0000 (Sat, 07 Feb 2009) | 3 lines Add a gdb-callable hook to force the JS debugger into action. ------------------------------------------------------------------------ r922874 | orlovich | 2009-02-07 17:59:41 +0000 (Sat, 07 Feb 2009) | 3 lines Fix contentDocument on hidden (no bug report known, notice in code when studying something else) ------------------------------------------------------------------------ r922888 | orlovich | 2009-02-07 18:21:18 +0000 (Sat, 07 Feb 2009) | 8 lines Google maps seems to wants the DOM objects' prototypes' constructor properties to point to something other than the default Object constructor. Make them point to the Node pseudoctor for now. Probably want to give it more distinct values later on, but that's better done w/autogen. BUG:176730 BUG:183251 ------------------------------------------------------------------------ r922902 | orlovich | 2009-02-07 18:58:29 +0000 (Sat, 07 Feb 2009) | 3 lines Fix crash when we create a sparse array w/o a dense vector component, and then access [0]. BUG:180605 ------------------------------------------------------------------------ r922913 | orlovich | 2009-02-07 19:30:09 +0000 (Sat, 07 Feb 2009) | 3 lines Don't crash if someone tries to set body to a non-Node BUG:183457 ------------------------------------------------------------------------ r922955 | orlovich | 2009-02-07 22:44:40 +0000 (Sat, 07 Feb 2009) | 12 lines Some fixes for our stylesheets collection to fix http://www.webtoolkit.eu/wt: 1) Make sure that we create a stylesheet object even for empty