Rebase improve_win_ci and fix a few bugs#794
Merged
corrados merged 1189 commits intojamulussoftware:improve_win_cifrom Dec 24, 2020
Merged
Rebase improve_win_ci and fix a few bugs#794corrados merged 1189 commits intojamulussoftware:improve_win_cifrom
corrados merged 1189 commits intojamulussoftware:improve_win_cifrom
Conversation
Update pt_BR translation for 3.6.0 (see #77)
It Trans. Updated for New Release
…outing, it can happen that the values are out of range {-1..1} and therefore we have to prevent bad clipping effects by using Float2Short
This header was introduced in Qt 5.6.
Add version guards for QVersionNumber includes.
Updated installer background graphic for osx installer
French translation update for 3.6.0
Update installerbackground.png
Update translation_sv_SE.ts
Updated manual png and corrections
…istorytool-scaling Add scaling to SVG graph
…amexporter-lof-support Rewrite to support RPP and LOF recovery
Replace link to manual.
Replace with link to manual on jamulus.io
Replace with link to manual in jamulus.io
Link to Spanish version
Retire manual.md
Signed-off-by: Tormod Volden <[email protected]>
systemd unit: Remove obsolete --servername option
The Powershell script provides the following improvements: - Automatic download of Jamulus dependencies (ASIOSDK, NSIS installer) - Automatic detection of Visual Studio/Build Tools installation (version 2017 and above) - Application packaging using Qt deployment tooling (windeployqt) - Easy execution from a standard Command Prompt as: powershell windows\deploy_windows.ps1 "<qt-install-path>"
The rework provides the following improvements: - Correct handling of 64bit and 32bit installations (registry keys, installation paths, disk space requirements) - Safer handling of installation path (only install into a new folder) - Update to Modern UI 2 installer experience - Support for internationalization (installer language selection and translations) - Fix broken detection of Jamulus already running (see https://sourceforge.net/p/llcon/discussion/software/thread/f3174d7f6f/) - Automatic detection of target files and folders to install
Update the Qt installer automation script to account for the latest changes in the installation process. The Qt online installer now requires a valid Qt user account. Also use the updated Windows deployment script.
Member
Author
|
Doing some checks. I think I got the server icon working. Unfortunately the uninstall icon doesn't seem to work. But that shouldn't be blocking. Once my changes are tested, the installer backgrounds should be updated. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
With these changes (e6ab8d3) I could now compile jamulus and build the windows installer.
This PR is based on the latest code on master.
This PR could probably fix multiple issues Installer should use public start menu (and desktop) for links #792 Windows installer gets install location wrong for 64bit instances #738 Install Jamulus shortcut for all users #793
Things to note:
Todo: The server Icon is still the normal jamulus icon.(done)@doloopuntil did most of the work. Could you comment on that?