6928dd2 Rebase to latest master branch & latest proposed GNOME 3.36 patches

Authored and Committed by Mike DePaulo 4 years ago
39 files changed. 1675 lines added. 96 lines removed.
.gitignore
file modified
+1 -0
0001-general-Update-to-gnome-shell-3.36-code-with-more-ac.patch
file modified
+10 -10
0002-general-Use-Clutter.ActorAlign-to-set-alignments.patch
file modified
+9 -10
0003-docking-Ensure-that-all-the-slider-children-are-prop.patch
file modified
+12 -11
0004-dash-Use-clutter-alignment-to-ensure-we-properly-arr.patch
file added
+30
0005-dash-Properly-respect-RTL-layout-applying-the-right-.patch0004-dash-Properly-respect-RTL-layout-applying-the-right-.patch
file renamed
+6 -6
0006-metadata-Set-extension-compatible-with-shell-3.36-on.patch0005-metadata-Set-extension-compatible-with-shell-3.36-on.patch
file renamed
+3 -3
0007-utils-Use-more-ES6-compliant-code-to-override-calls.patch0006-utils-Use-more-ES6-compliant-code-to-override-calls.patch
file renamed
+3 -3
0008-windowPreview-Only-hide-the-close-button-if-no-entry.patch0007-windowPreview-Only-hide-the-close-button-if-no-entry.patch
file renamed
+3 -3
0009-appIcons-windowPreview-Use-vfunc-instead-of-signals.patch0008-appIcons-windowPreview-Use-vfunc-instead-of-signals.patch
file renamed
+3 -3
0010-docking-Remove-unused-value.patch0009-docking-Remove-unused-value.patch
file renamed
+6 -6
0011-dash-docking-Don-t-use-the-_delegate-pattern.patch0010-dash-docking-Don-t-use-the-_delegate-pattern.patch
file renamed
+14 -14
0012-dash-Reuse-as-much-as-possible-upstream-code.patch0011-dash-Reuse-as-much-as-possible-upstream-code.patch
file renamed
+9 -9
0013-appIconIndicators-Make-the-count-badge-text-size-rel.patch0012-appIconIndicators-Make-the-count-badge-text-size-rel.patch
file renamed
+3 -3
0014-dash-Sync-some-more-to-the-upstream-cleanups.patch
file added
+45
0015-docking-Properly-replace-default-dash-in-all-modes.patch
file added
+180
0016-docking-Don-t-sync-overview-s-iconSize-anymore.patch
file added
+57
0017-docking-Reset-old-dash-changes-if-something-changes-.patch
file added
+72
0018-docking-Cleanup-the-docks-destruction-code.patch
file added
+30
0019-docking-Use-parent-vfunc-results-to-get-slider-conta.patch
file added
+35
0020-docking-Add-mainDock-property-to-DockManager-and-use.patch
file added
+65
0021-docking-Don-t-pass-allDocks-to-every-child.patch
file added
+104
0022-docking-Ignore-key-repeat.patch
file added
+36
0023-fileManager1API-Use-a-cancellable-to-stop-proxy-crea.patch
file added
+48
0024-dash-Cleanup-preferred-width-height-vfuncs-reusing-u.patch
file added
+69
0025-dash-Get-content-box-from-the-themeNode.patch
file added
+28
0026-dash-Some-code-cleanups-to-match-Upstream-code-bette.patch
file added
+35
0027-appIcons-Redirect-events-from-the-showAppIcon-toggle.patch
file added
+91
0028-general-Don-t-use-Gtk-enum-definitions-for-St-widget.patch
file added
+134
0029-docking-Apply-the-height-width-dash-constraint-after.patch
file added
+54
0030-docking-Delay-toggling-to-group-multiple-requests.patch
file added
+53
0031-docking-Consider-theming-when-computing-the-sliderCo.patch
file added
+34
0032-docking-Reimplement-Clutter.BindConstraint-to-bind-t.patch
file added
+76
0033-docking-Replace-the-dashSpacer-instance-in-default-c.patch
file added
+45
0034-docking-Make-sure-we-don-t-send-the-overview-offscre.patch
file added
+94
0035-launcherAPI-Actually-keep-track-of-the-unity-bus-ID-.patch
file added
+31
0036-docking-Completely-replace-upstream-dash-spacer-only.patch
file added
+104
gnome-shell-extension-dash-to-dock.spec
file modified
+42 -14
sources
file modified
+1 -1
    Rebase to latest master branch & latest proposed GNOME 3.36 patches
    
    Rebase to master branch as of 2020-03-23
    Use latest proposed patches (36 total) for GNOME 3.36 compatibility
    (rhbz: #1794889)
    
        
  • Build completed
    success
    Built as gnome-shell-extension-dash-to-dock-67-6.20200323git70f1db8.fc32
    4 years ago
  • Build completed
    success
    Built as gnome-shell-extension-dash-to-dock-67-6.20200323git70f1db8.fc33
    4 years ago
file modified
+1 -0
0005-dash-Properly-respect-RTL-layout-applying-the-right-.patch 0004-dash-Properly-respect-RTL-layout-applying-the-right-.patch
file renamed
+6 -6
0006-metadata-Set-extension-compatible-with-shell-3.36-on.patch 0005-metadata-Set-extension-compatible-with-shell-3.36-on.patch
file renamed
+3 -3
0007-utils-Use-more-ES6-compliant-code-to-override-calls.patch 0006-utils-Use-more-ES6-compliant-code-to-override-calls.patch
file renamed
+3 -3
0008-windowPreview-Only-hide-the-close-button-if-no-entry.patch 0007-windowPreview-Only-hide-the-close-button-if-no-entry.patch
file renamed
+3 -3
0009-appIcons-windowPreview-Use-vfunc-instead-of-signals.patch 0008-appIcons-windowPreview-Use-vfunc-instead-of-signals.patch
file renamed
+3 -3
0010-docking-Remove-unused-value.patch 0009-docking-Remove-unused-value.patch
file renamed
+6 -6
0011-dash-docking-Don-t-use-the-_delegate-pattern.patch 0010-dash-docking-Don-t-use-the-_delegate-pattern.patch
file renamed
+14 -14
0012-dash-Reuse-as-much-as-possible-upstream-code.patch 0011-dash-Reuse-as-much-as-possible-upstream-code.patch
file renamed
+9 -9
0013-appIconIndicators-Make-the-count-badge-text-size-rel.patch 0012-appIconIndicators-Make-the-count-badge-text-size-rel.patch
file renamed
+3 -3
file modified
+1 -1