[gnome-calendar] Created tag 3.15.4



The unsigned tag '3.15.4' was created.

Tagger: Erick Pérez Castellanos <erick red gmail com>
Date: Tue Jan 20 18:26:13 2015 -0500

    Tagging release 3.15.4

Changes since the last tag '3.15.3.1':

Balázs Úr (1):
      Updated Hungarian translation

Daniel Mustieles (1):
      Updated Spanish translation

Enrico Nicoletto (1):
      Updated Brazilian Portuguese translation

Erick Pérez Castellanos (89):
      build: remove autogen warnings
      date-selector: make it GtkMenuButton descendant
      window: use edit-dialog on new event action
      search-view: remove unused GtkSizeGroup
      date-selector: fix memory leak
      utils: fix memory leak
      month-view: fix memory leak
      view: remove ::mark_current_unit
      misc: fix memory leak
      month-view: fix ::forall impl leaking
      month-view: fix all-day events end-date
      window: fix search_button/search_bar binding
      subscriber: added protected internal structure
      subscriber: rework ::remove and ::modified vfuncs
      year-view: add orientation factor
      year-view: add initial ::draw impl
      year-view: use GcalSubscriber container mojo
      year-view: implement GcalSubscriber extensions points
      year-view: initial GtkWidget::size_allocate impl
      year-view: implement GcalView::get_by_uuid
      year-view: clean warning and whitespace
      subscriber: files renaming before class renaming
      subscriber: renamed to GcalSubscriberView
      subscriber-view: gained ::get_child_by_uuid vfunc
      build: remove not-used code
      subscriber-view: adopt ::event-activated signal
      subscriber-view: use ::setup_child protected func
      subscriber-view: add ::clear_state to reset widget
      subscriber-view: fix :event-activated signal type
      month-view: use subscriber-view internals
      style: misc fixes
      debug: changed warning statements
      month-view: impl ::clear_state vfunc
      Revert "window: readd binding between search button and search mode"
      ignore: updated
      year-view: use g_list_foreach
      subscriber-view: fix define guard
      subscriber-view: flag children changes
      view: fix gdk relayout warning
      subscriber: added protected internal structure
      subscriber: rework ::remove and ::modified vfuncs
      year-view: add orientation factor
      year-view: add initial ::draw impl
      year-view: initial GtkWidget::size_allocate impl
      subscriber: files renaming before class renaming
      Revert "window: readd binding between search button and search mode"
      providers: remove from screen on app::finalize
      search-view: fix memory leak
      year-view: remove debug statement
      year-view: fix reminders of the merge
      search-view: internal manager is not a property
      window: move search-view into ui file
      year-view: initial commit
      view iface: remove manager property
      copyright: update year
      year-view: provide GcalView implementation
      year-view: add navigator drawing
      year-view: add event handling to navigator
      event-widget: added compare function
      manager: retrieve events on a range
      year-view: initial sidebar impl
      year-view: added update_sidebar and widget marking
      year-view: adding second header to sidebar
      event-widget: fix compare function
      year-view: add manager subscription process
      year-view: updated UI
      year-view: connect current_date to window
      year-view: comment for post-release fixes
      year-view: added popover mode
      year-view: update sidebar on year changing
      year-view: fix subscriber callback
      window: disable week-view as it is unfinished
      month-view: optimize days_delay update
      GcalView: add get_children by uuid method
      year-view: impl GcalView::get_children_by_uuid
      month-view: add view headers of its own
      window: remove unneeded GcalNavBar
      build: remove nav-bar unused files
      year-view: prevent segfault when there's no child
      misc: comments and whitespace fixes
      month-view: impl GcalView::get_children_by_uuid
      window: use GcalView::get_children_by_uuid
      gcal-view: remove unused funcs
      year-view: fix 31 of december and query range
      year-view: initial UI for no events days
      year-view: fix bug when ListBoxRow child is NULL
      NEWS: updated for release
      dist: fix appdata
      Bump version to 3.15.4 for release

