- 05 Mar, 2012 11 kayıt (commit)
-
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Nah, these dummy classes would turn out quite complex anyway. Better to just use ifdefs elsewhere, the number required is not that large. This reverts commit 6d33801b.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Thus no need to bypass the code here in the DISABLE_DBCONNECTIVITY case. That is intended to get rid of code related to communicating with more complex database systems.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Whether anything that's done in postprocess is relevant for iOS remains to be seen.
-
- 04 Mar, 2012 11 kayıt (commit)
-
-
Katarina Machalkova yazdı
make the original check more general, to cover all chart types that don't support statistics
-
Noel Grandin yazdı
* Make typedefs private to class ScTabViewObj * rename field aSelectionListeners to aSelectionChgListeners
-
Markus Mohrhard yazdı
There are still some more issues but at least they are now correctly located in the right position All advanced attributes are not yet applied.
-
Markus Mohrhard yazdı
-
Andras Timar yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
David Tardon yazdı
Maybe it depends on the day of the week or something like that...
-
Andras Timar yazdı
-
David Tardon yazdı
-
David Tardon yazdı
-
- 03 Mar, 2012 10 kayıt (commit)
-
-
Julien Nabet yazdı
-
Matúš Kukan yazdı
-
Lucas Baudin yazdı
We didn't check wether the window was big enough to draw all the widgets. Sometimes, when the window was displaying, it was too small and drawing outside of the window caused a crash, we didn't take into account that the root point for drawing gtk3 widgets wasn't always (0,0).
-
Julien Nabet yazdı
-
Julien Nabet yazdı
-
Matteo Casalin yazdı
-
Matteo Casalin yazdı
-
Matteo Casalin yazdı
-
Matteo Casalin yazdı
-
Matteo Casalin yazdı
-
- 02 Mar, 2012 8 kayıt (commit)
-
-
Markus Mohrhard yazdı
The uno::Sequence copy c'tor creates a flat copy and increments the ref count. So if you use new and later delete together with the copy constructor you get a double delete.
-
Markus Mohrhard yazdı
there are some lifetime problems related to SchXMLCell and therefore this helps to limit the scope of possible problems
-
Markus Mohrhard yazdı
-
Markus Mohrhard yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
A right parenthesis was apparently misplaced, leading to the code actually containing a bogus comma expression. The GetPropertyValue() call's result was ignored and the subexpression after the comma, zero, was used instead.
-
Tor Lillqvist yazdı
-