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

Windows installer... again. #297

Closed
wants to merge 28 commits into from

Commits on Oct 13, 2017

  1. pep8 etc.

    RoDuth committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    a081bc2 View commit details
    Browse the repository at this point in the history
  2. change to non-capitalised name

    RoDuth committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    fe2c16e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad17985 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. Configuration menu
    Copy the full SHA
    79b00fb View commit details
    Browse the repository at this point in the history
  2. else: to 2 lines

    RoDuth committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    ddf12b8 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/ghini-1.0-dev' into ghini-1.0-…

    …wininstaller
    
    Conflicts:
    	bauble/utils/web.py
    	scripts/build-multiuser.nsi
    RoDuth committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    f3ed399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    745e2da View commit details
    Browse the repository at this point in the history
  5. remove TODO

    RoDuth committed Oct 14, 2017
    Configuration menu
    Copy the full SHA
    2b53044 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. pylintrc correction

    RoDuth committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    322a28a View commit details
    Browse the repository at this point in the history
  2. Delete old build.nsi

    Now that we have a completely new NSIS script there is no need for the
    original version.  This version was written prior to the introduction of
    User Account Control and other modern MS Windows paradigms. It therefore
    does not work well with them.
    RoDuth committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    c5797b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Start at simplifying the wininstall process

    Largely experimental at this point.  More to come.
    RoDuth committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    ee77a52 View commit details
    Browse the repository at this point in the history
  2. more temp stuff

    RoDuth committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    6bdab48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    855b757 View commit details
    Browse the repository at this point in the history
  4. setup.py nsis

    RoDuth committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    eec8ce5 View commit details
    Browse the repository at this point in the history
  5. improving setup.py nsis

    RoDuth committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    6980d04 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    d06ca96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f24c4fb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Configuration menu
    Copy the full SHA
    d0cf019 View commit details
    Browse the repository at this point in the history
  2. build nsis doc

    RoDuth committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    c2a6353 View commit details
    Browse the repository at this point in the history
  3. adding details

    RoDuth committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    ac5dbd8 View commit details
    Browse the repository at this point in the history
  4. More edits

    RoDuth committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    9e49b70 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'ghini-1.0-dev' of https://github.com/Ghini/ghini.desktop

    …into ghini-1.0-wininstaller
    RoDuth committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    cc3f245 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b36909 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. NSIS - Cleaning up and bringing it all together

    - Cleaning up the NSIS plugins stored in data\nsis to include the full
    zipped versions used for the build script plus the files used by
    the script in place.
    
    - Tidy up and complete setup.py custom nsis command.
    RoDuth committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    dac0f49 View commit details
    Browse the repository at this point in the history
  2. Provide a method to register gtk components

    For win frozen state after py2exe build.
    RoDuth committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    62b436f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ghini-1.0-dev' of https://github.com/Ghini/ghini.desktop

    …into ghini-1.0-wininstaller
    RoDuth committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    62a464a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. Configuration menu
    Copy the full SHA
    b19f282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23aa20c View commit details
    Browse the repository at this point in the history