date | project | content | link |
|---|
| 14:20 on Jul 08, 2011 | KDE | Commit by astan :: r 1240442 /trunk/www/sites/planet/planetkde/config: ( link) My blog is now back up, so adding me back in the loop. | # |
| 22:02 on Jul 06, 2011 | KDE | Commit by astan :: r 1240150 /trunk/www/sites/planet/planetkde/config: ( link) Temporarily disable aggregation of my blog while messing with WP. | # |
| 10:08 on May 18, 2011 | KDE | Commit by astan :: r 1232614 Oxygen/trunk/playground/artwork/Oxygen/cursors/src/make_config.cmake: ( link) Support #-comments in input and make parsing a little more robust. | # |
| 13:08 on Feb 03, 2010 | KDE | Commit by astan :: r1084675 plugins/trunk/koffice/plugins/textshape/tests/TestTableLayout.h: Fix typo in function description. Original typo by me, probable cut'n'pasto by Casper ;) | # |
| 17:26 on Nov 19, 2009 | KDE | Commit by astan :: r1051497 okular/trunk/KDE/kdegraphics/okular/ (6 files in 3 dirs): Save case sensitivity and regular expression search options for the Contents and Reviews side panels to okularpartrc.
If these options are turned on they are now saved as:
[Contents] ContentsSearchCaseSensitive=true ContentsSearchRegularExpression=true
and
[Reviews] ReviewsSearchCaseSensitive=true ReviewsSearchRegularExpression=true
respectively. | # |
| 20:25 on Oct 15, 2009 | KDE | Commit by astan :: r1035766 okular/trunk/KDE/kdegraphics/okular/ui/ (2 files): Support case sensitivity and regular expressions in the Contents and Reviews side panel. The search options are accessed using a context sub-menu in the search input field. Fixes bug 204787.
I'm intentionally leaving out support for saving the current search options to the config, as pinotree said he was researching a more maintainable approach to this.
BUG: 204787 | # |
| 10:27 on Aug 14, 2009 | KDE | Commit by astan :: r1011317 libs/trunk/koffice/libs/kotext/opendocument/tests/data/FormattingProperties/TableFormattingProperties/tableLeftAndRightMargin.qs: Fix table left and right alignment test. | # |
| 10:48 on Aug 13, 2009 | KDE | Commit by astan :: r1010754 libs/trunk/koffice/libs/kotext/opendocument/tests/ (2 files in 2 dirs): Add test for table left and right margin. | # |
| 10:26 on Aug 13, 2009 | KDE | Commit by astan :: r1010738 libs/trunk/koffice/libs/kotext/opendocument/tests/ (3 files in 2 dirs): o Add test for table top and bottom margin. o Document the table width test a little. o Fix bug in table margin comparison in TestLoading. | # |
| 09:34 on Aug 13, 2009 | KDE | Commit by astan :: r1010716 libs/trunk/koffice/libs/kotext/opendocument/tests/ (TestLoading.cpp TestLoading.h): o Add table cell format comparison function. o Pass cells by reference in compareTableCells(). | # |
| 08:46 on Aug 13, 2009 | KDE | Commit by astan :: r1010691 libs/trunk/koffice/libs/kotext/opendocument/tests/ (3 files in 2 dirs): o Add a comparison function for table properties. o Fix bug in the table width test (s/RelativeLength/PercentageLength/). | # |
| 18:33 on Aug 12, 2009 | KDE | Commit by astan :: r1010517 libs/trunk/koffice/libs/kotext/opendocument/tests/TestLoading.h: Remove leftover typedef that broke compilation. Sorry 'bout that. | # |
| 17:12 on Aug 12, 2009 | KDE | Commit by astan :: r1010497 libs/trunk/koffice/libs/kotext/opendocument/tests/ (4 files in 3 dirs): Some work on loading tests.
o Start to extend to test app to handle tables, still need to
write a couple of more comparison functions.
o Add a first test. | # |
| 16:31 on Aug 12, 2009 | KDE | Commit by astan :: r1010485 libs/trunk/koffice/libs/kotext/opendocument/tests/data/FormattingProperties/ (14 files in 2 dirs): Add ODT test cases for table formatting properties from the ODF Alliance test suite. | # |
| 09:50 on Aug 12, 2009 | KDE | Commit by astan :: r1010335 libs/trunk/koffice/libs/kotext/opendocument/tests/data/FormattingProperties/TextFormattingProperties/lineThroughText.qs: Fix this here too, see commit 1010323 for more info. All the loading tests now pass. | # |
| 09:22 on Aug 12, 2009 | KDE | Commit by astan :: r1010323 libs/trunk/koffice/libs/kotext/opendocument/tests/data/FormattingProperties/TextFormattingProperties/lineThroughStyle.qs: Fix test of style:text-line-through-style. We're actually doing the right thing at loading, it's the document that is invalid. The issue of style:text-line-through-type being specified when style:text-line-through-style is "none" was apparently discussed at the plugfest in Hague [1], and the rule has now been clarified in ODF 1.2-cd3: "There should not be an occurrence of the style:text-line-through-type attribute if the value of the style:text-line-through-style attribute is none." [2] TODO: Fix our saving of this; don't save type when style is "none". [1] http://tools.oasis-open.org/issues/browse/OIC-7[2] ODF 1.2-cd3 section 19.364. | # |
| 10:40 on Aug 07, 2009 | KDE | Commit by astan :: r1008379 plugins/trunk/koffice/plugins/textshape/tests/TestTableLayout.cpp: Extend basic layout test to check actual block positions in table. | # |
| 09:52 on Aug 07, 2009 | KDE | Commit by astan :: r1008368 plugins/trunk/koffice/plugins/textshape/tests/TestTableLayout.cpp: Forgot cleanupTest(); | # |
| 09:50 on Aug 07, 2009 | KDE | Commit by astan :: r1008367 plugins/trunk/koffice/plugins/textshape/tests/ (TestTableLayout.cpp TestTableLayout.h): Add test for table alignment. | # |
| 08:45 on Aug 05, 2009 | KDE | Commit by astan :: r1007092 libs/trunk/koffice/libs/kotext/KoTableColumnAndRowStyleManager.cpp: Have setColumnStyle() grow the vector, we shouldn't crash on non-existing index. Fixes test. | # |