index
:
delta/gnome/libmediaart.git
api-cleanup
async-api
baserock/1.9.0-8-g52eb649
master
media-art-types
meson
remove-mediaartlocal
remove-mediaartlocal-rebased-on-async-api
sam/valid-utf8
wip/jfelder/storage-private-deprecation-warning
wip/phako/remove-storage
wip/sam/meson
gitlab.gnome.org: GNOME/libmediaart.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libmediaart
Commit message (
Expand
)
Author
Age
Files
Lines
*
extract, cache: Remove all .mediaartlocal uses
remove-mediaartlocal
Martyn Russell
2014-10-17
3
-281
/
+68
*
extract: Add async APIs for all functions
async-api
Martyn Russell
2014-10-17
2
-224
/
+769
*
cache: Fixed removing media art, was failing badly
Martyn Russell
2014-10-17
1
-55
/
+51
*
cache: Added media_art_remove_async() and _finish()
Martyn Russell
2014-10-17
4
-22
/
+199
*
extract: Fixed gtkdoc warning for return value of media_art_error_quark()
Martyn Russell
2014-09-16
1
-1
/
+1
*
cache: Allow null values in artist, title and prefix
Arnel A. Borja
2014-09-10
1
-6
/
+6
*
cache: Make the documentation for media_art_get_path() and _get_file() clearer
Martyn Russell
2014-08-15
2
-23
/
+76
*
tests: Use tap automake testing scripts, fixes output summaries
Martyn Russell
2014-08-15
1
-2
/
+0
*
extract: Fixed process_buffer() len check (was inverted) and artist/title
Martyn Russell
2014-07-28
1
-1
/
+4
*
build: Updated .gitignore to omit INSTALL, *.vapi...
Martyn Russell
2014-07-28
1
-1
/
+1
*
extract: Fixed 'since' versions in documentation
api-cleanup
Martyn Russell
2014-07-28
2
-7
/
+7
*
libmediaart: Split API into _process_buffer() and _process_file()
Martyn Russell
2014-07-28
6
-160
/
+351
*
extract: Add _SYMLINK_FAILED error and report symlink() failure in get_heuris...
Martyn Russell
2014-06-23
2
-176
/
+280
*
extract: Add GError for _NO_TITLE, which is required in some cases
Martyn Russell
2014-06-23
2
-5
/
+7
*
tests: Don't expect media art extraction for NULL data buffer for !images
Martyn Russell
2014-06-23
1
-1
/
+4
*
extract: Add GError * reporting right down to the plugins (pixbuf/qt)
Martyn Russell
2014-06-23
4
-73
/
+94
*
extract: Use a more logical ordered heuristic for caching strings
Martyn Russell
2014-06-23
1
-4
/
+5
*
storage: Make g_message() calls g_debug() calls, output is unnecessary
Martyn Russell
2014-06-23
1
-12
/
+8
*
extract: Switch to initable MediaArtProcess object from _init/_shutdown()
Martyn Russell
2014-06-23
2
-142
/
+252
*
extract: rename (private) media_art_heurstic and make args consistent with ot...
Martyn Russell
2014-06-23
1
-6
/
+6
*
extract: Refactor media_art_process_file() to simplify the function
Martyn Russell
2014-06-23
2
-51
/
+88
*
extract: Allow error reporting with API using GError
Martyn Russell
2014-06-23
2
-84
/
+99
*
extract: Make GFile first parameter for _process_file()
Martyn Russell
2014-06-23
2
-11
/
+11
*
extract: Fixed crash in QCoreApplication::applicationFilePath
Slava Monich
2014-06-19
1
-2
/
+2
*
extract: Save original filename
Jens Georg
2014-06-15
1
-3
/
+3
*
extract: Incorrect inverse variable check for media_art_set()
Martyn Russell
2014-04-01
1
-2
/
+2
*
extract: Fix Qt5 compilation failure, use QCoreApplication instead of QGui*
Martyn Russell
2014-03-07
1
-2
/
+2
*
extract: Don't break on dummy implementation due to incorrect args in init()
Martyn Russell
2014-03-07
1
-1
/
+3
*
build: Force automake C linkage when building C only
Yanko Kaneti
2014-02-10
1
-0
/
+3
*
build: Remove leftover explicit -lm -lz linkage
Yanko Kaneti
2014-02-10
1
-1
/
+0
*
cache: Improve _remove() function and fix crash with NULL passed
Martyn Russell
2014-02-07
1
-33
/
+45
*
cache: Improve _strip_invalid_entites() API
Martyn Russell
2014-02-07
1
-1
/
+9
*
cache: Fix Non-void function should return a value
Ting-Wei Lan
2014-02-07
1
-1
/
+1
*
extract: Fixed Qt(4) backend to compile and removed all Tracker references
Martyn Russell
2014-02-06
1
-14
/
+14
*
extract: Port Qt backend to Qt5 and NEMO platform
Andrew den Exter
2014-02-06
1
-5
/
+24
*
libmediaart: Fix include which incorrectly defined _INSIDE in main header
Martyn Russell
2014-01-23
1
-2
/
+2
*
extract: Cleaned up media_art_set() so we can see what it's doing
Martyn Russell
2013-11-01
1
-72
/
+196
*
extract: Remove checks for storage when it's required on init
Martyn Russell
2013-10-24
1
-9
/
+4
*
tests: Added to the unit tests to test ALL APIs.
Martyn Russell
2013-10-23
1
-1
/
+3
*
docs: Last minute fixes before a release
Martyn Russell
2013-10-21
3
-21
/
+35
*
extract: Fixed incorrect return value
Martyn Russell
2013-10-18
1
-1
/
+1
*
extract: Coding style changes
Martyn Russell
2013-10-18
1
-52
/
+139
*
extract: Rewrite media_art_process() to use media_art_process_file()
Sam Thursfield
2013-10-17
1
-112
/
+15
*
extract: Remove wrong MIME type check in media_art_process_file()
Sam Thursfield
2013-10-17
1
-11
/
+0
*
extract: Be consistent about parameter ordering
Sam Thursfield
2013-10-17
2
-3
/
+3
*
g-i: Fix annotations for MediaArt.process
Jens Georg
2013-10-17
1
-1
/
+1
*
g-i: Fix annotations for MediaArt.process_file
Jens Georg
2013-10-17
1
-1
/
+1
*
g-i: Add Gio-2.0 to dependencies
Jens Georg
2013-10-17
1
-1
/
+2
*
Update .gitignore files
Sam Thursfield
2013-10-17
1
-0
/
+3
*
Documentation fixes
Sam Thursfield
2013-10-17
3
-7
/
+82
[next]