Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory fusiondirectory
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 33
    • Issues 33
    • List
    • Boards
    • Service Desk
    • Milestones
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectoryfusiondirectory
  • Issues
  • #2926
Closed
Open
Issue created Jan 06, 2014 by bmortier@bmortierMaintainer

We should use freedesktop Icon Theme Specification

We should use:

  • http://standards.freedesktop.org/icon-theme-spec/icon-theme-spec-latest.html
  • http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html

Saddly it seems there is no PHP library or extension allowing to use this easily.

It would allow us to directly use an icon theme like tango or doxygen, and it would allow users to easily use an icon theme they like.

(from redmine: issue id 2926, created on 2014-01-06, closed on 2014-04-22)

  • Relations:
    • relates #2936
    • relates #3156
    • copied_to #2937
    • copied_to #3233
  • Changesets:
    • Revision 1b2e4b12 by Côme Chilliet on 2014-01-08T17:39:22.000Z:
Fixes: #2926 First icon theme spec implementation
  • Revision 2be7b545 by Côme Chilliet on 2014-01-08T17:39:32.000Z:
Fixes: #2926 Using more and more icon naming spec
  • Revision 09825b8a by Côme Chilliet on 2014-01-09T15:36:49.000Z:
Fixes: #2926 Added an icon fallback tree
  • Revision e0d52a54 by Côme Chilliet on 2014-01-09T15:37:04.000Z:
Fixes: #2926 geticon.php know handle greyscaling
  • Revision f8525ac3 by Côme Chilliet on 2014-01-09T15:59:52.000Z:
Fixes: #2926 First icon theme spec implementation
  • Revision 315e43fa by Côme Chilliet on 2014-01-09T16:01:27.000Z:
Fixes: #2926 Using more and more icon naming spec
  • Revision 1800085c by Côme Chilliet on 2014-01-09T16:13:20.000Z:
Fixes: #2926 Added an icon fallback tree
  • Revision c683562a by Côme Chilliet on 2014-01-09T16:13:49.000Z:
Fixes: #2926 geticon.php know handle greyscaling
  • Revision 23bedee5 by Côme Chilliet on 2014-01-13T16:43:01.000Z:
Fixes: #2926 Using IconTheme more and more
  • Revision 74b017fd by Côme Chilliet on 2014-01-14T09:33:30.000Z:
Fixes: #2926 replaced hardlinks by symlinks
  • Revision 004721ed by Côme Chilliet on 2014-01-14T09:43:39.000Z:
Fixes: #2926 Added missing devices section to index.theme
  • Revision e7275f47 by Côme Chilliet on 2014-01-14T13:44:31.000Z:
Fixes: #2926 Using new icons
  • Revision f6af2dda by Côme Chilliet on 2014-01-14T16:11:44.000Z:
Fixes: #2926 Fixing icons
  • Revision d576560e by Côme Chilliet on 2014-01-14T18:04:39.000Z:
Fixes: #2926 Using IconTheme more and more
  • Revision 8744b030 by Côme Chilliet on 2014-01-14T18:05:11.000Z:
Fixes: #2926 replaced hardlinks by symlinks
  • Revision d1624205 by Côme Chilliet on 2014-01-14T18:05:43.000Z:
Fixes: #2926 Added missing devices section to index.theme
  • Revision eb3c7108 by Côme Chilliet on 2014-01-14T18:06:45.000Z:
Fixes: #2926 Using new icons
  • Revision cf5d6d7c by Côme Chilliet on 2014-01-15T10:45:16.000Z:
Fixes: #2926 Removing a lot of useless icons, fixing icon paths in core
  • Revision 96a6b80b by Côme Chilliet on 2014-01-22T16:31:47.000Z:
Fixes: #2926 New icons for mail, samba and apache
  • Revision 46c02770 by Côme Chilliet on 2014-01-22T16:37:16.000Z:
Fixes: #2926 New icons for mail, samba and apache
  • Revision 6c05ead3 by Côme Chilliet on 2014-01-23T07:53:37.000Z:
Fixes: #2926 Removing a lot of useless icons, fixing icon paths in core
  • Revision b496b8ab by Côme Chilliet on 2014-01-30T16:47:26.000Z:
Fixes: #2926 Disabled the closest size fallback as it was messing up with the fallback system
  • Revision 56ed39e8 by Côme Chilliet on 2014-01-30T16:47:43.000Z:
Fixes: #2926 Disabled the closest size fallback as it was messing up with the fallback system
  • Revision 899e77c4 by Côme Chilliet on 2014-03-18T14:41:25.000Z:
Fixes #2926 Added missing fallbacks for user-info
  • Revision 1f30bdab by Côme Chilliet on 2014-06-18T09:43:23.000Z:
Fixes #2926 Added missing fallbacks for user-info
  • Revision bb17e42f by Côme Chilliet on 2014-06-19T17:58:26.000Z:
Fixes: #2926 Fixing icons
  • Uploads:
    • 0001-Fixes-2926-First-icon-theme-spec-implementation.patch
    • 0002-Fixes-2926-Using-more-and-more-icon-naming-spec.patch
    • 0003-Fixes-2926-Added-an-icon-fallback-tree.patch
    • 0004-Fixes-2926-geticon.php-know-handle-greyscaling.patch
    • 0005-Fixes-2926-Using-IconTheme-more-and-more.patch
    • 0006-Fixes-2926-replaced-hardlinks-by-symlinks.patch
    • 0007-Fixes-2926-Added-missing-devices-section-to-index.th.patch
    • 0008-Fixes-2926-Using-new-icons.patch
    • 0009-Fixes-2926-Fixing-icons.patch
    • 00010-Do-not-cache-images-from-fallback-theme-when-no-conf.patch
    • 00011-Fixes-2926-Removing-a-lot-of-useless-icons-fixing-ic.patch
    • 00012-Fixes-2926-New-icons-for-mail-samba-and-apache.patch
    • 00013-Fixes-2926-Disabled-the-closest-size-fallback-as-it-.patch
    • 00014-Fixes-2926-Added-missing-fallbacks-for-user-info.patch
Assignee
Assign to
Time tracking