summaryrefslogtreecommitdiff
path: root/libappstream-builder/plugins/asb-plugin-desktop.c
Commit message (Expand)AuthorAgeFilesLines
* Use the SPDX-License-Identifier in all source filesRichard Hughes2019-02-091-15/+1
* trivial: Fix font generation regression in appstream-builderRichard Hughes2018-05-251-9/+0
* Convert local icons found in metainfo fileswip/hughsie/icons-in-metainfoRichard Hughes2018-05-031-160/+2
* Use the launchable to find the desktop filename when using appstream-builderRichard Hughes2018-05-021-1/+13
* Always resize AppStream icons to fit the destination sizeRichard Hughes2018-03-091-1/+1
* Show a warning if a desktop file is not found when requiredRichard Hughes2017-03-151-0/+12
* trivial: Fix building AppStream metadata when using local filesRichard Hughes2016-09-151-3/+11
* Convert the built unknown icons to the correct kind depending on the actionRichard Hughes2016-09-051-0/+10
* Allow subsuming each property individuallyRichard Hughes2016-08-091-1/+3
* trivial: Get rid of useless internal-only gtk-doc markupRichard Hughes2016-06-281-18/+0
* Only load supported icon kinds when using appstream-composeRichard Hughes2016-01-221-29/+9
* Add as_image_load_filename_full()Richard Hughes2016-01-211-93/+12
* trivial: Remove some unknown code spotted by clangRichard Hughes2015-10-271-2/+0
* Use a sensible warning when processing desktop files with NoDisplay=trueRichard Hughes2015-09-181-1/+2
* trivial: Remove dead codeRichard Hughes2015-09-181-4/+0
* Require AppData files to be present in the AppStream metadataRichard Hughes2015-09-161-85/+39
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-081-17/+17
* Drop the unused _len arguments on many functionsRichard Hughes2015-08-031-2/+2
* Add a flag to use non-optimal data sources when building metadataRichard Hughes2015-06-161-5/+6
* Add a flag to relax the AppData Category=Settings requirementRichard Hughes2015-06-161-4/+6
* Add two flags to veto-ignore to relax the requirements for metadataRichard Hughes2015-06-161-20/+22
* No longer set PaddedIconRichard Hughes2015-04-021-2/+0
* Make the failed AppStream metadata optionalRichard Hughes2015-01-241-4/+4
* trivial: Add asb_plugin_match_glob()Richard Hughes2015-01-221-2/+2
* trivial: Don't show warnings when doing distcheckRichard Hughes2014-11-041-1/+1
* Allow application with NoDisplay=true and an AppData fileRichard Hughes2014-10-121-1/+1
* Include the icon path in the <icon> dataRichard Hughes2014-10-011-2/+13
* Use AsIcon to represent an abstract iconRichard Hughes2014-10-011-14/+26
* trivial: Only add the icon if no problem was foundRichard Hughes2014-09-291-27/+46
* Add a kudo for a HiDPI iconRichard Hughes2014-09-291-0/+1
* Allow using 256x256 as the HiDPI and LoDPI iconsRichard Hughes2014-09-291-10/+5
* Add a 'PaddedIcon' metadata item for small iconsRichard Hughes2014-09-291-5/+8
* Add asb_app_set_hidpi_enabled()Richard Hughes2014-09-261-0/+1
* Never return small HiDPI iconsRichard Hughes2014-09-261-17/+14
* trivial: Do the ICO,GIF,XPM check after the icon has been foundRichard Hughes2014-09-261-11/+15
* Add an --enable-hidpi argument to appstream-builderRichard Hughes2014-09-261-0/+4
* Never return a smaller HiDPI icon than a LoDPI iconRichard Hughes2014-09-261-0/+3
* Search for HiDPI icons when adding iconsRichard Hughes2014-09-251-27/+58
* trivial: Remove the private AS_APP_ICON_DEFAULT_WIDTHRichard Hughes2014-09-251-23/+19
* Rename asb_app_set_pixbuf() to asb_app_add_pixbuf()Richard Hughes2014-09-251-1/+1
* Add asb_context_get_min_icon_size()Richard Hughes2014-09-251-6/+11
* Rename as_app_get_id() to as_app_get_id_filename()Richard Hughes2014-08-221-1/+1
* Check the icon size when checking the installed rootRichard Hughes2014-08-101-19/+32
* Add as_utils_find_icon_filename()Richard Hughes2014-08-091-93/+8
* Add as_app_add_veto()Richard Hughes2014-08-091-6/+6
* Add oxygen-icon-theme when an application depends on kde-runtimeRichard Hughes2014-07-161-13/+36
* trivial: Don't print the missing icon path twiceRichard Hughes2014-07-161-2/+2
* Show apps with missing icons in the failed metadataRichard Hughes2014-07-151-15/+21
* Show applications with too small icons in the failed metadataRichard Hughes2014-07-111-16/+13
* Do not allow NoDisplay=true applications to ever be in the metadataRichard Hughes2014-07-111-2/+2