summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* as_profile: Non-void function should return a valueignatenko/patch1Ting-Wei Lan2015-09-251-2/+2
| | | | | Reference: https://github.com/hughsie/appstream-glib/issues/65 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
* trivial: Show the path when profiling as_store_load_installed()Richard Hughes2015-09-241-1/+1
|
* Add AsProfile for speed profilingRichard Hughes2015-09-245-0/+449
|
* trivial: Fix example spec fileRichard Hughes2015-09-241-1/+1
|
* Always use a dotted-decimal representation of the versionRichard Hughes2015-09-244-14/+144
| | | | This helps a lot for UEFI versions that just specify a uint32le number.
* Accept a '0x' hexidecimal prefix when parsing a componentRichard Hughes2015-09-232-6/+17
|
* trivial: Do not subsume vetos if AS_APP_SUBSUME_FLAG_PARTIAL is usedRichard Hughes2015-09-231-6/+6
|
* Use g_set_object() to fix potential crash when adding pixbufsRichard Hughes2015-09-233-18/+7
|
* Support super-HiDPI icons like shipped in HedgewarsRichard Hughes2015-09-211-0/+2
|
* Merge pull request #62 from mitya57/masterIgor Gnatenko2015-09-201-1/+1
|\ | | | | Fix a typo in command name
| * Fix a typo in command nameDmitry Shachnev2015-09-201-1/+1
|/
* Simplify veto messages for missing <name> and <summary>Kalev Lember2015-09-182-3/+3
| | | | | Don't mention desktop file fallbacks now that we only include apps that have appdata.
* Use a sensible warning when processing desktop files with NoDisplay=trueRichard Hughes2015-09-182-1/+8
|
* trivial: Fix display of vetos in the summary pageRichard Hughes2015-09-182-3/+3
|
* trivial: Remove dead codeRichard Hughes2015-09-183-8/+0
|
* trivial: Fix make distcheckRichard Hughes2015-09-181-1/+1
|
* trivial: Remove a now-unused veto ruleRichard Hughes2015-09-171-9/+0
|
* trivial: Remove some now-obsolete veto rulesRichard Hughes2015-09-171-49/+0
|
* trivial: Remove the blacklist plugin as it's not used anymoreRichard Hughes2015-09-172-144/+0
|
* trivial: Remove now-defunct parts of the HTML status pageRichard Hughes2015-09-171-42/+0
|
* Require AppData files to be present in the AppStream metadataRichard Hughes2015-09-1617-1417/+328
| | | | | | This changes the default processing element from the desktop file to an AppData (or MetaInfo) file, and the other sources now refine the base object rather than the other way around. This matches what Debian is doing.
* Do not ever store the KDE x-test locale dataRichard Hughes2015-09-163-29/+44
|
* trivial: Accept single quoted versions of the XML headerRichard Hughes2015-09-161-0/+2
|
* trivial: Remove unused test filesRichard Hughes2015-09-163-26/+0
|
* Be less vocal when processing AppData filesRichard Hughes2015-09-161-49/+0
|
* Do not overwrite the AppData URL with the one from the packageRichard Hughes2015-09-162-2/+3
|
* trivial: post release version bumpRichard Hughes2015-09-152-5/+5
|
* Release version 0.5.1appstream_glib_0_5_1Richard Hughes2015-09-153-4/+27
|
* trivial: Fix gcab generated checksumsRichard Hughes2015-09-151-4/+4
|
* trivial: Fix --enable-ostree buildRichard Hughes2015-09-151-1/+2
|
* Use the typedef'd name in the code to help readabilityRichard Hughes2015-09-146-153/+153
| | | | Should be no code, API or ABI changes.
* Use specific types to remove the last _cleanup_free usageRichard Hughes2015-09-1410-71/+21
|
* Merge pull request #61 from kalev/malloc-vs-g_mallocRichard Hughes2015-09-133-23/+2
|\ | | | | Don't reallocate malloc'd memory with g_malloc
| * Don't reallocate malloc'd memory with g_mallocKalev Lember2015-09-123-23/+2
|/ | | | | | | | glib's g_malloc and friends now always use malloc internally, as of glib 2.46: https://bugzilla.gnome.org/show_bug.cgi?id=751592 This means we no longer have to reallocate glibc malloc'd buffers and can expect that g_free works fine on them.
* Add support for release urgencyRichard Hughes2015-09-116-4/+133
|
* Use glib's cleanup functions for GStringKalev Lember2015-09-1015-52/+37
| | | | ... and bump glib dep to 2.45.8 for g_autoptr(GString) support.
* Use glib's cleanup functions for libsoup as wellKalev Lember2015-09-105-10/+7
| | | | ... and bump libsoup dep to 2.51.92 for g_autoptr support.
* Do not fail to validate firmware in AppStream with no screenshotsRichard Hughes2015-09-081-1/+5
|
* trivial: Drop as-cleanup.h include where not neededKalev Lember2015-09-0821-22/+0
|
* trivial: Remove any support for installed appdata-extra filesRichard Hughes2015-09-081-5/+0
|
* trivial: Fix the buildKalev Lember2015-09-081-1/+1
| | | | | Keep on using _cleanup_object_unref_ for SoupSession until https://bugzilla.gnome.org/show_bug.cgi?id=754721 is upstreamed.
* Use GLib's cleanup functions instead of libgsystem'sKalev Lember2015-09-0849-802/+769
| | | | | | | We still have a few types that don't support g_autoptr(), but very very close to having everything ported over. This also bumps gdk-pixbuf dep to 2.31.5 for the cleanup macro support.
* libappstream-builder: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-0818-185/+36
|
* libappstream-glib: Port to G_DECLARE_DERIVABLE_TYPE macroKalev Lember2015-09-0823-201/+45
| | | | ... and bump glib dep to 2.44.0 for the macro.
* Add another GNOME application that changed IDsRichard Hughes2015-09-071-0/+1
|
* Don't show mangled version numbers as negativesRichard Hughes2015-09-071-0/+4
|
* Add a few KDE applications that have changed desktop IDRichard Hughes2015-09-071-0/+8
|
* Ignore empty AppStream XML filesRichard Hughes2015-08-272-0/+19
| | | | Fixes: https://github.com/hughsie/appstream-glib/issues/60
* Revert "Allow a filter filename to be used with the builder"Richard Hughes2015-08-261-38/+3
| | | | This reverts commit 692fef57a89cf040c539435ca444c5f9ab58f3d9.
* Merge pull request #59 from pinotree/path_maxRichard Hughes2015-08-263-8/+13
|\ | | | | Avoid using PATH_MAX