| Age | Commit message (Collapse) | Author |
|
Provide a development variant of the app icon
See https://gitlab.gnome.org/GNOME/Initiatives/issues/12
for more info.
|
|
- further address the scaling sharpness
https://gitlab.gnome.org/GNOME/nautilus/issues/743
|
|
- imrpove the grid fit of the shapes. Primary sizes are 128, 64 and 32,
but we render at 96 in the shell in many places.
This isn't perfect and we're probably be better off sticking to 128
in the shell, but it is less fuzzy.
Adresses issue #743
|
|
|
|
This reverts commit efef783dbd95e875d4db5e72c438eb2457713b19
|
|
This reverts commit be862db092aaa9e60bb3b958c19951dbcbd8c604
|
|
- GNOME 3.32 redesign of app icons.
See https://gitlab.gnome.org/GNOME/Initiatives/issues/2
for more info.
/label ~"9. Initiative: AppIconRedesign"
|
|
This commit does the following:
* Canonicalize the style:
* Use two-space indentations.
* Un-Autotools-ify option names.
* Don’t align arguments, simply increase indentation.
* Don’t add a space before opening parenthesis in calls.
* Remove unused variables.
* Remove unused dependencies.
* Remove config.h.meson.
* Optimize dependencies.
* Use disabler functionality for libselinux dependency, to save lines.
|
|
We’re moving to Meson this cycle, so this is losing some deadweight.
https://bugzilla.gnome.org/show_bug.cgi?id=780366
|
|
Since it’s 2017 already, Nautilus should use a build system that doesn’t
take longer to set up the build than it takes to actually build. An
observed build time using Ninja of roughly one-fifth of what it took
Autotools is more than reason enough to add support for Meson. Along
with that, this commit adds a convenience script to generate a tarball
for releases, since we use libgd as a submodule and Meson does not
handle source distributions.
https://bugzilla.gnome.org/show_bug.cgi?id=778167
|
|
This commit removes git.mk and adds hand-written gitignore files. That
is needed to ignore build/, which is the directory of choice for Meson
builds.
https://bugzilla.gnome.org/show_bug.cgi?id=778167
|
|
It's blue now, there won't never be enough blue icons.
|
|
- work around the issue in Inkscape. For more information, see
https://bugs.launchpad.net/inkscape/+bug/1651436
|
|
Part of the Adwaita fullcolor refresh.
- 512x512px for highres
- less shine
- flatter
|
|
The Automake file for icons was missing the 256x256 icon. This commit
includes it in the data file list.
https://bugzilla.gnome.org/show_bug.cgi?id=770145
|
|
Instead of using a themed icon.
This is necessary for flatpak Nautilus properly.
Patch made mostly by Mathieu Bridon and help of Patrick Griffis.
Thanks a lot!
|
|
This reverts commit eff30bcf53daa6f90c70dfb7c495244a3bd612aa.
|
|
Instead of using a themed icon.
This is necessary for flatpak Nautilus properly.
|
|
|
|
2009-01-28 Cosimo Cecchi <cosimoc@gnome.org>
* data/icons/*:
Bring icon handling to the 21th century.
Add an emblem-note icon, this is copied from g-i-t "stock_note"
icon right now, but we might change this later.
* src/nautilus-application.c: (nautilus_application_init):
add a lookup path for custom themable icons.
This also fixes bug #569407. Thanks to Lapo Calamandrei for
the tips on icon naming.
svn path=/trunk/; revision=14891
|
|
2008-01-10 Luca Ferretti <elle.uca@libero.it>
* data/icons/16x16/apps/Makefile.am:
* data/icons/22x22/apps/Makefile.am:
* data/icons/24x24/apps/Makefile.am:
* data/icons/32x32/apps/Makefile.am:
* data/icons/scalable/apps/Makefile.am:
Run gtk-update-icon-cache one one when exiting from
icons directory. Not needed to repeat it 5 times.
svn path=/trunk/; revision=13584
|
|
2008-01-10 Luca Ferretti <elle.uca@libero.it>
* configure.in:
* data/Makefile.am:
* data/icons/*:
* icons/Makefile.am:
* icons/appicon/*:
Move "nautilus" named icon from icon/appicon to data/icons
matching the directory and naming structure of other GNOME
projects.
This will also help if we'll need to add custom themeable
icons.
svn path=/trunk/; revision=13583
|