Georges Basile Stavracas Neto (94):
      edit-dialog: removed 'entry' style class
      window: readd binding between search button and search mode
      theme: improve .overflow:hover class to better fit the mockups
      window: perform the search even for empty strings
      manager: syncronize sources at startup
      manager: fix refreshing condition
      time-selector: make it GtkMenuButton descendant
      time-selector: don't access dconf multiple times for the same key
      time-selector: fix wrong time order for RTL languages
      window: syncronize sources from time to time
      window: simplify refresh sources timeout code
      window: change refresh times
      appdata: added some images and update URIs in xml
      appdata: update search view image
      search-view: stub implementation of GcalView interface
      window: hear GcalSearchView signals
      search-view: emit GcalView::'event-activated' signal when needed
      search-view: properly remove widgets by their data
      search-view: sort events by date & name
      search-view: cache locale data
      search-view: show date & time data from events
      search-view: remove end date from grid
      search-view: wrap the list around a frame
      search-view: wrap date & time labels in a box
      search-view: align date & time box with event widget
      search-view: correct background color
      search-view: add a border below search results
      search-view: add GtkBuilder UI files
      search-view: make it dependant of Gtk+ 3.10
      search-view: add CSS class to UI file
      search-view: fixed minor visual issues
      search-view: make it build the UI from search-view file
      search-view: keep a cached count of results
      search-view: implemented no results page
      window: show/hide buttons according to search mode
      search-view: add a timeout for displaying the 'no results' page
      Revert "window: hear GcalSearchView signals"
      search-view: remove GcalView interface, add GcalSearchView::'search-activated' signal
      search-view: don't cast to GcalView when emit signal
      window: hear GcalSearchView::'event-activated' signal again
      search-view: highlight date
      window: make 'Calendar' the default title
      window: reset query when entering search mode
      search-view: change list row ordering
      search-view: remove obsolete comment, some style fixing
      search-view: add hash of events
      search-view: define detroy functions for hash table
      search-view: make it looks more like the proposed design
      search-view: show 'All day' for all day events
      search-view: ignore case when sorting events
      search-view: remove obsolete prototype
      search-view: emit GcalSearchView::'event-activated' signal
      search-view: properly connect 'row-activated' signal
      window: properly hear GcalSearchView::'event-activated' signal
      search-view: fixed double border at the end of the list
      search-view: major code cleanup
      search-view: comment almost every function possible
      search-view: respect system time format
      search-view: remove GcalSearchView::time_mask field
      search-view: remove GcalSearchView::date_mask fiels
      search-view: make it a GtkPopover descendant
      search-view: better width for labels
      search-view: does not show the popover on startup
      search-view: handle search independently
      search-view: subscribe on demand
      search-view: don't try to access NULL data
      search-label: show a friendly label when search entry is empty
      window: don't hide search bar
      window: properly show/hide search bar
      search-view: show properly a thin line before every result
      search-view: style it to better fit the HIG stardard
      window: fix header display
      search-view: run the search when the sources changes
      search-view: coding style fixes
      window: remove list button from search bar
      search-view: reset states when performs the search
      search-view: update the view when a valid search occurs
      window: show the search popover when the entry is mapped
      window: don't change the header title when changed
      window: code cleanup
      search-view: order by date, instead of name
      search-view: show icons for event attributes
      search-view: right-align icons
      search-view: remove non-working connection
      window: show search view when animation finish, hide when animation starts
      utils: added code to show the GtkPopover menu's icons
      window: fix missing icons from calendar management menu
      edit-dialog: fix missing icons from source selection menu
      window: remove unused prototype
      edit-dialog: remove unused field
      edit-dialog: calculate all_day before using it to set the dates
      edit-dialog: use UI file to connect signals
      manager: prevent a segfault when opening edit dialog with no sources connected
      window: change the transition to crossfade

Igor Gnatenko (3):
      add AppStream to show in Software Centres
      Makefile: don't install docs
      appdata: update screenshot after rewriting search-view

Marek Černocký (4):
      The Czech translation
      The Czech translation
      Updated Czech translation
      Updated Czech translation

Miguel Vaello (1):
      window: Setting window minimum height size

Piotr Drąg (7):
      Updated Polish translation
      Updated Polish translation
      Updated POTFILES.in
      Updated POTFILES.in
      Updated Polish translation
      Updated POTFILES.in
      Replace three dots with a proper ellipsis

Rafael Ferreira (1):
      Updated Brazilian Portuguese translation

Мирослав Николић (1):
      Updated Serbian translation


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]