Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-05 | release: 0.200.20 | Vincent Untz | 1 | -0/+11 | |
2012-03-02 | validate: Cleanup previous commit | Vincent Untz | 1 | -73/+102 | |
One small fix worth mentioning is that we don't consider seeing an Exec key in an action group as having seen an Exec key in the main group. | |||||
2012-03-02 | validate: Validate Desktop Actions | Giovanni Campagna | 1 | -43/+136 | |
Destkop Actions were recently reintroduced in the specification, with full specification of semantics and allowed keys. Previously the validator would allow and ignore any desktop action description, now it requires them to be compliant. | |||||
2012-02-22 | build: Update git.mk and ignore generated tarballs | Vincent Untz | 2 | -9/+20 | |
2012-02-22 | build: Generate ChangeLog on make dist | Vincent Untz | 1 | -0/+13 | |
2012-01-24 | Add MATE and Razor to list of registered environments | Vincent Untz | 1 | -1/+1 | |
See http://lists.freedesktop.org/archives/xdg/2012-January/012250.html | |||||
2012-01-12 | validate: Handle list of locale strings in fixup too | Matthias Clasen | 1 | -26/+51 | |
https://bugs.freedesktop.org/show_bug.cgi?id=44098 | |||||
2011-12-20 | release: post-release bump to 0.20 | Vincent Untz | 1 | -1/+1 | |
2011-12-20 | release: 0.19DESKTOP_FILE_UTILS_0_19 | Vincent Untz | 1 | -0/+31 | |
2011-12-20 | build: Fix distcheck | Vincent Untz | 1 | -0/+2 | |
2011-12-20 | build: Create xz tarballs | Vincent Untz | 1 | -1/+1 | |
2011-12-19 | validate: Add support for updated Keywords key | Vincent Untz | 1 | -49/+131 | |
This is not a KDE-specific key anymore, but a list of locale strings. | |||||
2011-12-15 | update-desktop-database: Ignore desktop files with Hidden=true | Vincent Untz | 1 | -0/+7 | |
Those desktop files should be considered as non-existent, according to the spec. https://bugs.freedesktop.org/show_bug.cgi?id=31099 | |||||
2011-12-14 | man: Install a desktop-file-edit man page | Vincent Untz | 1 | -0/+9 | |
It's actually just a symlink to the desktop-file-install one. | |||||
2011-12-14 | man: Update manual for desktop-file-install/desktop-file-edit changes | Vincent Untz | 2 | -20/+76 | |
2011-12-14 | install: Look at RPM_BUILD_ROOT to know where to install desktop files | Vincent Untz | 1 | -1/+6 | |
If the default directory to install desktop files is used, then look at the RPM_BUILD_ROOT environment variable in case a package is being built to correctly install the .desktop file. | |||||
2011-12-14 | install: Add hidden --edit-mode to force edit mode | Vincent Untz | 1 | -0/+9 | |
This helps the developer test the mode without installing :-) | |||||
2011-12-14 | keyfileutils: Do not pretend we can save to URI | Vincent Untz | 3 | -10/+7 | |
This is just wrong, and breaks saving to relative paths in edit mode. | |||||
2011-12-14 | install: Add an edit mode | Vincent Untz | 1 | -62/+97 | |
This mode is used when the program is called as desktop-file-edit. In this mode, we just allow inline editing of one .desktop file. | |||||
2011-12-14 | build: Create a desktop-file-edit symlink to desktop-file-install | Vincent Untz | 2 | -0/+10 | |
2011-12-14 | install: Use "process" instead of "install" in messages | Vincent Untz | 1 | -2/+2 | |
This makes the tool feel a bit less install-specific. | |||||
2011-12-14 | install: Move the install command line options to an option group | Vincent Untz | 1 | -15/+25 | |
They're usually not needed as the default behavior is fine. | |||||
2011-12-14 | keyfileutils: Also copy translations when copying a key | Vincent Untz | 1 | -7/+55 | |
We of course don't do that if we're dealing with keys that are localized keys. | |||||
2011-12-14 | keyfileutils: Drop unneeded check | Vincent Untz | 1 | -4/+0 | |
2011-12-14 | install: Remove localized keys when setting/removing a key | Vincent Untz | 3 | -0/+35 | |
If we set a key to a new value, then clearly, the translations are outdated and should be removed. If we remove a key, then the intention is to also remove the translations. | |||||
2011-12-14 | install: Add --set-key/--set-value options to set an arbitrary key | Vincent Untz | 1 | -3/+101 | |
Also move the reversal of the edit_actions list to a post-parsing hook. | |||||
2011-12-14 | install: Move options around | Vincent Untz | 1 | -36/+36 | |
The new order in --help-edit makes more sense. | |||||
2011-12-14 | install: Add options to set Name, GenericName, Comment, Icon keys | Vincent Untz | 1 | -0/+69 | |
2011-12-14 | install: Add --add-not-show-in/--remove-not-show-in options | Vincent Untz | 1 | -0/+30 | |
2011-12-14 | install: Also handle --copy-generic-name-to-name & friends ordered | Vincent Untz | 1 | -25/+28 | |
This is important for this to work correctly: --remove-key GenericName --copy-generic-name-to-name | |||||
2011-12-14 | install: Respect order of edit options | Vincent Untz | 1 | -51/+81 | |
We want to support cases like: --remove-key Categories --add-category AudioVideo Until now, we were not keeping the order of edit options and this resulted in removing keys before editing lists (which is wrong for the case above). In general, people expect the order of their edit options to be respected. | |||||
2011-12-14 | install: Split parsing of install & edit options | Vincent Untz | 1 | -65/+92 | |
2011-12-14 | Fix build by adding forgotten ',' | Vincent Untz | 1 | -1/+1 | |
2011-10-19 | Mark all zz-application/* MIME types as aliases | Vincent Untz | 1 | -13/+11 | |
Even popular zz-application/* MIME types (like zz-application/zz-winassoc-doc) should actually just be used as aliases to the real valid MIME types. This needs some fixes to shared-mime-info so that it knows about the aliases, but it's the right thing to do. | |||||
2011-10-19 | Deal with various zz-application/zz-winassoc-XXX mime types | Hans de Goede | 1 | -2/+14 | |
zz-application is not a valid media type, but unfortunately there are quite a few mime types out there in the form of zz-application/zz-winassoc-XXX This patch makes mimeutils deal with these in 2 different ways: 1) For the "popular" ones (doc and xls) simply accept them 2) For the others, advice the standard mime type for these files https://bugs.freedesktop.org/show_bug.cgi?id=41286 | |||||
2011-06-14 | build: Modernize build system a bit | Vincent Untz | 3 | -13/+3 | |
Do not use libtool as there's nothing needing it. Use the tar-ustar option for AM_INIT_AUTOMAKE for better tarballs. Correctly use ACLOCAL_FLAGS in Makefile.am instead of configure.ac. Do not use AM_MAINTAINER_MODE as it is not recommended by automake developers. Do not use AC_ISC_POSIX nor AC_HEADER_STDC as they shouldn't be needed on modern systems. | |||||
2011-03-31 | Add Unity to list of registered environments | Vincent Untz | 1 | -1/+1 | |
See http://lists.freedesktop.org/archives/xdg/2011-March/011856.html | |||||
2011-01-13 | release: post-release bump to 0.19 | Vincent Untz | 1 | -1/+1 | |
2011-01-13 | release: 0.18DESKTOP_FILE_UTILS_0_18 | Vincent Untz | 1 | -0/+15 | |
2010-10-09 | build: Update git.mk from pango | Vincent Untz | 1 | -1/+10 | |
2010-10-05 | Accept x-scheme-handler/* mime types | Vincent Untz | 1 | -1/+1 | |
This will be used by desktops to know which applications can handle a URI scheme. | |||||
2010-09-20 | man: Fix title of update-desktop-database man page | Vincent Untz | 1 | -1/+1 | |
2010-09-20 | build: Update all Makefile.am to more recent standards | Vincent Untz | 2 | -9/+9 | |
2010-09-20 | misc: Update instructions for commit messages | Vincent Untz | 1 | -5/+8 | |
We're switching to "tag:" instead of "[tag]". | |||||
2010-09-10 | Sort mime types alphabetically in update-desktop-database cache | Vincent Untz | 1 | -1/+10 | |
This makes the cache easier to read, in case some people want to take a look. | |||||
2010-09-10 | Update README to stop saying there's no doc | Vincent Untz | 1 | -2/+1 | |
2010-09-10 | [release] post-release bump to 0.18 | Vincent Untz | 1 | -1/+1 | |
2010-09-10 | [release] 0.17DESKTOP_FILE_UTILS_0_17 | Vincent Untz | 1 | -0/+18 | |
2010-09-10 | Add man pages | Vincent Untz | 6 | -2/+240 | |
2010-09-10 | Rework help of all tools | Vincent Untz | 3 | -67/+69 | |
Some text was reworded, and the options were re-ordered. |