summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* 3.17.90GNOME_CONTROL_CENTER_3_17_90Bastien Nocera2015-08-181-1/+1
|
* bluetooth: Add Obex sharing keywordsBastien Nocera2015-07-301-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=740369
* 3.17.3GNOME_CONTROL_CENTER_3_17_3Bastien Nocera2015-07-211-1/+1
|
* display: Add support for tiled monitorsDave Airlie2015-07-011-1/+1
| | | | | | | The display panel needs to ask libgnome-desktop in a few places whether the panel is tiled. https://bugzilla.gnome.org/show_bug.cgi?id=751680
* network: Only share a new wifi connection if the user is allowed toMathieu Bridon2015-06-291-1/+2
| | | | | | | | | | | Making a new connection available to other users requires being an admin, or entering an admin password. If we enable that option by default for new connections, we effectively prevent non-admin users from connecting to new networks when they go to the coffee shop without their laptop admin. https://bugzilla.gnome.org/show_bug.cgi?id=751378
* 3.17.2GNOME_CONTROL_CENTER_3_17_2Bastien Nocera2015-06-041-1/+1
|
* build: Bump version to devel valuesBastien Nocera2015-05-181-1/+1
|
* 3.16.2GNOME_CONTROL_CENTER_3_16_2Rui Matos2015-05-121-1/+1
|
* 3.16.1GNOME_CONTROL_CENTER_3_16_1Bastien Nocera2015-04-151-1/+1
|
* online-accounts: Disable the remove button for locked accountsDebarshi Ray2015-04-131-1/+1
| | | | | | Bump required GOA version for the IsLocked property. https://bugzilla.gnome.org/show_bug.cgi?id=737665
* build: Make some panels requirements on LinuxBastien Nocera2015-04-091-0/+15
| | | | | The Network, Bluetooth, Printers and Wacom panels are not optional on Linux systems (except S390 which doesn't have USB support).
* build: Require udev for Wayland supportBastien Nocera2015-04-091-0/+7
| | | | | | | If GTK+ was built with Wayland support, we'll enable the udev "GsdDeviceManager". But that needs udev to be available. https://bugzilla.gnome.org/show_bug.cgi?id=747548
* Add a simple AppData fileRichard Hughes2015-04-011-0/+1
| | | | | | | | This is needed for three reasons: * To be able to arrange the icon into a folder in GNOME Software * So that we do not allow the application to be removed * To show the update description not in the 'OS Updates' package section
* 3.16.0GNOME_CONTROL_CENTER_3_16_0Bastien Nocera2015-03-231-1/+1
|
* 3.15.92GNOME_CONTROL_CENTER_3_15_92Rui Matos2015-03-171-1/+1
|
* 3.15.91GNOME_CONTROL_CENTER_3_15_91Bastien Nocera2015-03-031-1/+1
|
* 3.15.90GNOME_CONTROL_CENTER_3_15_90Bastien Nocera2015-02-171-1/+1
|
* build: use portable shell in configure.acAlexander Tsoy2015-02-101-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=741035
* 3.15.4GNOME_CONTROL_CENTER_3_15_4Rui Matos2015-01-211-1/+1
|
* build: Move AM_CONDITIONAL out of the have_udev checkTing-Wei Lan2015-01-211-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=743285
* Update device configuration from gnome-settings-daemonCarlos Garnacho2015-01-201-0/+7
| | | | | | | | | | | GsdWacomDevice has been updated, dragging GsdDeviceManager as a dependency from g-s-d, which has been added to panels/common, and compiled as a separate static libary, which is used by the wacom and mouse modules. gsd-input-helper.[ch] is now in such library and has been removed from the panel directories. https://bugzilla.gnome.org/show_bug.cgi?id=743196
* keyboard: Switch to new peripherals settings schemaRui Matos2015-01-201-1/+1
| | | | | | | Most peripherals settings have been moved to gsettings-desktop-schemas. https://bugzilla.gnome.org/show_bug.cgi?id=743194
* configure: Bump gtk+ version requirementRui Matos2014-12-051-1/+1
| | | | Needed for gtk_label_get/set_xalign() .
* build: bump accountsservice version to currentOndrej Holy2014-11-031-1/+1
| | | | | | It is needed due to new asynchronous api for uncaching. https://bugzilla.gnome.org/show_bug.cgi?id=727871
* 3.14.1GNOME_CONTROL_CENTER_3_14_1Rui Matos2014-10-141-1/+1
|
* 3.14.0GNOME_CONTROL_CENTER_3_14_0Rui Matos2014-09-221-1/+1
|
* 3.13.92GNOME_CONTROL_CENTER_3_13_92Rui Matos2014-09-151-1/+1
|
* 3.13.91GNOME_CONTROL_CENTER_3_13_91Rui Matos2014-09-021-1/+1
|
* 3.13.90GNOME_CONTROL_CENTER_3_13_90Bastien Nocera2014-08-191-1/+1
|
* build: Require gsettings-desktop-schemas >= 3.13.91Zeeshan Ali (Khattak)2014-08-191-1/+1
| | | | | | | This is required for new location panel, and the search panel whitelist. https://bugzilla.gnome.org/show_bug.cgi?id=731119 https://bugzilla.gnome.org/show_bug.cgi?id=734108
* 3.13.4GNOME_CONTROL_CENTER_3_13_4Rui Matos2014-07-231-1/+1
|
* background: Composite the emblems ourselvesDebarshi Ray2014-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | We were assuming that setting stock-size would affect the emblems in GEmblemedIcons, but not the icons themselves. This is a bit weird. GtkCellRendererPixbuf:gicon is meant to work with GtkCellRendererPixbuf:stock-size, and this was only working so far because GTK_ICON_LOOKUP_FORCE_SIZE was not being used when loading the icon. Let's composite the emblems ourselves so that we don't have to depend on this quirky interpretation of stock-size. Unfortunately, we can not directly use the pixbufs because they are unaware of the scale factor and GTK+ will scale them on HiDpi displays. Since our pixbufs already have enough pixels to work well with such devices, scaling them further will lead to giant, fuzzy thumbnails. Hence, we use GtkCellRendererPixbuf:surface with the scale factor codified in it. https://bugzilla.gnome.org/show_bug.cgi?id=732375
* build: Drop GdMainToolbar and GdStackDebarshi Ray2014-07-021-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=732625
* 3.13.3GNOME_CONTROL_CENTER_3_13_3Bastien Nocera2014-06-251-1/+1
|
* 3.13.2GNOME_CONTROL_CENTER_3_13_2Bastien Nocera2014-06-241-1/+1
|
* build: Bump required GTK+ versionYosef Or Boczko2014-05-231-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=730597
* notifications: Drop the dep on libgnome-menuKalev Lember2014-05-051-1/+1
| | | | | | | This removes a leftover configure check on libgnome-menu-3.0. The gmenu APIs were only ever used in the WIP notification panel patches in https://bugzilla.gnome.org/show_bug.cgi?id=685928 , but the final code that landed used equivalent gio API instead.
* 3.13.1GNOME_CONTROL_CENTER_3_13_1Debarshi Ray2014-04-281-1/+1
|
* 3.12.1GNOME_CONTROL_CENTER_3_12_1Rui Matos2014-04-161-1/+1
|
* build: Add missing variable settingBastien Nocera2014-04-161-0/+1
| | | | | We weren't setting have_wacom anymore after the changes in edf60cdd3b11c45d0437515b72d56176bc1855ad.
* wacom: Wacom isn't optional on supported platformsBastien Nocera2014-04-161-5/+3
| | | | | | | | | d78bc977 wrongly made the Wacom panel optional on supported platforms. Restore the original behaviour which is to require the Wacom panel to be built on all Linux versions (except s390 which doesn't have USB support). See https://bugzilla.gnome.org/show_bug.cgi?id=728318
* 3.12.0GNOME_CONTROL_CENTER_3_12_0Debarshi Ray2014-03-241-1/+1
|
* 3.11.92GNOME_CONTROL_CENTER_3_11_92Bastien Nocera2014-03-181-1/+1
|
* 3.11.91GNOME_CONTROL_CENTER_3_11_91Debarshi Ray2014-03-041-1/+1
|
* hostname-helper: use GLib transliteration APIRyan Lortie2014-02-211-1/+1
| | | | | | | | | | | | Use GLib's new transliteration API to avoid the shortcomings of iconv(). Also solve an existing problem where strings entered in decomposed forms wouldn't be properly transliterated. Always normalise before attempting transliteration. Bump GLib dependency to 2.39.91 for the new feature. https://bugzilla.gnome.org/show_bug.cgi?id=724194
* 3.11.90GNOME_CONTROL_CENTER_3_11_90Bastien Nocera2014-02-181-1/+1
|
* network: Fix build with NM 0.9.8.xBastien Nocera2014-02-181-0/+7
| | | | | | | | Team support was only added in the 0.9.9.x branch for the 0.9.10 stable release. It's not available in any releases (beta or stable ones) yet. https://bugzilla.gnome.org/show_bug.cgi?id=723769
* background: Add CcBackgroundGriloMinerDebarshi Ray2014-02-181-1/+4
| | | | | | | It fetches the most recent 50 images from every Grilo source that has a corresponding GOA account. Currently the only such source is Flickr. https://bugzilla.gnome.org/show_bug.cgi?id=707569
* Revert "background: Add support for Flickr pictures"Debarshi Ray2014-02-171-4/+1
| | | | | | This was never meant to be pushed. This reverts commit 725b85db775ab8226d3b77b549a2daa2f96044b4.
* Revert "Revert "build: Bump libupower-glib requirement""Debarshi Ray2014-02-171-2/+2
| | | | | | This was never meant to be pushed. This reverts commit dcdf571127dd788188f5f769aa1b9a82e3947f5c.