[gnome-software] Created tag GNOME_SOFTWARE_3_11_1



The signed tag 'GNOME_SOFTWARE_3_11_1' was created.

Tagger: Richard Hughes <richard hughsie com>
Date: Mon Oct 28 17:00:37 2013 +0000

    ==== Version 3.11.1 ====

Changes since the last tag 'GNOME_SOFTWARE_3_10_0':

Alexander Wilms (1):
      Updated German translation

Andika Triwidada (1):
      Added Indonesian translation

Cheng-Chia Tseng (2):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

Daniel Mustieles (10):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Enrico Nicoletto (4):
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation
      Updated Brazilian Portuguese translation

Fran Diéguez (1):
      Updated Galician translations

Gabor Kelemen (1):
      Updated Hungarian translation

Gianvito Cavasoli (1):
      [l10n] Updated Italian translation.

Jakub Steiner (1):
      featured banner: avoid clipped graphic.

Kjartan Maraas (2):
      Updated Norwegian bokmål translation
      Updated Norwegian bokmål translation

Marek Černocký (7):
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation
      Updated Czech translation

Martin Srebotnjak (1):
      Updated Slovenian translation

Matej Urbančič (3):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Matthias Clasen (45):
      Add back hover state to feature tile
      Add a loading icon to empty tiles
      Avoid reloading the overview more than once
      Don't emit notify::state from a thread
      Fix a refcounting error
      Improve application details page
      Improve keynav on the search page
      Improve keynav on the details page
      Improve keynav on the details page
      Plug a reference leak
      Make the screenshot error state prettier
      Add transitions to the screenshots
      Screenshot widget improvements
      Improve details page spacing
      Improve a11y on the details page
      Improve a11y of the rating widget
      Rationalize focus chain on details page
      Make details page scroll up
      Turn gnome-software into a service
      Set DBusActivatable in desktop file
      Temporarily drop the --search-value commandline option
      Redo commandline handling
      Start up in true service mode
      Load overview when activated
      Hide the window on close
      Add update monitoring
      Autostart the service
      GsShell: Add an api to start a search
      GsApplication: Add an action to start a search
      Launcher: Add a commandline option to start a search
      GsShell: Add an api to show a search result
      GsApplication: Add an action to show a search result
      Launcher: Add a commandline option to show details
      Add some information to README
      Add a search provider
      Make the error dialog a bit less dire
      Trivial: rename a field
      Monitor network status
      Handle offline installation sensibly
      Add a description to search results
      Use GNotification
      Make title in headerbar bold
      Clean up indentation of the ui file
      Do offline update notification here
      Fix a refcounting error

Piotr Drąg (6):
      Mark strings in the AppData file as translatable
      Updated Polish translation
      Updated POTFILES.in
      Updated LINGUAS
      Updated POTFILES.in
      Updated POTFILES.in

Rafael Ferreira (1):
      Updated Brazilian Portuguese translation

