- 25 Feb, 2016 10 commits
-
-
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 6 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
-
Murray Cumming authored
So we always get the same result regardless of the current locale, because the "data" shouldn't really be locale-specific. This has disadvantages for collation but we also want the database to be fairly portable across environments. This might help this bug: https://bugzilla.gnome.org/show_bug.cgi?id=761372
-
Murray Cumming authored
Because this can fail in the real world and it would be nice to know as soon as possible: https://bugzilla.gnome.org/show_bug.cgi?id=761373
-
Daniel Mustieles García authored
-
- 06 Feb, 2016 1 commit
-
-
Murray Cumming authored
-
- 05 Feb, 2016 5 commits
-
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
-