[gnome-software] (184 commits) Non-fast-forward update to branch 1486-gs-repos-dialog-call-refresh-on-repository-setup-change
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] (184 commits) Non-fast-forward update to branch 1486-gs-repos-dialog-call-refresh-on-repository-setup-change
- Date: Thu, 14 Oct 2021 06:27:47 +0000 (UTC)
The branch '1486-gs-repos-dialog-call-refresh-on-repository-setup-change' was changed in a way that was not a
fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
5c203ae... gs-shell: Remove left-over function prototype declaration
ca49eb3... gs-application: Introduce gs_application_refresh()
2781d35... gs-repos-dialog: Call refresh on repository setup change
4c6f4f2... gs-application: Invoke page reload after the refresh is fin
b1277d9... gs-overview-page: Refresh the application after third-party
Commits added to the branch:
c31b8e0... build: Switch to GTK4 and libadwaita (*)
bcfef1c... ci: Drop libappstream-glib from CI images (*)
e52f3b2... ci: Update Debian CI to Bookworm (*)
b001471... ci: Update Fedora CI to 34 (*)
f804181... build: Switch to main branch of libxmlb (*)
180370f... tests: Ensure GTK resources are registered for icon test (*)
8a1f104... meson: Bump Meson dependency (*)
fa3f0a0... ci: Add CI dependencies for building with GTK4 (*)
ece33cb... ci: Add subproject dependencies (*)
80e3823... ci: Switch to the new CI images (*)
42d1a41... flatpak: Add 'dri' device for GPU access (*)
cb3ebb4... gs-cmd: Update gtk_init to GTK4 API changes (*)
3328484... gs-app: GTK4ify key color calculation (*)
329278d... Hdy → Adw (*)
ace537b... Remove gtk_widget_set_has_window (*)
44aec19... Adapt to GtkCssProvider API changes (*)
16ed2cf... Adapt gs_container_remove_all to GTK4 (*)
9990c35... Replace gtk_container_add by their subclass-specific counte (*)
88a3c65... gs-updates-section: Remove GtkContainer overrides (*)
0f246ed... Destroy windows and dialogs with gtk_window_destroy() (*)
fd00ce2... Replace gtk_container_destroy with alternative ways (*)
3499c0e... Replace gtk_container_remove() with subclass-specific funct (*)
b9d8a1e... Stop overriding GtkWidget.destroy in favor of GObject.dispo (*)
03641a7... Replace gtk_container_get_children with GtkWidget APIs (*)
4d4a40b... Remove leftover GtkContainer APIs (*)
0dd120c... Remove shadow type (*)
c684c6b... Adapt to GtkImage API changes (*)
03f1d3f... Replace GtkBin by GtkBinLayout (*)
dcf20f7... Replace leftover GtkBin API usage (*)
83b0435... gs-application: Remove custom startup notification code (*)
696df18... Replace gtk_widget_get_toplevel() by gtk_widget_get_root() (*)
95b5d2e... gs-app-translation-dialog: Use gtk_show_uri() (*)
0523a1b... Replace custom key-press handler with shortcut action bindi (*)
ad653c7... Replace GtkEntry APIs with GtkEditable's counterparts (*)
98b58c3... Adapt to GtkWidget.size_allocate API changes (*)
86f2132... gs-description-box: Replace gtk_box_pack_start with gtk_box (*)
11bea90... gs-license-tile: Subclass GtkWidget (*)
ea00a65... gs-update-list: Subclass GtkWidget (*)
1f06802... common: Adapt to GtkScrolledWindow API changes (*)
c73b7d5... gs-screenshot-carousel: Subclass GtkWidget (*)
2076ffd... Use new GTK accessibility APIs (*)
ab83621... gs-feature-tile: Adapt to GtkLabel API changes (*)
41e86b7... gs-feature-tile: Override css_changed instead of style_upda (*)
cbbb83e... Rework event handling (*)
8842173... Use AdwWindowTitle for headerbar titles (*)
704c272... gs-info-bar: Subclass GtkWidget (*)
2a34fb2... gs-os-update-page: Don't use gtk_widget_show_all (*)
27a2d06... gs-os-update-page: Adapt to GtkBox API changes (*)
398720b... Adapt to GdkMonitor API changes (*)
377e563... gs-common: Replace gtk_dialog_run (*)
0109f65... Adapt to GtkButton API changes (*)
b0056ed... Drop GsPicture in favor of GtkPicture (*)
7006aa2... Drop GsRoundedBin (*)
d81b38a... Replace GtkWidget.draw by GtkWidget.snapshot (*)
da46cd2... Replace GTK_STYLE_CLASS_DIM_LABEL by "dim-label" (*)
ce0c113... gs-shell: Replace AdwSearchBar by GtkSearchBar (*)
fe0b63b... Replace AdwDeck by AdwLeaflet (*)
c1ccbe9... gs-summary-tile: Replace GtkWidget.get_preferred_width by G (*)
60f8b1f... Replace GDK_MOD1_MASK by GDK_ALT_MASK (*)
d440755... gs-shell: Drop accelerators in favor of shortcut action bin (*)
164a5c7... gs-shell: Use close-request instead of delete-event (*)
aa6a0ab... gs-removal-dialog: Subclass GtkDialog (*)
3451cc5... Replace GtkButtonBox by GtkBox (*)
ef233ce... Declare GtkStack pages with GtkStackPage (*)
973c11c... gs-shell: Declare AdwLeaflet pages with AdwLeafletPage (*)
f57d5a9... Replace left/right margin by start/end (*)
e3fcf9f... Remove "can_default" property (*)
c0d92d5... Use hhomogeneous and vhomogeneous in GtkStack (*)
17865f6... Replace AdwWindowHandle by GtkWindowHandle (*)
d7fa6ee... gs-star-image: Drop custom CSS code (*)
b2fb3e0... gs-featured-carousel: Remove 'clicked' signal (*)
38b0f43... Replace margin and border_width by margin-{top,bottom,start (*)
c82680e... Update to GtkIconSize changes (*)
2c8d0db... Use layout properties to set GtkGrid child position (*)
7d6bc99... Replace GtkButton.relief by GtkButton.has-frame (*)
6edfe18... gs-installed-page: Manually update sections (*)
30da94e... Replace GtkEventBox by AdwBin (*)
12ee32e... gs-common: Use GtkSpinner:spinning property (*)
6448343... Remove a lot of packing properties (*)
4c7e9d2... More dialog adjustments (*)
b58014b... Remove no-show-all and some other deprecated properties (*)
e096ca8... gs-shell: Cleanup primary menu image (*)
924371c... style: Adjust and cleanup CSS (*)
2e4573e... Expand some widgets (*)
22533f2... Adjust to GtkInfoBar buildable changes (*)
848806d... gs-summary-tile: Use a specialized layout manager to handle (*)
aa9970a... gs-feature-title: Use floats everywhere (*)
d26245c... Remove GSpell (*)
ab6f087... Properly unparent children of custom widgets (*)
b7ad09e... gs-shell: Switch to AdwViewStack (*)
4df2aea... Simplify some GtkButtons again (*)
cd7c1c5... gs-updates-section: Hide details label by default (*)
c21e30f... Expand lozenge children (*)
d42dbda... Flatten header bars (*)
3332c28... gs-description-box: Subclass GtkWidget (*)
f6643b9... gs-shell: Monitor search mode using the search bar (*)
a1b92d9... gs-shell: Use a copy of the search entry's text (*)
d259aa7... gs-search-page: Fix margins around page (*)
de22d07... gs-info-window: Port to GTK4 (*)
cf37d69... gs-details-page: Remove size allocation callbacks (*)
4f50f1f... editorconfig: Add style for UI files (*)
8c44413... gs-details-page: Simplify app bars (*)
eaba32f... Cleanup can-focus property (*)
40de1d5... Use gtk_list_box_append() (*)
8d18676... gs-app-addon-row: Update to GtkCheckButton API changes (*)
997ed00... data: Drop unused background image (*)
17cf4e3... Mark various list box rows as not focusable (*)
5a7e1f0... gs-app-context-bar: Fix description labels being bold (*)
35248e7... Set GtkViewport:scroll-to-focus consistently (*)
2e2f0f8... Merge branch 'gbsneto/gtk4' into 'main' (*)
1d133de... gs-search-page: Vertically align results at the top (*)
9aec0b3... gs-application: Don't destroy about dialog on response (*)
f158542... gs-shell: Properly destroy modal dialogs (*)
f6e68aa... gs-details-page: Improve translation infobar (*)
dca731f... gs-repo-row: Use GS_APP_QUIRK_COMPULSORY to recognize requi (*)
026218b... gs-plugin-provenance: Improve search speed in list of repos (*)
b5e3356... settings: Add 'required-repos' key (*)
d6b8b20... gs-plugin-provenance: Handle also 'required-repos' key (*)
8ddf0a2... gs-appstream: Fix a leak when iterating over XML nodes (*)
85d3c29... gs-appstream: Tidy up another iteration over nodes (*)
8b1c6e2... Merge branch '1479-repositories-settings-optional-repos-can (*)
bd16c59... Merge branch 'gbsneto/minor-stuff' into 'main' (*)
578c1c5... Merge branch 'leak-fix' into 'main' (*)
18f325c... Align listboxes to the top (*)
fe24475... Merge branch 'listbox-top' into 'main' (*)
61fa8e2... Drop visible=True from UI files (*)
f94d473... Merge branch 'simplify' into 'main' (*)
6d0d14a... Update Croatian translation (*)
f0f5400... gs-app-row: Hide the update size from the row (*)
1b4fbba... gs-app-row: Move the "install size" label below the applica (*)
db5ff7c... license-tile: Make it visible by default (*)
7c65c1b... Update Ukrainian translation (*)
7aea98c... Merge branch 'gbsneto/show-license-tile' into 'main' (*)
c2316dc... gs-common: Remove unused helper structure member (*)
e9341c1... gs-common: Destroy message dialog on response (*)
20ec671... Merge branch 'wip/mcrha/tweaks-gtk4' into 'main' (*)
1a32bd3... flatpak: Update remote appstream data when its filter chang (*)
e7369c5... gs-upgrade-banner: Initialize a g_autofree variable (*)
9d92571... Merge branch 'wip/mcrha/uninitialized-variable' into 'main' (*)
d8fb115... Merge branch 'wip/mcrha/flatpak-appstream-update' into 'mai (*)
2229520... style: Fix background of ‘Work’ category button (*)
895d1ca... gs-plugin-provenance: Set COMPULSORY quirk only on REPOSITO (*)
15c2018... Merge branch '1365-move-application-size-in-installed-app-r (*)
18ed673... Merge branch '1488-almost-all-installed-apps-are-now-displa (*)
999b6c8... gs-repos-dialog: Third-party repos section missing (*)
6675c06... Merge branch 'wip/mcrha/gs-repos-dialog-gtk4-3rdparty-secti (*)
2abc354... Merge branch 'work-category-button-css' into 'main' (*)
63bcc40... gs-odrs-provider: Create a GsApp instance in refresh only w (*)
059632c... tests: Introduce and use gs_test_init() (*)
2212ed7... Merge branch 'wip/mcrha/plugin-loader-self-test' into 'main (*)
ef22f38... Update Spanish translation (*)
6d60933... gs-plugin: Bind initialize/destroy to the GsPlugin lifetime (*)
b96bd0b... gs-plugin-appstream: Port to the new GsPlugin lifecycle (*)
924ed67... gs-plugin-generic-updates: Port to the new GsPlugin lifecyc (*)
861edb0... gs-plugin-hardcoded-blocklist: Port to the new GsPlugin lif (*)
753f801... gs-plugin-flatpak: Port to the new GsPlugin lifecycle (*)
652981a... gs-plugin-os-release: Port to the new GsPlugin lifecycle (*)
f761edb... gs-plugin-rpm-ostree: Port to the new GsPlugin lifecycle (*)
a0f3f09... gs-plugin-provenance: Port to the new GsPlugin lifecycle (*)
f8d2ee9... gs-plugin-hardcoded-popular: Port to the new GsPlugin lifec (*)
92e2880... gs-plugin-icons: Port to the new GsPlugin lifecycle (*)
8a3b4c8... gs-plugin-provenance-license: Port to the new GsPlugin life (*)
bba0074... gs-plugin-rewrite-resource: Port to the new GsPlugin lifecy (*)
fd1f351... gs-plugin-dpkg: Port to the new GsPlugin lifecycle (*)
e26e2b2... gs-plugin-dummy: Port to the new GsPlugin lifecycle (*)
f071f24... gs-plugin-fedora-langpacks: Port to the new GsPlugin lifecy (*)
eb15869... gs-plugin-fedora-pkgdb-collections: Port to the new GsPlugi (*)
143b676... gs-plugin-malcontent: Port to the new GsPlugin lifecycle (*)
70c1c93... gs-plugin-modalias: Port to the new GsPlugin lifecycle (*)
60e3829... gs-plugin-repos: Port to the new GsPlugin lifecycle (*)
beeb5a8... gs-plugin-systemd-updates: Port to the new GsPlugin lifecyc (*)
efc43af... gs-plugin-packagekit-refine-repos: Port to the new GsPlugin (*)
56dc1d2... gs-plugin-packagekit-refresh: Port to the new GsPlugin life (*)
bef2dae... gs-plugin-packagekit: Port to the new GsPlugin lifecycle (*)
b95dff2... gs-plugin-fwupd: Port to the new GsPlugin lifecycle (*)
5139e06... gs-plugin-eos-updater: Port to the new GsPlugin lifecycle (*)
9f8647a... gs-plugin-snap: Port to the new GsPlugin lifecycle (*)
109b435... gs-plugin: Drop gs_plugin_alloc_data() (*)
157bfc5... gs-plugin-dummy: Move setup out into a setup vfunc (*)
edcb109... Merge branch 'refactor-threads' into 'main' (*)
4170a98... gs-shell: Remove left-over function prototype declaration
01fa46e... gs-application: Introduce gs_application_refresh()
3b84924... gs-overview-page: Refresh the application after third-party
0bd589f... plugins: Refresh internal caches on repository enable/insta
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]