- 29 Feb, 2016 4 commits
-
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
Like generated po/Makefile.in.in file does, to decide where to instal the translation files. Instead of guessing it based on the prefix, causing us not to show the translations when staring in appropriate locale. Bug #761372 (m.rick.mac) And this fixes the 3 test cases that have been failing for me for a while.
-
- 27 Feb, 2016 2 commits
-
-
Murray Cumming authored
-
Murray Cumming authored
Bug #762728 (Dominique Leuenberger)
-
- 25 Feb, 2016 13 commits
-
-
Murray Cumming authored
-
Murray Cumming authored
This must have been wrong for quite a long time, since GTK+ changed its expand system. Bug #762108 (m.rick.mac)
-
Murray Cumming authored
-
Murray Cumming authored
This seems to fix the crash when choosing an image repeatedly: https://bugzilla.gnome.org/show_bug.cgi?id=761396#c13
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
Because recent versions of libevince-view have an assert that crashes the application: https://bugzilla.gnome.org/show_bug.cgi?id=761396#c12
-
Murray Cumming authored
It seems useful.
-
Marek Černocký authored
-
- 21 Feb, 2016 1 commit
-
-
Мирослав Николић authored
-
- 10 Feb, 2016 7 commits
-
-
Murray Cumming authored
I guess this is why I haven't been seeing the busy cursor recently. Found by clang-tidy.
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
Doing that just to unconst the members is still awful, but at least this is explicit about what we are doing.
-
Murray Cumming authored
-
- 09 Feb, 2016 8 commits
-
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
Why didn't the compiler catch this?
-
Murray Cumming authored
So we can use std::unique_ptr<> instead of std::shared_ptr<> for the parser member variable, and generally make the APIs slightly less tightly bound.
-
Murray Cumming authored
Because nothing shares it.
-
Murray Cumming authored
Found by clang-tidy's misc-use-override check.
-
Murray Cumming authored
-
- 08 Feb, 2016 2 commits
-
-
Murray Cumming authored
With help from clang-modernize-3.7.
-
Murray Cumming authored
With help from clang-modernize-3.7.
-
- 07 Feb, 2016 3 commits
-
-
Murray Cumming authored
Otherwise, we still get the dropped table name when asking libgda for a list of tables. This caused Glom to complain that a previously-deleted table name already existed when the user tried to recreate it. Bug #754645 (m.rick.mac)
-
Murray Cumming authored
-
Murray Cumming authored
-