Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Makefile and new installation methods supporting multi-user environments #107

Merged
merged 34 commits into from
Apr 5, 2020

Commits on Mar 30, 2020

  1. Add Makefile and adjust installation according to #102, #84, #95

    Fin Christensen committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e89b711 View commit details
    Browse the repository at this point in the history
  2. Implement new install mechanism

    Fin Christensen committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f0cd15b View commit details
    Browse the repository at this point in the history
  3. Add uninstall button, fixes #58

    Fin Christensen committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    10383d7 View commit details
    Browse the repository at this point in the history
  4. Add notes to readme for new installation methods

    Fin Christensen committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    988b5ad View commit details
    Browse the repository at this point in the history
  5. Add development instructions to readme

    Fin Christensen committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    1098e4d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Update instructions in readme and adjust release script

    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    288a370 View commit details
    Browse the repository at this point in the history
  2. Reload extension after uninstalling, close preferences after uninstal…

    …ling, and add proper layout for buttons in uninstall dialog
    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    e7468f7 View commit details
    Browse the repository at this point in the history
  3. Untabified

    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    ee7a6db View commit details
    Browse the repository at this point in the history
  4. Update translation template and add instructions to readme

    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    30750fb View commit details
    Browse the repository at this point in the history
  5. Add github release workflow

    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    695478e View commit details
    Browse the repository at this point in the history
  6. Update readme layout

    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    3ed3535 View commit details
    Browse the repository at this point in the history
  7. Add gnome extension zip to github release action

    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    8ed6c91 View commit details
    Browse the repository at this point in the history
  8. Fix badge url in readme

    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    390ee19 View commit details
    Browse the repository at this point in the history
  9. Fix wrong version path in github action

    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b762da3 View commit details
    Browse the repository at this point in the history
  10. Make release action create actual releases

    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b817e12 View commit details
    Browse the repository at this point in the history
  11. Make paths in installation tab of preferences selectable

    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    b8aeed9 View commit details
    Browse the repository at this point in the history
  12. Fix typo in readme

    Fin Christensen committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    dcebeed View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Configuration menu
    Copy the full SHA
    63ef742 View commit details
    Browse the repository at this point in the history
  2. Add packaging notes to readme

    Fin Christensen committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    326bd57 View commit details
    Browse the repository at this point in the history
  3. Fix reloading of extension after tool uninstall and remove reload tar…

    …get from makefile as it does not work on newer versions of gnome
    Fin Christensen committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    4d40a86 View commit details
    Browse the repository at this point in the history
  4. Add gnome-shell restart notes to readme

    Fin Christensen committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    ed7b6a5 View commit details
    Browse the repository at this point in the history
  5. Add polkit rule as suggested by @mastercaution

    Fin Christensen committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    863f96f View commit details
    Browse the repository at this point in the history
  6. Add debug build action

    Fin Christensen committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    98ec022 View commit details
    Browse the repository at this point in the history
  7. Fix silent unknown action

    Fin Christensen committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    4c11389 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Add gnome 3.28 legacy support for Ubuntu 18.04 and fix supported chec…

    …k in installer.sh
    Fin Christensen committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    be89b51 View commit details
    Browse the repository at this point in the history
  2. Replace gnome-extension tool for reloading extension with gnome-shell…

    …-extension-tool for compatibility with Ubuntu 18.04
    Fin Christensen committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    5b75dc6 View commit details
    Browse the repository at this point in the history
  3. Fix heading weight

    Fin Christensen committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    6014a7b View commit details
    Browse the repository at this point in the history
  4. Fix wrong description in readme

    Fin Christensen committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    bdab761 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Fix translation not working in update menu

    Fin Christensen committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    0e41c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fd58c9 View commit details
    Browse the repository at this point in the history
  3. Change journalctl command in README

    Fin Christensen committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    4dd7a19 View commit details
    Browse the repository at this point in the history
  4. Fix #112

    Fin Christensen committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    6167bea View commit details
    Browse the repository at this point in the history
  5. As preferences window is displayed with the new gnome-extensions tool…

    … in gnome >=3.34, no further action is needed when using this extension under Ubuntu 20.04
    Fin Christensen committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    070f792 View commit details
    Browse the repository at this point in the history
  6. Remove pkg-config dependency

    Fin Christensen committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    1c43ca5 View commit details
    Browse the repository at this point in the history