Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Dec 17, 2022

  1. build.yml - missing comma.

    mtwebster committed Dec 17, 2022
  2. Add workflow for actions.

    mtwebster committed Dec 17, 2022
  3. 5.9.4

    clefebvre committed Dec 17, 2022
  4. Fix some exception types

    clefebvre committed Dec 17, 2022

Commits on Dec 16, 2022

  1. Clean up some things

    mtwebster committed Dec 16, 2022
  2. Break the flatpak update work into a separate process.

    The flatpak system uses up more memory than mintupdate should
    require. This also allows us to have timeouts to limit how long
    the worker has to perform certain operations.
    
    - fetch updates and refresh are one-shot calls
    - performing an update requires extra work:
      - we tell it which packages we wish to update
      - once it's ready, there's a wait to confirm if needed
      - finally, upon confirmation, the worker proceeds with the updates.
    mtwebster committed Dec 16, 2022
  3. 5.9.3

    clefebvre committed Dec 16, 2022
  4. l10n: Update files

    clefebvre committed Dec 16, 2022
  5. l10n: Update translations

    clefebvre committed Dec 16, 2022

Commits on Dec 15, 2022

  1. 5.9.2

    clefebvre committed Dec 15, 2022

Commits on Dec 13, 2022

  1. Bump mint-common version.

    mtwebster committed Dec 13, 2022
  2. flatpaks: Use the existing cache, only rebuild it during a full

    refresh (background or user-initiated) or if it doesn't exist.
    
    Add a way to see the error if the cinnamon or flatpak updaters fail
    to load.
    mtwebster committed Dec 13, 2022

Commits on Dec 6, 2022

  1. Make sure to always use the proper flatpak symbolic icon.

    The existing icon was added to the icon theme at runtime via
    gtk_icon_theme_append_path. Unfortunately custom paths are the
    very last thing looked at when the theme engine looks for an icon,
    choosing to go with 'flatpak' first if the current theme has it,
    instead of the exact match that we added.
    mtwebster committed Dec 6, 2022

Commits on Dec 2, 2022

  1. 5.9.1

    clefebvre committed Dec 2, 2022

Commits on Nov 30, 2022

Commits on Nov 29, 2022

  1. 5.9.0

    clefebvre committed Nov 29, 2022
  2. l10n: Update POT

    clefebvre committed Nov 29, 2022
  3. flatpak automatic updates: bypass system/user prompt if a user

    installation exists.
    mtwebster committed Nov 29, 2022
  4. Depend on mint-common 2.2.0

    The new flatpak changes require this version.
    clefebvre committed Nov 29, 2022
  5. Selective flatpak updates. (#703)

    * Selective flatpak updates.
    
    * flatpakUpdater: Fix method name for homepage url.
    
    * Escape markup for flatpak and cinnamon name/summaries.
    
    * Use a new flatpak symbolic icon in mintcommon.
    
    * Restore base package check.
    
    This lets gtk themes be installed with any package updates, not
    just for platforms.
    
    * Make flatpak support behavior similar to cinnamon's, re-order
    package types in the update list.
    mtwebster committed Nov 29, 2022

Commits on Sep 20, 2022

  1. 5.8.9

    clefebvre committed Sep 20, 2022
  2. Adapt to new PPA url

    clefebvre committed Sep 20, 2022

Commits on Aug 13, 2022

  1. 5.8.8

    clefebvre committed Aug 13, 2022

Commits on Aug 9, 2022

  1. mintupdate-automation: Don't check if the automation flags exist

    already before adding/removing them.
    
    It doesn't really matter if they do or not.
    mtwebster committed Aug 9, 2022

Commits on Jul 24, 2022

  1. 5.8.7

    clefebvre committed Jul 24, 2022
  2. l10n: Update files

    clefebvre committed Jul 24, 2022
  3. l10n: Update translations

    clefebvre committed Jul 24, 2022

Commits on Jun 26, 2022

  1. 5.8.6

    clefebvre committed Jun 26, 2022
  2. l10n: Update files

    clefebvre committed Jun 26, 2022
Older