[gnome-photos] Created tag 3.7.2
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos] Created tag 3.7.2
- Date: Sat, 17 Nov 2012 23:24:44 +0000 (UTC)
The signed tag '3.7.2' was created.
Tagger: Debarshi Ray <debarshir gnome org>
Date: Sun Nov 18 00:21:52 2012 +0100
3.7.2
Changes:
Cosimo Cecchi (2):
main-toolbar: use the new generic style classes for selection mode
main-view: use the generic content-view style class
Debarshi Ray (240):
Initial revision
main-window: Quit on Ctrl+Q
Add PhotosModeController
main-window: Fix typo
application: Use the ModeController for fullscreening and window modes
application: Make it a singleton
main-window: Use the ModeController and add custom event handlers
Add PhotosMainToolbar
Add PhotosSelectionController
main-toolbar: Use the SelectionController
application: Set the window mode after creating the MainWindow
Add a PhotosBaseManager skeleton with only the signals
Add a PhotosViewEmbed skeleton
main-window: Add the ViewEmbed and some more UI elements
Add photos_utils_alpha_gtk_widget
Add PhotosSelectionToolbar
Add PhotosOrganizeCollectionDialog
Add PhotosCollectionManager
Add a PhotosOrganizeCollectionModel skeleton
Add a PhotosOrganizeCollectionView
organize-collection-model: Add the placeholder methods
organize-collection-view: Add the add_collection method
organize-collection-dialog: Use the OrganizeCollectionView
view-embed: Create the SelectionToolbar
view-embed: Implement the window_mode_changed callback
query: Add PhotosQueryColumns
configure: Bump minimum GLib version to 2.28
utils: Add photos_utils_filename_strip_extension
Add a PhotosBaseItem skeleton
README: Get rid of copyright notice
Add PhotosView
view-embed: Implement preprare_for_overview and prepare_for_preview
base-item: mtime should be glong, not gulong
base-item: Add getters for author, id, mtime, name
base-item: Add some rudimentary icon creation code
Add PhotosItemModel
build: Fix $(gnome_photos_built_sources)
base-manager: Implement adding, removing and querying items
base-manager: Remove photos_base_manager_new
base-manager: Ref the new active item only if it is non-NULL
main-toolbar: Use the CollectionManager
main-toolbar: Implement populate_for_preview
query-builder: Add photos_query_builder_filter_local
Add PhotosSource
base-item: Chain up the finalize method
base-manager: Store any type of object that has a property called "id"
base-item: Add a read-only "id" property for priv->id
Add PhotosSourceManager
main-toolbar: Connect to PhotosSourceManager :: "active-changed"
main-window: Style fixes
Style fixes
Add PhotosSettings
main-window: Use PhotosSettings
configure.ac: Define GOA_API_IS_SUBJECT_TO_CHANGE
Add PhotosOffsetController
query-builder: Implement photos_query_builder_global_query
Add PhotosItemManager
base-manager: Add a set_active_object virtual method
item-manager: Add the missing return statement in the add_item method
mode-controller: Style fixes
Add PhotosTrackerQueue
application: Get rid of priv->connection
Add PhotosTrackerController
Version bump to match GNOME
Add PhotosFilterable
source: Implement PhotosFilterable
item-manager: Fix typo
item-model: Fix typo
Add a PhotosLocalItem skeleton
query: Check whether the active source is NULL or not
base-manager: Add a get_filter method
item-manager: Return PhotosLocalItem instances instead of NULL
view: Use PhotosItemManager and PhotosTrackerController
source-manager: Fix typo
source: The "object" property can be NULL
source: The "id" property should be readable
filterable: Fix typo
source: Style fix
source-manager: Create the GoaClient synchronously
base-manager: Fix typo
query-builder: Replace ~/Documents with ~/Pictures in filter_local
Add PhotosSearchType
Add PhotosSearchTypeManager
query-builder: Use the SearchTypeManager in photos_query_builder_filter
main-window: Always exit preview when pressing escape
main-toolbar: Set column spacing on the center container
collection-manager: Fix typo
organize-collection-view: Fix typo
organize-collection-model: Fix typo
Style fixes
organize-collection: Special case OK clicks when typing a collection
gd-main-view: Use item ID and not coords to track button press/release
gd-main-view: Remove unused variables
main-toolbar: Use a ClutterBoxLayout inside MainToolbar
selection-toolbar: Add a tooltip for the Print button
main-window: Switch to overview with BackSpace
gd-main-toolbar: Make it a more generic toolbar container
main-toolbar: Update for GdMainToolbar changes
main-toolbar: Implement set_toolbar_title
main-toolbar: Implement active_changed
main-window: Also switch back to overview on Alt+Left
main-toolbar: Reverse the back icon when using an RTL layout
utils: Add photos_utils_queue_thumbnail_job_for_file_async
utils: Add a comment about the origin of the code
utils: Add photos_utils_get_icon_size
base-item: Implement refresh_icon
base-item: Implement check_effects_and_update_info
base-item: Add "failed-thumbnailing" & "tried-thumbnailing" properties
base-item: Invoke populate_from_cursor in constructed
base-manager: Fix the method signatures for signals
base-item: Add "info-updated" signal
item-model: Connect to the "info-updated" signal
item-model: Free the path in the item_added method
selection-toolbar: Fix typo
main-window: Toggle fullscreen with F11, and don't toggle for Ctrl+F
base-item: Use gint64 for mtime, not glong
base-item: Use the system wall-clock time in the absence of mtime
item-manager: Allow unsetting the active object by passing NULL
view-embed: Use the ItemManager
base-item: Add a virtual method named load and the async machinery
view: Set the active object when "item-activated" is emitted
view-embed: Load the activated item
doap: Provide a meaningful shortdesc
selection-controller: Use the ItemManager
selection-toolbar: Implement set_item_listeners
application: Rename controller to mode_cntrlr
view-embed: preview_page & view_page should be private members
view: Invoke photos_view_query_status_changed from init
main: Remove trailing whitespace
application: Prefer the dark theme to reduce light pollution
base-item: Implement can_trash and get_where
base-item: Implement is_collection and is_favorite
base-item: Implement {g,s}et_default_app_name, get_mime_type
local-item: Set the default_app_name
selection-toolbar: Use "favorite", not "favourite"
selection-toolbar: Implement set_item_visibility
selection-toolbar: Use show_all because Documents does so
view-embed: Add the selection_toolbar to the overlay_layout
base-item: Be more robust to malformed input
Add PhotosErrorBox
view-embed: Use the ErrorBox
Move SelectionToolbar's alignment & width code into its constructor
view-embed: Some cleanups
Rename ViewEmbed to Embed
embed: Derive from GtkClutterEmbed instead of ClutterBox
Remove deprecated Clutter API
embed: Set use_layout_size
embed: Use ClutterImage for preview, and don't switch with GtkNotebook
embed: Fix typo
Remove deprecated Clutter API
Update README
Version bump to 3.5.90
tracker-controller: Use photos_offset_controller_reset_count
query-builder: Simplify code
query-builder: Plug a memory leak
query-builder: Add photos_query_builder_count_query
tracker-queue: Handle NULL cancellable or destroy_data in data_free
offset-controller: Implement get_count and reset_count
Add PhotosLoadMoreButton
Style fixes
Rename View to ViewContainer, and derive from GtkGrid not GdMainView
view-container: Use the LoadMoreButton
query: Hold a reference on the source
tracker-controller: Implement offset_changed
error-box: Mark static method as such
Add PhotosSpinnerBox
tracker-controller: Export get_query_status
embed: Use the SpinnerBox
embed: Call photos_embed_query_status_changed in init
query-builder: Add "?urn a rdfs:Resource" to count_query's WHERE clause
selection-toolbar: Drop redundant gtk_widget_show_all's
tracker-queue: Add queue_update
utils: Add set_favorite
base-item: Add a set_favorite virtual method
selection-toolbar: Make the favorite button work
base-item: Don't unref the default theme
build: Fix CLEANFILES / DISTCLEANFILES, and always build AUTHORS
Add a GtkAboutDialog
offset-controller: Fix typo
base-manager: Style fix
offset-controller: Unref the cursor immediately after the async call
Add PhotosTrackerChangeMonitor
mode-controller: Drop useless header
tracker-queue: Don't export the PhotosTrackerQueueData methods
Don't use g_list_first unnecessarily
tracker-change-monitor: Fix typo
tracker-change-event: Add accessors for type and urn
query-builder: Add photos_query_builder_single_query
Add PhotosSingleItemJob
base-item: Implement refresh and dummy destroy methods
item-manager: Use the TrackerChangeMonitor
tracker-queue: Check for pending messages on query completion
tracker-change-monitor: Fix typos
selection-toolbar: Implement print_clicked
selection-toolbar: Implement open_clicked
utils: Add dot_dir
Add an extra header specifying where the code originated from
Borrow eog-debug.[ch] and eog-print-preview.[ch] from Eye of GNOME
Absorb eog-pixbuf-util.[ch] from Eye of GNOME into photos-utils.[ch]
Borrow eog-image.[ch], eog-print.[ch] and friends from Eye of GNOME
build: Fix typo
application: Use gtk_application_add_accelerator for simple actions
main-toolbar: Clear active item when going back to overview
Rename ItemModel to ViewModel, and move it to ViewContainer
tracker-controller: Add "query-error" signal
embed: Connect to the "query-error" signal
main-window: Clear the active item when using back keybinding
application: Use a GResource for the application menu
single-item-job: Use the GError to catch errors, not the return value
main-toolbar: Change selection icon to object-select
Fix distcheck
base-item: Query the nfo:fileCreated or nie:contentCreated too
base-item: Add photos_base_item_get_type_description
utils: Add photos_utils_set_edited_name
Add PhotosPropertiesDialog
selection-toolbar: Add a button to show the properties dialog
selection-toolbar: Use 16px icons as in the latest mockups
selection-toolbar: Use folder-symbolic to match the mockups
selection-toolbar: Rearrange layout of buttons in the toolbar
selection-toolbar: Use a fixed default size
utils: Set nie:title when changing photo name
tracker-queue: Use g_debug for SPARQL queries, not g_message
Add PhotosEmptyResultsBox
tracker-queue: Keep a reference on self while the query is running
single-item-job: Handle queries that return no results
base-item: Add missing whitespace
spinner-box: Set the "contents" in constructed not init
embed: Add a "No Photos Found" page
error-box: Set the "contents" in constructed not init
Add PhotosNotificationManager
Add PhotosIndexingNotification
embed: Use the PhotosNotificationManager and PhotosIndexingNotification
embed: Remove stray g_message
query-builder: Use fn:contains instead of fn:starts-with
spinner-box: Start/stop the spinner when fading it in and out
properties-dialog: Get rid of the extra Properties label
organize-collection-dialog: Add a window title
indexing-notification: Start/stop spinner when showing/hiding
embed: Enable key navigation
Prepare 3.7.2
Fran DiÃguez (1):
Added galician translations
Ignacio Casal Quinteiro (10):
Add libgd submodule
Add call to git submodule update from autogen.sh
Add libgd to SUBDIRS before src
Add libgd to ACLOCAL_AMFLAGS
Add libgd/Makefile to configure.ac
Add LIBGD_INIT
Remove gd-* files, except gd-styled-text-renderer.[ch]
Make use of the libgd submodule
Add libgd macro to to ACLOCAL_FLAGS in autogen.sh
Update to latest libgd.
Jakub Steiner (1):
New icons
Pierre-Yves Luyten (1):
configure: Bump minimum Clutter version to 1.11
Piotr DrÄg (12):
Updated POTFILES.in and POTFILES.skip
Use real application name instead of a variable in .desktop file
Updated POTFILES.in
Added Polish translation
Updated Polish translation
Updated Polish translation
Updated Polish translation
Updated POTFILES.in
Updated Polish translation
Updated POTFILES.in
Rename from Documents to Photos
Updated Polish translation
Tom Tryfonidis (1):
Added Greek translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]