Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win/misc
AgeCommit message (Collapse)Author
2023-09-16imprv: Windows appx: Add URI handler for xmpp: URIswurstsalat
2023-06-09ci: Add Windows MSIX package buildMichel Le Bihan
2023-05-29refactor: Rename main application entry pointsPhilipp Hörist
2023-05-28cq: Use union operator everywherePhilipp Hörist
2023-04-13ci: Windows: Make build work in any MSYS environmentMichel Le Bihan
2023-03-05imprv: Declare that the installer is DPI-awareMichel Le Bihan
2023-03-03cfix: Windows installer: Save files using UTF-8 with BOM, convert ↵wurstsalat
intendation to spaces
2023-03-02imprv: Windows installer: Add Polish languageDaniel Brötzmann
2023-02-20other: Windows installer: Remove 'Run application' checkbox on finish pagewurstsalat
Running Gajim after the setup (which is using elevated privileges) will run gajim.exe in the same context. This may lead to problems, since Gajim should not be run with elevated privileges. Running with user privileges can not be easily achieved using NSIS. Therefore, running the application after the setup has been disabled.
2023-01-06ci: Windows: Don’t fail on dependency checkPhilipp Hörist
2023-01-06ci: Windows: Ignore Soup 2.4 in dependency checkPhilipp Hörist
2023-01-03cq: Sort imports with isortPhilipp Hörist
2022-12-11cfix: Add missing and remove unneeded execute bitsGrzegorz Szymaszek
Remove the execute bit from files that most likely should not be executable in a Unix-like environment, like Markdown or Yaml. Set the execute bit on files that most likely should be executable: those having "#!/usr/bin/env ..." or similar solutions.
2022-12-04refactor: Scripts: Fix various issuesPhilipp Hörist
- Use logging module everywhere - Fix boolean traps - replace exit() with sys.exit()
2022-07-24refactor: Use single quoteslovetox
2022-07-24refactor: Use single quoteslovetox
2022-06-15chore: Fix codestyle errorslovetox
2022-06-01chore: Windows: Remove obsolete strings from portable installerwurstsalat
2022-06-01imprv: Windows: Simplify installerwurstsalat
- Simplify the process of automatically uninstalling previous versions - Fix running upgrade in silent mode - Remove obsolete strings Fixes #10876
2022-04-17refactor: Make depcheck more readablelovetox
2022-04-17chore: WinDepCheck: Add type annotationslovetox
2022-04-17chore: WinLauncher: Add type annotationslovetox
2022-01-02Update icons on WindowsAndré Apitzsch
Used command convert -density 256x256 -background transparent org.gajim.Gajim.svg -define icon:auto-resize -colors 256 gajim.ico Fixes #10738
2021-12-10Windows installer: Improve UXwurstsalat
2021-12-08Windows installer: Improve upgrade processwurstsalat
2021-12-08Windows installer: Quit Gajim when starting upgradewurstsalat
This improves UX with older uninstallers
2021-12-03Portable Installer: Improve cleanupwurstsalat
2021-12-03Installer: Automatically detect and offer to 'upgrade' previous versionwurstsalat
2021-12-03Uninstaller: Wait for user to quit Gajimwurstsalat
2021-10-09Remove unused variablelovetox
2021-05-14Installer: Add Gajim branding textwurstsalat
2021-05-14Uninstaller: Kill gdbus.exe if runningwurstsalat
2021-05-14PortableInstaller: Add directory cleanupwurstsalat
2021-02-21Windows: Fix launcherlovetox
2021-02-14Windows: Set debug env varlovetox
This allows us to discover if Gajim was started with Gajim-Debug.exe
2020-12-31Windows: Convert version correctlylovetox
2020-12-31Windows: Fix buildlovetox
2020-11-06Portable: Move config path parameter to applicationAndré Apitzsch
If a user called bin/Gajim.exe directly config_path parameter was ignored, which could lead to problems with non-portable user settings.
2020-10-15Windows Installer: Add xmpp URI handlingDaniel Brötzmann
2020-03-18Windows: Fix mixed indentationlovetox
2020-03-18Windows: Fix creating portable filelovetox
2020-03-17Portable Installer: Add hint for Gajim to check if it runs as portableDaniel Brötzmann
2019-07-06Installer: Add svg graphics and tone down background colorDaniel Brötzmann
2019-07-06Installer: Fix some german stringsDaniel Brötzmann
2018-11-16Windows: Fix buildPhilipp Hörist
data is now a str
2018-11-13Windows: Get objdump output as stringPhilipp Hörist
Otherwise we have to guess the encoding of the host system
2018-10-23Windows: Add folder to DLL searchPhilipp Hörist
This makes python look into the `bin` folder when searching for DLLs before it trys C:\Windows or C:\Windows\system32 and potentially finds other versions of DLLs Fixes #8968
2018-09-15Fix Windows buildPhilipp Hörist
- Downgrade to glib2 2.56.2 because higher is broken on Windows 7 - Dont abort build if depchecker fails on some files
2018-04-26Fix Windows buildPhilipp Hörist
2018-03-30Provide 64bit installer for WindowsPhilipp Hörist