Richard Hughes (241):
      trivial: Post release version bump
      trivial: Post branch version bump
      trivial: Don't include markup for the translators
      trivial: Sync the spec file with upstream
      trivial: Split out some common shared code to be used in the future
      Add a plugin to read local installed AppData
      trivial: Reduce the amount of debugging shown at startup
      trivial: Fix up some internal method names
      Fix a few small memory leaks
      Do not show the plugin elapsed time if it is less than 1ms
      trivial: Allow GsAppState to back to UNKNOWN from any state
      Do not use the application state to modify how widgets are drawn
      When de-duplicating packages preserve the updatable state
      When de-duplicating packages get useful data from the old package
      trivial: Remove some over-verbose startup debugging
      If PackageKit returns installed available packages then mark the app as updatable
      Show a overlay of 'Updates' for updatable applications
      trivial: Actually merge the translations in the AppData file
      trivial: Make the AppData file actually validate
      trivial: Remove some debugging that crept in
      Do not print a warning when new versions of appdata-tools are installed
      Set the project group in the GsApp
      Only filter incompatible project groups when searching
      Support the Ubuntu extension 'X-AppInstall-Package' in desktop files
      Support the per-repo icon directories
      Always show 'Remove' in the details panel for updatable applications
      trivial: Add copyright information to the AppData file
      Do not abort if the AppStream XML is invalid
      Show a more correct warning message if the icon type is not supported
      Add profiling functionality that can show a boot-chart log of startup
      Do not load PackageKit in GsApplication
      Show in the profile when the PK transaction was started
      Do not search for icons in /usr/share/gnome-software/icons/hicolor
      Set a cache age when using PackageKit
      Add some profiling to show AppStream loading
      Make gnome-software start faster by using X-AppInstall-Package
      trivial: Support the <image> tags in appstream files
      trivial: Add an object for holding an AppStream image
      trivial: Add an object for holding an AppStream screenshot
      Parse screenshots from the AppStream data
      Remove the hardcoded screenshot plugin
      If showing debugging show all the details about the app when clicked
      Add screenshots to each application if specified in the AppStream metadata
      trivial: Fix make distcheck
      Add a widget that can show a remote screenshot
      Only show LANG=C descriptions from AppData files
      trivial: Move the location of appstream_app_get_locale_value()
      Show the best locale when using AppData files for the long description
      trivial: Only show the screenshot spinner after a short delay
      Show the screenshots in the application detail panel
      trivial: Do not dist both the appdata.xml and the appdata.xml.in
      Show the content loading images with the 'dim-label' style
      Ensure the main details UI is at least one screenshot wide
      Do not show the description header when there is no description
      trivial: Do not use the opacity hack now that dim-label works
      Move the AppData files to a new directory
      Add some screenshots
      Improve the AppData file with more screenshots and a better description
      trivial: Never show the 'Update' button in the UI
      Copy the GsApp id when using the app cache
      Show more detailed version numbers when required
      trivial: Use gs_plugin_add_app() in more places
      trivial: Fix a NULL dereference if the AppData file cannot be read
      trivial: Fix a compile warning with clang
      Add gs_plugin_list_filter() and some unit tests
      Use gs_plugin_list_filter() to remove invalid apps
      Use gs_plugin_list_filter() to remove system applications
      Use gs_plugin_list_filter() to remove incompatable applications
      Move the duplicate filter out of GsPluginLoader so that it can be tested
      trivial: Add in some more asserts to debug a refcounting bug
      Prevent memory corruption when doing gs_plugin_loader_dedupe() more than once
      Always dedupe after refining results
      Do not set up a new SoupSession for each screenshot
      Show system applications at the end of the installed list
      Add IBus frameworks installed by default as system apps
      Show the package licence when available
      Pass the refine flags down to the plugins
      Allow clients to require certain optional properties on an application
      Make gs_plugin_loader_app_refine() async
      Do not use the package description as the application description
      Use PackageKit if the licence or URL was not provided by AppStream
      Show the application size in the details page
      Add support for reading <project_group> in AppData files
      Do not show insanely long licence strings
      Show the updated date in the details panel
      Do not refresh the screenshots twice when showing the details page
      Reformat the menu-spec data so we can use it in a more useful way
      Save the application categories in GsApp
      Save the application menu path in GsApp
      Split up the menu spec plugin and refine the menu-path
      Show the menu category in the application details panel
      trivial: Relax the licence length requirement a little
      Correctly get the installed size of installed applications
      trivial: Actually commit missing plugin
      trivial: Increase the details grid row spacing
      Use a regular button for the 'Website' button
      trivial: Do not ellipsize the details titles
      trivial: Make the details grid look more natural
      Make the paragraph spacing 24px to match the mockup
      Show a star rating on the application details page
      trivial: Fix make check
      Use a standard GAsyncReadyCallback when installing and removing packages
      Run the local ratings plugin before the hardcoded one
      Save the user rating if the user clicks the rating stars
      trivial: Fix compile when using PackageKit < 0.8.12
      Allow plugins to disable themselves
      Do not crash if there is no /usr/share/appdata directory
      Correctly abort if PackageKit transactions fail
      Do not install plugins just used in 'make check'
      Fix a critical error in gs_string_replace()
      Add a module to submit the user rating to the fedora-tagger web service
      Get data from fedora-tagger rather than using the canned FAS data
      Only get the rating data when required
      Do not show local applications without icons, names or comments
      Do not show a warning if the source image matches the small or large screenshot sizes
      Do not show a mid-gray background for the screenshot widget
      Make the star widget match the mockups
      Show 5 stars in the ratings widget rather than 4
      Limit the number of screenshot to 5
      Sort the search results in a sane way
      trivial: Ensure thumbnails are removed when there are no screenshots
      trivial: Align the star ratings widget to the top of the panel
      Always sort the OS Update at the top of the update list
      Make text UI elements selectable
      trivial: We have a run-time dep of gnome-icon-theme-symbolic now
      Only load the PackageKit history proxy when required
      Allow the AppStream metadata to enforce core applications
      Do not use the package icon when referring to software
      Remove the distro-specific system packages now that AppStream can do that
      Allow setting the search term on the command line
      Do not crash when startup up without network access
      Detect plugins that return FALSE and do not set an error
      Only set up the SoupSession in fedora-tagger when required
      Notify about the correct application when installing from the details panel
      Don't emit a critical warning if there are no AppStream icons
      Allow a GsApp to have text to use when the package is not available
      Save the application type when parsing the AppStream metadata
      Add the ability to set an icon name on a GsApp object
      Do not show a blank space if a GsApp version is not known
      Do not show 'Calculating' in the details panel if the app is not found
      Store all kinds of URL in the GsApp
      Remove the duplicate application with the lowest priority
      trivial: Fix a typo when extracting URLs from AppStream metadata
      Add support for 'missing' applications and codecs that we know exist but we can't install
      When searching for codec names, use the keyword name rather than the search term
      trivial: Set the IdKind in the self test program
      Set the GsAppIdKind for applications installed locally without AppStream metadata.
      Show 'Add-ons' in a seporate group on the installed shell
      Split out an 'Add-on' group in the updates shell
      Allow search-by-mimetype in the UI
      Show a modal error message if install or remove actions failed
      Do not crash if the AppData metadata does not have <pkgname>
      Allow gs_app_set_icon_name() to open non-themed icons
      Save the icon in the GsApp object
      Do not show a warning when parsing AppStream metadata with icon type 'remote'
      Add support for epiphany web applications
      Do not show the rating star widget for web apps
      Rename the AppData file to reflect the new desktop name
      trivial: Fix 'make check'
      Fix 'make distcheck'
      trivial: Fix up the example spec file
      Add back the profiling functionality after the launcher split
      Add a way to set a debug level in the service from the helper
      trivial: Remove a couple of possible warning messages when installing packages
      trivial: One more PK status code to map
      epiphany: Do not download the webapp icon very time Refine() is called
      epiphany: Rescale the icon to 64x64 if a different size is specified
      trivia: Fix 'make distcheck'
      Don't show 'Add-ons' before web-apps
      When 'installing' webapps from the AppStream metadata, add to the installed list
      Do not use search using PackageKit by default
      trivial: Add a sync version of gs_plugin_loader_search()
      Add a test binary gnome-software-cmd which is useful for profiling
      trivial: Add some profiling to try to find the desktop file slowdown
      Do not load SVG icons when parsing desktop files to speed up startup
      trivial: Use --show-results when using gnome-software-cmd
      trivial: Allow profiling the updates using gnome-software-cmd
      Use a 96x96 icon if available on the details panel
      trivial: Do not try to load remote icon URIs
      trivial: Do not show a warning when profiling GsPluginDatadirApps
      Remove the escape chars when unmunging the XML content
      Split out the appstream markup functionality into its own module
      Add a self test binary for the appstream common functionality
      trivial: Do not include the parent profile name when it's not set
      trivial: appstream: If failing to resolve, do not log a profiling warning
      trivial: Fix up some kinda bad error handling
      Make GsPluginLoader threadsafe again
      Support full markup in AppStream descriptions
      Remove the pending application from the UI is installed elsewhere
      Only refine with PackageKit when the state or version number is unknown and required
      Only refine with PackageKit when the application history is missing and required
      trivial: Add 'refine' as an action to gnome-software-cmd
      trivial: The application is installed if we found a desktop file for it
      Only refine with PackageKit when the action will be required
      Always return search results back to the shell
      Fix the appearance of pre-formatted AppStream descriptions
      trivial: Load AppStream XML from the user datadir
      Do not fail to search if a single webapp icon failed to be downloaded
      trivial: Set the state when removing or installing webapps
      Show font screenshots
      trivial: Remove blank newline after debug output
      trivial: Use g_source_set_name_by_id() for all our GSources
      trivial: Fix warning in the profiling code where refine was being run under multiple threads
      Ignore multiple pkgname tags in AppStream metadata
      Match the AppStream ID when searching
      Do not fail to get the updates if getting the history fails
      trivial: Fix showing the updates panel
      trivial: Remove the requirement that GsApps need sources to be valid
      Allow an application to have multiple sources
      Only consider applications as installed if all the sources are also installed
      Allow applications to have multiple source-ids
      trivial: We depend on Glib from master, the last PackageKit tarball is fine
      When getting the size for the package, get the size of *all* of the sources
      trivial: Do not modify bitfields before the first coffee of the day
      Add a --refine-flags command line argument to gnome-software-cmd
      Do not fail to parse if the AppStream metadata contains unknown tags
      Support AppStream screenshot captions
      Show all the screenshots with captions for the details view for fonts
      Add category searching to gnome-software-cmd
      Never show the 'Remove' buttons in the update panel
      Never show two 'Add-ons' headers in the updates panel
      trivial: Don't assert when removing an updatable application
      trivial: Set extra metadata for debugging new packages
      trivial: Don't include an extra forward slash when setting the application datadir
      Use the full ID when creating GsApp objects to prevent name clashes
      Do not offer to 'Launch' addons like fonts and codecs
      trivial: Fix last commit
      Use an API version when installing runtime loadable modules
      Do not crash if an icon is set to an empty string
      trivial: Do not show an empty box if there are no featured applications
      trivial: Show the warning if the large icon failed to be loaded
      trivial: Use the whole name when refining ID->Item
      Do not use a 'state-changed' signal on GsApp
      trivial: Do not show critical warnings when loading screenshots
      trivial: Hide the screenshot thumbnails when showing fonts
      trivial: Correctly ignore unknown nested metadata
      trivial: Fix a theoretical crash spotted by clang
      Do not crash if we fall back to the alternative icon path
      trivial: Fix a tiny inefficiency spotted by clang
      trivial: Set the return value when gnome-software-cmd fails
      Release version 3.11.1

Rūdolfs Mazurs (2):
      Added Latvian translation
      Updated Latvian translation

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


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