Merge lp://qastaging/~l3on/ubuntu-themes/gnome-shell-fixes into lp://qastaging/ubuntu-themes
Status: | Needs review |
---|---|
Proposed branch: | lp://qastaging/~l3on/ubuntu-themes/gnome-shell-fixes |
Merge into: | lp://qastaging/ubuntu-themes |
Diff against target: |
6151 lines (+1939/-874) 23 files modified
Ambiance/gtk-3.0/apps/gnome-applications.css (+30/-10) Ambiance/gtk-3.0/apps/gnome-panel.css (+5/-1) Ambiance/gtk-3.0/apps/gnome-terminal.css (+4/-2) Ambiance/gtk-3.0/apps/nautilus.css (+6/-2) Ambiance/gtk-3.0/apps/unity-greeter.css (+8/-2) Ambiance/gtk-3.0/apps/unity.css (+21/-14) Ambiance/gtk-3.0/gtk-main.css (+4/-0) Ambiance/gtk-3.0/gtk-widgets-assets.css (+225/-34) Ambiance/gtk-3.0/gtk-widgets-borders.css (+71/-24) Ambiance/gtk-3.0/gtk-widgets.css (+530/-217) Ambiance/metacity-1/metacity-theme-1.xml (+21/-137) Radiance/gtk-3.0/apps/gnome-panel.css (+5/-1) Radiance/gtk-3.0/apps/nautilus.css (+6/-2) Radiance/gtk-3.0/apps/unity.css (+10/-2) Radiance/gtk-3.0/gtk-main.css (+4/-0) Radiance/gtk-3.0/gtk-widgets-assets-radiance.css (+15/-5) Radiance/gtk-3.0/gtk-widgets-assets.css (+222/-35) Radiance/gtk-3.0/gtk-widgets-backdrop.css (+105/-12) Radiance/gtk-3.0/gtk-widgets-borders-radiance.css (+16/-4) Radiance/gtk-3.0/gtk-widgets-borders.css (+71/-24) Radiance/gtk-3.0/gtk-widgets-radiance.css (+13/-1) Radiance/gtk-3.0/gtk-widgets.css (+529/-215) Radiance/metacity-1/metacity-theme-1.xml (+18/-130) |
To merge this branch: | bzr merge lp://qastaging/~l3on/ubuntu-themes/gnome-shell-fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alberts Muktupāvels (community) | Needs Fixing | ||
Lars Karlitski | Pending | ||
Ubuntu Artwork Packagers | Pending | ||
Review via email: mp+214003@code.qastaging.launchpad.net |
Description of the change
Hi all,
in gnome-shell applications using gtk3 windows (like nautilus, gnome-tweak-tools and many more)
are not resizeable.
A bug report is here: https:/
It seems adding some margin on .window-frame fixes resize issue.
I have also added a shadow on gtk-3 windows and a border-radius (with padding) on headbars.
Unmerged revisions
- 417. By Leo Iannacone
-
reset transition over popover menuitem
- 416. By Leo Iannacone
-
only link buttons needs this
- 415. By Leo Iannacone
-
a bit of .app-notification style
- 414. By Leo Iannacone
-
better support to linked buttons
- 413. By Leo Iannacone
-
better support to link buttons
- 412. By Leo Iannacone
-
fix spinner - code from Adwaita 3.14
- 411. By Leo Iannacone
-
check and radio buttons in Gtk 3.14 want assets as -gtk-icon-source rather than a background-image
- 410. By Leo Iannacone
-
Add support to button.flat
- 409. By Leo Iannacone
-
Fix row-buttons:
backdrop: hover - 408. By Leo Iannacone
-
experimental transition effect with buttons
I've given to this a first look and it seems very good...
However, in order to match the unity defined shadows you should use this:
.window-frame {
border-radius: 10px 10px 0 0;
box-shadow: 2px 10px 30px @window_shadow;
/* this is used for the resize cursor area */
margin: 10px;
}
.window- frame:backdrop { shadow_ inactive;
box-shadow: 2px 10px 25px @window_
}
Then, we've a problem... At least in unity: what in unity is a toolbar, using this theme becomes an headerbar and thus here it looks like we've two headers, which is something we can't go with.
So, I'm not sure weather it's the case of fixing nautilus or adding some special theming for Nautilus. I've noticed that using the Adwaita theme this problem doesn't happen here.