Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | trivial: One more desktop name change | Richard Hughes | 2015-06-29 | 1 | -0/+1 | |
| | ||||||
* | Search harder when using AS_ICON_LOAD_FLAG_SEARCH_SIZE | Richard Hughes | 2015-06-29 | 1 | -10/+15 | |
| | | | | Fixes https://github.com/hughsie/appstream-glib/issues/55 | |||||
* | trivial: Do not check the localstate dirs multiple times | Richard Hughes | 2015-06-29 | 1 | -4/+6 | |
| | ||||||
* | Don't crash when parsing a <release> with no description | Richard Hughes | 2015-06-29 | 1 | -0/+4 | |
| | | | | Fixes https://github.com/hughsie/appstream-glib/issues/54 | |||||
* | Do not duplicate <location> tags within a release | Richard Hughes | 2015-06-24 | 4 | -26/+57 | |
| | | | | This can happen if the AsApp objects are being merged during store load. | |||||
* | Sort multiple <icon> entries by name | Richard Hughes | 2015-06-24 | 2 | -3/+16 | |
| | | | | This keeps the logs consistent. | |||||
* | Add a 'mirror-local-firmware' command to appstream-util | Richard Hughes | 2015-06-24 | 1 | -0/+70 | |
| | | | | This allows us to mirror vendor-submitted firmware using the file hash. | |||||
* | trivial: Fix make check now all fonts have Addons/Fonts | Richard Hughes | 2015-06-22 | 1 | -0/+4 | |
| | ||||||
* | Update the SPDX licence list to v2.0 | Richard Hughes | 2015-06-22 | 2 | -18/+24 | |
| | ||||||
* | trivial: One more KDE app has renamed its AppID | Richard Hughes | 2015-06-22 | 1 | -0/+1 | |
| | ||||||
* | trivial: Ensure categories are subsumed with the app | Richard Hughes | 2015-06-17 | 1 | -0/+6 | |
| | ||||||
* | Look for all package names when incorporating metadata | Richard Hughes | 2015-06-17 | 3 | -1/+44 | |
| | ||||||
* | Remove the AppData veto when incorporating metadata | Richard Hughes | 2015-06-17 | 3 | -0/+33 | |
| | ||||||
* | Include <pkgname> when writing the ignored metadata | Richard Hughes | 2015-06-17 | 2 | -0/+5 | |
| | | | | This allows us to use it with incorporate if requried. | |||||
* | trivial: California is not GNOME Calendar | Richard Hughes | 2015-06-17 | 1 | -1/+0 | |
| | | | | Thanks to ebassi for noticing... | |||||
* | Add a 'compare' command to appstream-util | Richard Hughes | 2015-06-17 | 1 | -0/+70 | |
| | | | | This allows us to see easily what was added and removed between distro releases. | |||||
* | Also incorporate apps using the package name | Richard Hughes | 2015-06-17 | 1 | -1/+24 | |
| | | | | | This increases the chance of incorporation when the desktop ID has changed and the conversion data table has not been updated. | |||||
* | Allow getting an application from the store with an old desktop ID | Richard Hughes | 2015-06-17 | 4 | -1/+114 | |
| | | | | This is currently a harcoded table; I think this is the best we can do. | |||||
* | When building metadata with the use-fallback flag accept legacy icon names | Richard Hughes | 2015-06-16 | 1 | -1/+27 | |
| | ||||||
* | Add a flag to use non-optimal data sources when building metadata | Richard Hughes | 2015-06-16 | 5 | -5/+63 | |
| | | | | | This could be, for example, using the desktop GenericName in the place of Comment or <summary> for a one line summary. | |||||
* | trivial: Update the list of blacklisted applications | Richard Hughes | 2015-06-16 | 1 | -3/+3 | |
| | ||||||
* | Add a flag to relax the AppData Category=Settings requirement | Richard Hughes | 2015-06-16 | 3 | -4/+12 | |
| | ||||||
* | Add am 'incorporate' command to appstream-util | Richard Hughes | 2015-06-16 | 1 | -0/+92 | |
| | | | | | | This allows us to partially merge AppStream files, for instance subsuming data from one file into an other. This might be useful to populate a partially updated repository when additional data is available. | |||||
* | Add two flags to veto-ignore to relax the requirements for metadata | Richard Hughes | 2015-06-16 | 4 | -54/+77 | |
| | | | | This allows us to build better data for 'enterprise' distros. | |||||
* | trivial: Give an example for modifyrepo | Richard Hughes | 2015-06-08 | 1 | -1/+10 | |
| | ||||||
* | Merge pull request #50 from ximion/master | Richard Hughes | 2015-06-05 | 1 | -2/+0 | |
|\ | | | | | Fix autogen with latest Intltool | |||||
| * | Fix autogen with latest Intltool | Matthias Klumpp | 2015-06-05 | 1 | -2/+0 | |
|/ | | | | | Intlstool and Gettext don't like each other when both included in configure.ac | |||||
* | trivial: Fix up some set-but-not-used warnings from clang | Richard Hughes | 2015-05-28 | 1 | -4/+4 | |
| | ||||||
* | Fix a potential crash spotted by clang | Richard Hughes | 2015-05-28 | 1 | -0/+2 | |
| | ||||||
* | Fix a potential crash spotted by clang | Richard Hughes | 2015-05-28 | 1 | -1/+1 | |
| | ||||||
* | trivial: post release version bump | Richard Hughes | 2015-05-26 | 2 | -5/+5 | |
| | ||||||
* | Release version 0.4.0appstream_glib_0_4_0 | Richard Hughes | 2015-05-26 | 2 | -1/+26 | |
| | ||||||
* | Do not use the cache location when using install-origin with a DESTDIR | Richard Hughes | 2015-05-26 | 1 | -2/+5 | |
| | ||||||
* | Show a warning when the origin or basename isn't specified | Richard Hughes | 2015-05-22 | 1 | -4/+10 | |
| | ||||||
* | Version the builder plugin location | Richard Hughes | 2015-05-12 | 4 | -4/+13 | |
| | | | | | This ensures we can run the correct plugins when different builder versions are installed on the same system. | |||||
* | Have another go at fixing font previews | Richard Hughes | 2015-05-06 | 1 | -1/+6 | |
| | | | | | Ensure that default configuration and fonts are not loaded. See http://mces.blogspot.co.uk/2015/05/how-to-use-custom-application-fonts.html | |||||
* | Merge pull request #48 from pnemade/master | Richard Hughes | 2015-05-04 | 1 | -0/+18 | |
|\ | | | | | Add text icons and sample text for some languages | |||||
| * | Add text icons and sample text for some languages | Parag Nemade | 2015-05-04 | 1 | -0/+18 | |
|/ | ||||||
* | Fix exo-web-browser blacklist entry | Kalev Lember | 2015-04-29 | 1 | -1/+1 | |
| | ||||||
* | Detect recolorable symbolic icons | Richard Hughes | 2015-04-28 | 1 | -0/+6 | |
| | ||||||
* | Remove overzealous blacklisting entry | Richard Hughes | 2015-04-23 | 1 | -1/+0 | |
| | ||||||
* | trivial: Set the catalog basename as additional metadata | Richard Hughes | 2015-04-22 | 1 | -0/+6 | |
| | ||||||
* | trivial: Convert the porting document to markdown | Richard Hughes | 2015-04-14 | 2 | -12/+4 | |
| | ||||||
* | Check for duplicate screenshots when adding fonts | Richard Hughes | 2015-04-13 | 1 | -0/+23 | |
| | ||||||
* | trivial: Never attempt to mirror generated screenshots | Richard Hughes | 2015-04-13 | 1 | -3/+4 | |
| | | | | We assume they are in the correct place already. | |||||
* | Use the sanitized font filename as the cache-id | Richard Hughes | 2015-04-10 | 2 | -6/+16 | |
| | | | | | Using the application-id means that multiple fonts packaged up in the same file accidentally use the cached image of the first font. | |||||
* | trivial: post-branch version bump | Richard Hughes | 2015-04-10 | 2 | -5/+5 | |
| | ||||||
* | Fix a crash for an invalid AppData file | Richard Hughes | 2015-04-09 | 1 | -2/+8 | |
| | | | | | If an appdata file has a <description> without any valid markup, we can end up crashing when trying to parse the child nodes. | |||||
* | Do not strip out the source screenshot when using mirror-screenshots --nonet | Richard Hughes | 2015-04-07 | 1 | -20/+16 | |
| | | | | | We might want to process the output to download the screenshots locally for the next metadata build. | |||||
* | Remove the batch output option from the builder | Richard Hughes | 2015-04-07 | 9 | -603/+7 | |
| | | | | | This removes the panel, which does not work well when the console is not a real onsole, which is typical in most cases where the builder is being run. |