summaryrefslogtreecommitdiff
path: root/src/bookmarks
AgeCommit message (Expand)AuthorFilesLines
2013-03-21all: Add support for internationalizationJuan A. Suarez Romero2-31/+42
2012-11-23build: Use variables for CFLAGS and LIBS.Murray Cumming1-4/+2
2012-11-09Revert "build: Use variables for CFLAGS and LIBS."Murray Cumming1-2/+4
2012-11-09Revert "Add gtk-doc documentation generation"Murray Cumming1-7/+0
2012-11-09Add gtk-doc documentation generationMurray Cumming1-0/+7
2012-11-09build: Use variables for CFLAGS and LIBS.Murray Cumming1-4/+2
2012-11-01all: Remove ->get_caps stubsBastien Nocera1-16/+0
2012-07-24all: Put all plugins in same spaceJuan A. Suarez Romero4-0/+1066
2011-03-04all: Split src/ content into src/media and src/metadataGuillaume Emont4-1006/+0
2011-02-10bookmarks: Add changes notification supportJuan A. Suarez Romero1-65/+117
2011-02-07bookmarks: Implement search all elementsJuan A. Suarez Romero1-2/+6
2011-02-01bookmarks: Fix saving/loading content from databaseJuan A. Suarez Romero1-14/+14
2011-01-21all: Update copyright noteJuan A. Suarez Romero1-1/+1
2011-01-10all: Fixes extra dist target in Makefile.amJuan A. Suarez Romero1-1/+1
2010-12-20all: Adapted to changes in grl_plugin_registry_register_source.Iago Toral Quiroga1-1/+2
2010-10-06all: install plugins as loadable modules, not librariesRoss Burton1-0/+4
2010-09-02log: use the new logging API from coreDamien Lespiau1-42/+46
2010-09-01all: rename GRL_ERROR quark into GRL_CORE_ERRORVíctor Manuel Jáquez Leal1-23/+23
2010-08-10bookmarks: Updated call to grl-mediaSimón Pena1-1/+1
2010-07-12bookmarks: Rename plugin's XML with the ID nameJoaquim Rocha2-4/+3
2010-07-12bookmarks: Add plugin ID from configure's constantJoaquim Rocha1-1/+1
2010-06-14[bookmarks] Add plugin's XML fileJoaquim Rocha2-0/+14
2010-06-14[bookmarks] Use the new way to register the pluginJoaquim Rocha1-9/+1
2010-04-27[bookmarks] Use g_slices when possibleJuan A. Suarez Romero1-6/+6
2010-03-23Do not initialize private gobject structure.Juan A. Suarez Romero1-1/+0
2010-03-19[bookmarks] Add a title for root categoryJuan A. Suarez Romero1-1/+3
2010-03-12Adapted all plugins to new configuration API.Iago Toral Quiroga1-1/+1
2010-03-04Rename GrlDataBox to GrlMediaBoxJuan A. Suarez Romero1-4/+4
2010-03-04Rename GrlDataMedia to GrlMediaJuan A. Suarez Romero1-24/+24
2010-03-04Rename GrlDataConfig to GrlConfigJuan A. Suarez Romero1-1/+1
2010-03-04Rename Content to DataJuan A. Suarez Romero1-28/+28
2010-03-04Use the new plugin_init() apiJuan A. Suarez Romero1-1/+2
2010-03-04[bookmarks] Set media id when storing new bookmarks.Iago Toral Quiroga1-0/+5
2010-02-25[bookmarks] Use GRL_IS_CONTENT_BOX to detect if the item to storeIago Toral Quiroga1-3/+3
2010-02-22[bookmarks] Adde support for childcount.Iago Toral Quiroga1-12/+31
2010-02-18[bookmarks] Added plugin for managing media bookmarks.Iago Toral3-0/+910