1308 commits found for project kdelibs 3.5.
Regular Commiters: scripty, carewolf, ggarand, mueller, orlovich, dfaure, kling
Last update: 07:45, 01.09.2006

TimeRevisionAuthorRepliesMessageThursday, 31. August 2006
20:08579317kling5Fixed (minor) uninitialized variable.
19:51579311dannya0add myself to contributor entities file
14:31579233jriddell0Change default to su
09:50579164lunakl0OOM-killer protection for kdeinit master process. http://lists.kde.org/?l=kde-core-devel&m=115452589706095&w=2
09:37579160dhaumann1fix indentation if hitting <enter> in the very last line CCBUG: 87415
06:30579136stoecker0CCBUG: 132678 Backport of Google search encoding fix for KDE 3.5 by Nick Warne.


TimeRevisionAuthorRepliesMessageWednesday, 30. August 2006
18:57578993dannya0fixing all documentation errors reported at EBN for kdelibs
14:12578887annma0wanting to fix a l10n/fr bug I found that this string was badly formulated CCBUG=120367


TimeRevisionAuthorRepliesMessageTuesday, 29. August 2006
23:40578700staikos0add Quovadis CA
15:09578532lunakl0Replace the wallet dialog hacks that were supposed to work around #91940 and caused #113057 with slightly better hacks. If somebody notices some problems with kwallet dialogs after this change please yell. CCMAIL: kde-core-devel@kde.org BUG: 113057
12:24578480savernik0Don't statically initialise GUI-objects.
09:02578401kling0Fixed crash when KDED modules make DCOP calls in their destructors. BUG: 123413 CCMAIL: kluge@kapsi.fi
05:22578360danielsson0fix bug 132899: recognize escaped chars in \newcommand


TimeRevisionAuthorRepliesMessageMonday, 28. August 2006
14:42578151mueller0trying to make it pick the right font directories. for X.org 7.x
14:41578150mueller0stop crashing
12:20578099savernik0CStyle indenter suckage-- Reindent after preprocessor statement. Example (| - caret): if (x) { #ifdef FOO| Hitting enter, without this patch, we receive: if (x) { #ifdef FOO | Not wanted, you actually want to continue with the proper level of the c-code. With this patch we get: if (x) { #ifdef FOO |
11:59578085savernik0CStyle indenter suckage-- Align caret with starting comment column on ending doxygen comment. Example (| - caret): /** */| Hitting enter, without this patch we receive: /** */ | Wrong, indented one space too much. With this patch, we correctly get: /** */ |
05:23577992scripty4SVN_SILENT made messages (.desktop file)


TimeRevisionAuthorRepliesMessageSunday, 27. August 2006
18:33577863thutt0CCBUG: 113033 Fix "case ':':" and similar cases.


TimeRevisionAuthorRepliesMessageSaturday, 26. August 2006
07:58577316ggarand0mark table caption for layout if needed. BUG: 133001


TimeRevisionAuthorRepliesMessageFriday, 25. August 2006
16:26577126dhaumann0fix the bug state in comment #3 of bug #132835. (This includes deriving KateAutoIndent from QObject.) CCBUG: 132835
12:38577053ggarand0port a patch by David Hyatt <hyatt@apple.com> to get a more correct stacking order of blocks with overflow != visible. WC/r13238/#5283/
09:28576948dhaumann0fix wrong usage of virtual cursor position


TimeRevisionAuthorRepliesMessageThursday, 24. August 2006
20:57576812ggarand0fix broken logic in NodeIterator's getNextNode/getPreviousNode leading to possible escape out of the root node. cf. dom/node_iter.html
16:54576708ggarand0 Support CSS3's hsv/hsva color values. cf. http://www.w3.org/TR/2003/CR-css3-color-20030514/#hsla-color patch by David Carson <dacarson@gmail.com> ported from WC/-r15151/#9506/
15:54576681thutt0BUG: 113033 Fix S&S indentation for colons.
15:10576668mueller0compile++
14:47576661mueller0compile++
14:19576656dfaure0Calling utf8() twice is expensive, calling length() on a QCString is expensive, so better not do either one :) CCBUG: 131242
13:42576645lunakl0Bah.
13:37576641lunakl0Read icons also from $XDG_DATA_DIRS, modified patch from #97776. FEATURE: 97776
13:36576640ggarand0apply patch by James Thorniley<james_thorniley@yahoo.co.uk> for "xmlhttprequest breaks on utf-8 strings" BUG:131242
13:34576638ggarand0"make sure to call setChanged when an anchor changes from not being a link to being a link (and vice versa)." WC/-r15834/#10349/ "Anchor elements with dynamically created HREF attributes do not update their style" adapted from patch by David Hyatt <hyatt@apple.com>
13:26576632ggarand0 support parsing of attribute/> not taking WC patch on this one has it looks a tad cheesy. BUG: 87221
13:20576627ggarand0 adjust line disjonction calculation too.


