~vcs-imports/gnome-control-center/+git/gnome-control-center:wip/jsparber/background

Last commit made on 2018-02-17
Get this branch:
git clone -b wip/jsparber/background https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
wip/jsparber/background
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

81e1bf0... by Julian Sparber

background: clean up files and code and remove build warnings

- remove bg-source and bg-wallpapers-source files
- remove build warnings
- add Julian Sparber as author to cc-background-panel.c

https://bugzilla.gnome.org/show_bug.cgi?id=788515

edf69bd... by Julian Sparber

background: use autoptr where possible

https://bugzilla.gnome.org/show_bug.cgi?id=788515

131cc9c... by Julian Sparber

background: change description for open in File and open in photo apps

https://bugzilla.gnome.org/show_bug.cgi?id=788515

dac02a9... by Julian Sparber

background: adapt meson.build for file changes

- remove file for the chooser gallery from meson.build
- add new source files to meson.build
- move background.ui to data
- remove old source files and images from git
- fix build warnings

https://bugzilla.gnome.org/show_bug.cgi?id=788515

19637d9... by Julian Sparber

background: show only top border for gallery view

https://bugzilla.gnome.org/show_bug.cgi?id=788515

007e701... by Julian Sparber

background: cache slideshow-emblem icon

https://bugzilla.gnome.org/show_bug.cgi?id=788515

e22767b... by Julian Sparber

background: changed variable names and small style changes

https://bugzilla.gnome.org/show_bug.cgi?id=788515

bec5b24... by Julian Sparber

background: cache tumbnail for wallpaper gallery for a redraw

https://bugzilla.gnome.org/show_bug.cgi?id=788515

ac26604... by Julian Sparber

background: refactor cc-background-grid-item

- make cc_background_grid_item_set_ref static and private
- change cc_background_grid_item_get_ref to cc_background_grid_item_get_item
- change base obj of CcBackgroundGridItem
  CcBackgroundGridItem derives directly from GtkDrawingWidget
- CcBackgroundGridItem::new returns its own type

https://bugzilla.gnome.org/show_bug.cgi?id=788515

7ebf745... by Julian Sparber

background: refactor cc-background-store

- remove private struct of cc-background-store
- remove CcBackgroundStore constructor
- less exposure of the the wallpaper store
    use a wrapper to bind the GListModel to a flowbox

https://bugzilla.gnome.org/show_bug.cgi?id=788515