summaryrefslogtreecommitdiff
path: root/data/icons
AgeCommit message (Collapse)Author
2019-10-13icon: create a nightly app iconJakub Steiner
Provide a development variant of the app icon See https://gitlab.gnome.org/GNOME/Initiatives/issues/12 for more info.
2018-11-21icon: legibility/style tweaksJakub Steiner
- further address the scaling sharpness https://gitlab.gnome.org/GNOME/nautilus/issues/743
2018-11-13icon: improve grid fitJakub Steiner
- 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
2018-10-19App icon: update colors and shape to latest guidelinesTobias Bernard
2018-09-14Revert "Revert "icon: update app icon""Carlos Soriano
This reverts commit efef783dbd95e875d4db5e72c438eb2457713b19
2018-09-14Revert "icon: update app icon"Carlos Soriano
This reverts commit be862db092aaa9e60bb3b958c19951dbcbd8c604
2018-09-13icon: update app iconJakub Steiner
- GNOME 3.32 redesign of app icons. See https://gitlab.gnome.org/GNOME/Initiatives/issues/2 for more info. /label ~"9. Initiative: AppIconRedesign"
2018-01-02build: general cleanupsErnestas Kulik
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.
2017-03-22autotools: kill itErnestas Kulik
We’re moving to Meson this cycle, so this is losing some deadweight. https://bugzilla.gnome.org/show_bug.cgi?id=780366
2017-02-24general: add support for MesonErnestas Kulik
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
2017-02-24general: drop git.mkErnestas Kulik
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
2016-12-31icon: refresh the fullcolor app iconLapo Calamandrei
It's blue now, there won't never be enough blue icons.
2016-12-20icon: fix misrenderingJakub Steiner
- work around the issue in Inkscape. For more information, see https://bugs.launchpad.net/inkscape/+bug/1651436
2016-12-15icon: updated app iconJakub Steiner
Part of the Adwaita fullcolor refresh. - 512x512px for highres - less shine - flatter
2016-08-19data/icons/Makefile.am: include 256x256 iconErnestas Kulik
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
2016-08-19general: move the Nautilus icon to the source treeCarlos Soriano
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!
2016-08-18Revert "general: move the Nautilus icon to the source tree"Carlos Soriano
This reverts commit eff30bcf53daa6f90c70dfb7c495244a3bd612aa.
2016-08-18general: move the Nautilus icon to the source treeCarlos Soriano
Instead of using a themed icon. This is necessary for flatpak Nautilus properly.
2012-09-11Remove obsolete app iconsWilliam Jon McCann
2009-01-28Bring icon handling to the 21th century. Add an emblem-note icon, this isCosimo Cecchi
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-10Run gtk-update-icon-cache one one when exiting from icons directory. NotLuca Ferretti
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-10Move "nautilus" named icon from icon/appicon to data/icons matching theLuca Ferretti
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