TimeRevisionAuthorRepliesMessageWednesday, 23. August 2006
22:12576356orlovich0Propertly handle <colgroup> w/o span, and make span parsing a bit more robust.
21:39576344savernik0CStyle indenter suckage-- - never take action on / (except if it is part of a closing doxygen comment) - only take action on }{# if they are the first character on a line - only take action on n if it is the last character on a line and the first is # - never ever take action on ; - only take action on : if it is part of a special construct (case, private, protected, public etc.) Reviewed by Dominik Haumann. BUGS: 99717, 104382
15:25576245lunakl0Add support for more icon contexts, make sure non-existent contexts are not shown in the icon dialog (#120562).
09:20576152mueller0fix TLSv1 again, now that I actually understood how openssl works CCBUG: 132098
04:37576101ggarand0 Inline painting overhaul. Point is to satisfy CSS 2.1 - section 10.8.1 and Appendix E-2 (completely anal stuff). . Merged large bits from webcore in the process. . implemented CSS 3's outline-offset property for RenderInline, then enabled it globally. cf. css/outline-image.html . merged WC/r15795/#10229/ one liner. . some optimizations. Painting no longer goes through RenderText. Some more work to do on zone testing. Probably worth merging : the nice hitTest stuff.
02:49576084ggarand0introduce hasTextDescendant flag for inline boxes. hasTextChildren is good for evaluating a root's strut immediate relevance, but not for top/bottom overflow and other quirky shrinking. Those need depth. BUG: 131366
02:21576076ggarand0text-align of tables should only be reset in quirk mode. BUG: 106812


TimeRevisionAuthorRepliesMessageTuesday, 22. August 2006
05:32575801scripty4SVN_SILENT made messages (.desktop file)


TimeRevisionAuthorRepliesMessageMonday, 21. August 2006
20:57575678kling0Make S&S C Style show up properly in menus.
15:05575434jriddell0Add FDL licence for documentation


TimeRevisionAuthorRepliesMessageSunday, 20. August 2006
16:59575034savernik0Backport kate modeline per mime-type/extension enhancement. This allows for a properly configured .kateconfig for KDE4 development to be used within KDE 3.5.5+ FEATURE


TimeRevisionAuthorRepliesMessageFriday, 18. August 2006
21:16574377kling0Make "unclutter" and "cascade" work on the current screen in multi-head environments.
20:42574367ehabkost0Fix incorrect 'endl' usage introduced by #100188 fix. The fix for bug #100188 replaces 'ws' by 'endl' when reading the lock file. However, 'endl' isn't supposed to be used for reading and it was trying to write a newline to the lockfile, causing "QFile::writeBlock: Write operation not permitted" messages. Luckly it wasn't corrupting the lockfile contents because it was opened read-only. CCBUG: 100188
13:06574225kling0Don't mark the editor incorrectly as modified when rehighlighting from KDictSpellingHighlighter. BUG: 101003
09:18574144mueller0be more robust regarding sanitizing
07:17574108coolo0make drag & drop on xemacs.desktop work


TimeRevisionAuthorRepliesMessageThursday, 17. August 2006
20:46574026toma0helpfull hint in the apidox
14:07573914mueller0fix silent startup notification never going away
07:49573789coolo0make it possible for kde-apps provided slaves to hook into our mimetypes without having to overwrite kdelibs's mimetypes CCMAIL: rgfernandes@correioweb.com.br
07:08573769scripty0SVN_SILENT made messages (.desktop file)


TimeRevisionAuthorRepliesMessageWednesday, 16. August 2006
19:48573599dfaure0Fix 'kfmclient exec file:/path#anchor' as reported on k-c-d by Kevin Krammer. fdo bug 7863
07:07573437scripty3SVN_SILENT made messages (.desktop file)


TimeRevisionAuthorRepliesMessageTuesday, 15. August 2006
20:14573344dfaure0Fix "menu entries from Mathematics and Science menu are shown in Lost & Found" due to the typical bug of using firstChild() to get the first element, which fails when there is a comment in the XML. BUG: 113798


TimeRevisionAuthorRepliesMessageMonday, 14. August 2006
13:03572947orlovich0Fix locale-dependence in the parser. Thanks to Fredrik Johansson for reminding me of it and testing the fix. BUG:126482
07:01572848scripty2SVN_SILENT made messages (.desktop file)


TimeRevisionAuthorRepliesMessageSunday, 13. August 2006
01:12572513kling0Stop leaking strdup()s to putenv(). All apps that call KTimezone::local() now use at least 15 kB less memory on a standard system. CCMAIL: srhaque@iee.org


TimeRevisionAuthorRepliesMessageSaturday, 12. August 2006
20:08572470coolo0"kcmshell background" loads a blank page here as it finds GNOME's background.desktop and fixing all .desktop files in kcontrol is a bit weired


TimeRevisionAuthorRepliesMessageFriday, 11. August 2006
13:12571987mueller0make SSL work again for sites that don't support TLSv1 BUG: 132098


TimeRevisionAuthorRepliesMessageThursday, 10. August 2006
08:13571646shyue020060810 committed by Franklin: new entity definitions for zh-TW


TimeRevisionAuthorRepliesMessageWednesday, 09. August 2006
14:13571379lunakl0Unused, and doesn't properly track iconloader used by the dialog anyway.
10:30571342mueller0update automake version


TimeRevisionAuthorRepliesMessageTuesday, 08. August 2006
22:19571252ggarand0apply patch by Andreas Hartmetz <ahartmetz@gmail.com> fixing two crashes in capitalization code. BUG: 132050
10:56571012jriddell0Set su as default not sudo Change to su if non-root


TimeRevisionAuthorRepliesMessageMonday, 07. August 2006
14:37570648mueller0fix crash upon deleting cells from rows BUG:90462
13:48570635jriddell0Add sudo support BUG:20914 See that bug for some remaining issues
13:24570627mueller0I'm getting crazy with this gigabytes of boring debug output. Another fix would be to not redo all the accelerators whenever the mouse moves.
08:33570558lunakl0Simply overlay the favicon directly to the QImage before converting to QPixmap instead of messing with the QPixmap mask (and even partially loosing the alpha).


TimeRevisionAuthorRepliesMessageSunday, 06. August 2006
08:40570251kling0Caught another stringAtPos(-1) while passing by. CCMAIL: dhdev@gmx.de
08:29570247kling0Too early to be committing code, I guess. Anyways, it's first >= 0, not first > 0.
08:28570246kling0Fixed another stringAtPos(-1) call (known & hated signedness issue) BUG: 131933


TimeRevisionAuthorRepliesMessageFriday, 04. August 2006
06:58569526scripty4SVN_SILENT made messages (.desktop file)


TimeRevisionAuthorRepliesMessageWednesday, 02. August 2006
09:41568792shyue020060802 committed by Franklin: change user.entities
09:28568783shyue020060802 committed by Franklin: change code to UTF-8
06:23568744scripty3SVN_SILENT made messages (.desktop file)


TimeRevisionAuthorRepliesMessageTuesday, 01. August 2006
18:48568619coolo0careful Lubos :)
15:36568554lunakl0NET::Override is old and hated.
15:30568553lunakl0Use DCOP transaction even for synchronous open. KWallet has pretty bad reentrancy problems. BUG: 126593 CCMAIL: staikos@kde.org
08:56568454lunakl0Be explicit about windowInfo() args (#130934).


TimeRevisionAuthorRepliesMessageMonday, 31. July 2006
18:24568289staikos0Init TLS when necessary. Based on patch, but avoids memory leak and other problems. Please test to see if it still works for you. If it does, I'll put it into trunk also. BUG: 108388
16:05568247lunakl0match name
16:04568246lunakl0We have this kdebug.areas file which says area 125 is KAccel, thank you very much.
14:42568222lunakl0Pick correctly the best icon size. Also make -1,-1 return the largest icon and not the first one (makes more sense and saying the first one is as good as saying a random one).
09:49568154lunakl0The workaround for #117169 (probably X bug, see comment #34). Not committing to trunk in hope that the problem will be gone by the time of KDE4 and also because KGlobalAccel is different, in the worst case if the problem persists it will have to be ported. BUG: 117169


TimeRevisionAuthorRepliesMessageSunday, 30. July 2006
22:18568025ggarand0parse 'align' attribute of iframes BUG: 130736
14:54567892carewolf0Correct the patch for #166092 so it doesn't regress #59489 CCBUG:116092 BUG:59489


TimeRevisionAuthorRepliesMessageSaturday, 29. July 2006
13:40567588zepires0Some extra entities required for 100% successful docs compilation


TimeRevisionAuthorRepliesMessageFriday, 28. July 2006
23:23567480kling0Set m_bDeep in all KServiceGroup constructors, or it may be used uninitialized in load() and entries(). kbuildsycoca did this, and valgrind caught it. CCMAIL: bastian@kde.org
12:12567242dhaumann0add: Q_DECLARE_INTERFACE
11:54567223mueller0- "features" is clobbered by the longjmp, so mark it as volatile to avoid that a clever compiler (gcc 4.2) optimizes reads away. - fix compiler warnings


TimeRevisionAuthorRepliesMessageThursday, 27. July 2006
06:23566823scripty4SVN_SILENT made messages (.desktop file)


TimeRevisionAuthorRepliesMessageWednesday, 26. July 2006
14:07566543kling0Don't draw a highlighting line above KPopupMenu title sections. It looks very out-of-place, especially when using styles with rounded PE_HeaderSections. BUG: 71452


TimeRevisionAuthorRepliesMessageTuesday, 25. July 2006
21:51566355kling0Don't enter "word selection mode" without an actual selection. BUG: 131369
07:06566013scripty2SVN_SILENT made messages (.desktop file)


TimeRevisionAuthorRepliesMessageMonday, 24. July 2006
21:19565943dhaumann0* fix: 4-times click on a word selected the first word in the line because of a double click event following a triple click event. The triple click event set the cursor to column 0, which lead to the misbehavior.
03:00565674nhasan0Fix an endian related bug. This bug caused all the isClass*() methods to fail. Approved (implicit) by Thiago.