| informationsyndicateUTC clock | event counters The last message was received 1.81 years ago at 20:34 on Aug 03, 2010 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 710 messages since the first one, 5.33 years ago, for an average of 2.74 days between messages recent messages date | project | content | link |
|---|
| 20:34 on Aug 03, 2010 | KDE | Commit by mwoehlke :: r1158818 kate/trunk/KDE/kdelibs/kate/ (3 files in 2 dirs): delay trailing-space-removal until config/variables are parsed
Move removal of trailing spaces from KateTextBuffer::load to KateDocument::openFile, after config and variable parsing (which might tell us not to remove trailing space!) has been performed. Note that the removal also now goes into the undo stack; for now we're considering this a good thing.
BUG: 239077 | # | | 00:21 on Jun 12, 2010 | KDE | Commit by mwoehlke :: r1137215 workspace/trunk/KDE/kdebase/workspace/kcontrol/colors/ (colorscm.cpp colorscm.h): colors kcm: fix 'defaults'
defaults() was only selecting the default scheme, which is a no-op if it was already selected. Discard changes by forcibly reloading the scheme if default is selected. Also reset the options (which are not part of the scheme).
BUG: 159536 | # | | 01:44 on May 13, 2010 | KDE | Commit by mwoehlke :: r1126043 cmake/trunk/KDE/kdelibs/cmake/modules/FindDocBookXML.cmake: Find docbook better when the package version is part of the DTD path.
This is (somewhat) less hackish than the previous approach and is reportedly needed for OpenSolaris. It should work on all Fedora versions past and future that use the same convention (and have the required DTD version, of course) and for anything else with similar conventions. | # | | 23:55 on Apr 28, 2010 | KDE | Commit by mwoehlke :: r1120369 kate/trunk/KDE/kdelibs/kate/syntax/data/cmake.xml: Update cmake.xml for CMake 2.6.4 | # | | 20:30 on Feb 19, 2010 | KDE | Commit by mwoehlke :: r1092952 kate/trunk/KDE/kdelibs/kate/ (7 files in 4 dirs): add myself to copyrights
Add myself to copyright notices in files where it seems appropriate (that it, where I have made non-trivial changes, at least as best as I can tell from the change logs).
Additionally, I hereby grant permission to relicense all of my code contributions to katepart (i.e. kdelibs/kate) from 'version 2' of the GNU General Public License or GNU Lesser General Public License, whichever was previously in force, to 'version 2 or later' of the same license.
This permission does not extend to contributions I have made to KDE outside of katepart. Additional details may follow on kwrite-devel, in reply to the thread "Licensing Question ;)", dated 2010-02-16. | # | | 22:59 on Jan 04, 2010 | KDE | Commit by mwoehlke :: r1070126 workspace/trunk/KDE/kdebase/workspace/kcontrol/colors/colorsettings.ui: revert tab stop changes from r1068697
I'm confident this was unintentional (and is, to an extent, me being anal, but...). | # | | 17:55 on Jan 04, 2010 | KDE | Commit by mwoehlke :: r1070013 kmag/trunk/KDE/kdeaccessibility/kmag/kmag.cpp: kmag: have a close button
Patch from Burkhard L?\195?\188ck. BUG: 188639 | # | | 21:33 on Nov 16, 2009 | KDE | Commit by mwoehlke :: r1050211 doc/trunk/KDE/kdegraphics/doc/CMakeLists.txt: | # | | 17:19 on Nov 16, 2009 | KDE | Commit by mwoehlke :: r1050120 workspace/trunk/KDE/kdebase/workspace/kcontrol/colors/schemes/Oxygen.colors: | # | | 23:08 on Nov 05, 2009 | KDE | Commit by mwoehlke :: r1045390 krita/trunk/koffice/krita/image/ (2 files in 2 dirs): more random generator improvements
Re-apply Cyrille's clean-up of r978646 (OS-X build fixes). Also, change the neighborhood of the 'evolution' part of the unit test from [-2,3) to [0,5) (and slightly expand the covered area). The old way would unnecessarily compare many pixel pairs twice. The new way covers more pairs with the same amount of work.
REVIEW: 2080 | # | | 22:58 on Nov 05, 2009 | KDE | Commit by mwoehlke :: r1045388 /branches/koffice/2.1/koffice/krita/image/kis_random_generator.cc: backport r1045276 to koffice/2.1
This fixes the bork algorithm, and also the spacing that astyle messed up. | # | | 17:02 on Nov 05, 2009 | KDE | Commit by mwoehlke :: r1045276 krita/trunk/koffice/krita/image/kis_random_generator.cc: fix random generator
And here's the fix for the small bug that totally hosed the quality of the algorithm. This should be passing the (newly fixed) unit test now.
Also revert part of r1038712 (the reformatting commit); astyle seems to be a bit confused about how spaces in 'foo ^ (...)' should look. | # | | 16:57 on Nov 05, 2009 | KDE | Commit by mwoehlke :: r1045275 krita/trunk/koffice/krita/image/tests/kis_random_generator_test.cpp: fix random generator test
Cyrille, you can revert if this is wrong, but I'm fairly confident it isn't :-). Right now the test will pass with just about anything, including the algorithm in its bad state (e.g. as of this commit). | # | | 16:55 on Nov 05, 2009 | KDE | Commit by mwoehlke :: r1045274 krita/trunk/koffice/krita/image/kis_random_generator.cc: revert random generator to r1038712
The algorithm isn't broken, there is just a small bug I accidentally introduced at r944988. (Granted, it had a rather severe impact on the quality of the algorithm :-).) | # | | 22:04 on Nov 04, 2009 | KDE | Commit by mwoehlke :: r1044919 krita/trunk/koffice/krita/image/tests/kis_random_generator_demo.cpp: fix KisRandomGeneratorDemo
Huh, I guess RAND_MAX > 65535. Seed should now be correctly random. (I know 'srand(time(NULL))' and 'rand()' doesn't give very high quality random data, but for this purpose that is okay. All we really care about is seed != 0.) | # | | 21:47 on Nov 04, 2009 | KDE | Commit by mwoehlke :: r1044915 krita/trunk/koffice/krita/image/tests/ (2 files): KisRandomGeneratorDemo improvements
Give the window a nice name. Don't start with seed == 0. | # | | 21:17 on Nov 04, 2009 | KDE | Commit by mwoehlke :: r1044889 krita/trunk/koffice/krita/image/tests/ (6 files): add random generator 'visual' test/demo app
This is the latest version of the program I used to develop and visually inspect the various attempts at the random generator algorithm. It's been adapted to use Krita's class directly, which apparently I should have done a long time ago, as the Krita version doesn't seem to be working as it should. | # | | 23:05 on Nov 02, 2009 | KDE | Commit by mwoehlke :: r1044075 kate/trunk/KDE/kdelibs/kate/syntax/data/cmake.xml: improve cmake.xml
Rearrange stuff to reduce rule duplication, and recognize '\"' as an escape outside of strings.
BUG: 212798 REVIEW: 2043 | # | | 16:25 on Oct 26, 2009 | KDE | Commit by mwoehlke :: r1040661 palapeli/trunk/playground/games/palapeli/slicers/ (slicer-jigsaw.cpp slicer-jigsaw.h): Improve jigsaw slicer.
This fixes a bug where holes on opposite sides of each other could overlap on pieces with high (i.e. far-from-square) aspect ratios. The max hole size is also slightly increased.
Patch by Stefan Majewsky with hole size modifications by me. | # | | 15:47 on Oct 21, 2009 | KDE | Commit by mwoehlke :: r1038674 palapeli/trunk/playground/games/palapeli/CMakeLists.txt: Fix build to work without top-level module. | # |
|