- 13 Ock, 2012 26 kayıt (commit)
-
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Caolán McNamara yazdı
-
Stephan Bergmann yazdı
... so that the massive number of the JDBC driver's calls to JNI Attach/Detach- CurrentThread are guaranteed not to happen on the main thread (where they are extremely expensive, see <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6978641> "Fix for 6929067 introduces additional overhead in thread creation/termination paths").
-
Norbert Thiebaud yazdı
-
Stephan Bergmann yazdı
Only redirect to valgrind.log if --valgrind but not $VALGRIND is given.
-
Jan Holesovsky yazdı
Cherry-picked from libreoffice-3-5 branch, probably a bit more helpful fail message.
-
David Tardon yazdı
-
David Tardon yazdı
-
Markus Mohrhard yazdı
-
August Sodora yazdı
-
Markus Mohrhard yazdı
the idea behind this concept: * have a file containing some test data * import file without UI * export file to svg through XStorable::storeToURL * compare exported svg file to a reference file and complain if they * differ advantages: * easy to create test cases, even for non coders * no special handling of sd internal code needed * svg is showing differences in the representation and not in the model * external programs that can be used to check the output * can be used for all input formats disadvantages: * changes to svg filter code might break test cases while the change is correct * slow test, import + export * might need external program for xml diff
-
August Sodora yazdı
-
August Sodora yazdı
-
August Sodora yazdı
-
August Sodora yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
-
Kohei Yoshida yazdı
Also, removed unnecessary reloading of the whole table data when reference is updated.
-
Kohei Yoshida yazdı
For efficiency reasons. Otherwise, refreshing n tables individually would require reloading the same data cache n times.
-
Kohei Yoshida yazdı
With this change, ScDPCacheTable should never clear pointer to the data cache instance; it should keep the same data cache instance that it is instantiated with.
-
Kohei Yoshida yazdı
-
Lior Kaplan yazdı
-
- 12 Ock, 2012 14 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Sigh, spent one day, more or less, tracking down a weird fontconfig problem, where all the diagnostic it offered was "unknown encoding" when reading the fonts.conf file. It turned out that I was being screwed by our fun two versions of the expat_xmlparse library: One where XML_Char is char and one where it is short. The intuitively "more normally" named libexpat_xmlparse is the latter, but fontconfig works only with the former as it implicitly expects XML_Char to be char.
-
Olivier Hallot yazdı
Fix mistake in method for type OUStringBuffer
-
Olivier Hallot yazdı
Part XXXV Modules stoc
-
Caolán McNamara yazdı
-
Ivan Timofeev yazdı
-
Matúš Kukan yazdı
-
Matúš Kukan yazdı
-
Miklos Vajna yazdı
1) for empty cells, not only paragraph properties, but but character properties should be emitted as well (e.g. font) 2) \sb and \sb is an attribute, not an sprm (it was ignored) 3) \sl was ~ignored due to a typo
-
Rich Wareham yazdı
Replace 5 lines of vertical whitespace in sdext/source/presenter/* with a single line so that more can be seen on the screen at once. Fixes bug 44635
-
Fridrich Štrba yazdı
-