Commit Graph

322 Commits

Author SHA1 Message Date
tomek
c874a9525c Bump version to 2.12.0 2016-03-12 16:21:52 +01:00
Arnavion
d48f31191f Updated location of GTK theme engines in 2.24.30. 2016-03-11 21:00:06 -08:00
tomek
35254fa6eb win32: Update Python to 3.5 2016-03-06 18:27:59 -05:00
Arnavion
eab580408c installer: Fixed VS2015 CRT DLL name. 2015-11-26 00:05:38 -08:00
tomek
1d8dd50455 win32: Fix installer 2015-10-12 19:26:28 +02:00
tomek
be5e2b9566 win32: Update Visual Studio 2015 redist links in installer 2015-10-11 16:14:23 +02:00
tomek
e40fbee772 win32: Add Windows 10 ID to manifest 2015-10-11 16:13:15 +02:00
Arnavion
f7e3d3f32c Use VS 2015 2015-10-10 16:14:12 -07:00
Arnavion
98fefcd162 Switch from mozilla-build to msys2. 2015-03-15 19:06:29 -07:00
Arnavion
fb422732f2 libenchant_win8 needs to depend on common to be able to use config.h 2015-03-08 12:47:03 -07:00
TingPing
0a29313fff Remove unused win32 files 2015-02-27 15:06:45 -05:00
TingPing
b009084a52 Don't install spelling dicts if win8+ 2015-02-22 00:20:26 -05:00
Arnavion
363321dc33 Fixed installer not actually bundling libenchant_win8.dll because it wasn't made to depend on the project. 2015-02-21 03:17:44 -08:00
Arnavion
5b24c60def Win8+ native spell checking requires compiling with Win8 target.
Win8-specific features are still loaded dynamically, so HC still works the same on W7.
2015-02-21 03:12:27 -08:00
TingPing
96026b82c7 Add support for native win8+ spell checking 2015-02-21 05:54:58 -05:00
TingPing
b6877ccf5c win32: Use WinSparkle for handling updates
Fixes #1282
2015-02-12 19:11:46 -05:00
Arnavion
9858784eb6 Better project files.
- Output directly to rel\ instead of to bin\ and then copying files over.
- Deduped Win32 vs x64 configs
- Moved some common properties to hexchat.props
- All build intermediates (except htm's intermediates) are no longer emitted in the source directory
2015-02-11 10:01:29 -08:00
TingPing
7e4a585611 win32: Use https for installer downloads
Fixes #1268
2015-02-11 07:59:48 -05:00
TingPing
f4f27e438b Implement windows 8.1+ notifications
This splits notifications up into multiple backends
currently only libnotify on unix and win8 toasts.

The win8 backend was originally written by @leeter
though heavily modified.
2015-02-04 20:24:53 -05:00
TingPing
1b2bee37e4 Remove option to disable ipv6
It has been default for a while, is the only tested option,
and will only get more common.
2014-12-28 22:29:06 -05:00
TingPing
aeb5d15871 More consistently include config.h 2014-12-17 18:21:10 -05:00
Ivan
3fbe5b876e Add missing dependencies for glib's g_spawn on windows 2014-12-02 22:12:48 +01:00
TingPing
232096801b Bump updater version to 2.10.2 2014-11-25 10:37:00 -08:00
TingPing
345c8a29ad Stupid github editor adding newlines 2014-07-28 16:24:43 -04:00
TingPing
4b549eeac8 Bump updater version on Windows 2014-07-28 16:14:10 -04:00
TingPing
3c584e2cd5 win32: Update Python links 2014-07-19 10:08:12 -04:00
TingPing
9372972ad4 win32: Don't allow installing on Vista
It does not run on Vista
2014-07-19 10:06:29 -04:00
TingPing
466646f84a win32: Silent installer improvements
- Launch uninstaller as VERYSILENT
- Don't launch Python/Perl installers when silent
2014-06-27 19:10:55 -04:00
TingPing
e0f80e41bf win32: Use theme shipped with gtk
No reason for us to maintain own copy. This also
makes custom theme installing easier.
2014-06-25 20:38:53 -04:00
Berke Viktor
62209618e1 We don't ship DNS as a plugin anymore 2014-06-13 22:31:08 -04:00
Berke Viktor
7bfa2ee8a7 Fix GTK+ bundle licenses missing from installer 2014-06-13 22:31:00 -04:00
TingPing
c1d9aad546 win32: Fix path in installer project 2014-06-04 14:07:43 -04:00
TingPing
b8c02f71d9 win32: Use config.h instead of config-win32.h 2014-06-04 10:30:18 -04:00
TingPing
8538dd1a49 win32: Don't auto-generate version.txt 2014-06-03 09:43:14 -04:00
TingPing
9b9ca27987 Bump version to 2.10.0 2014-06-01 13:07:12 -04:00
bviktor
0838f8f688 Cosmetics 2014-05-31 17:15:45 +02:00
Berke Viktor
0e0efbdb9a Replace Inno Perl with MSI Perl 2014-05-29 15:33:03 +02:00
TingPing
a93e152912 ... and update perl description in installer 2014-05-28 19:14:17 -04:00
TingPing
fdd922433b win32: Update perl urls in installer 2014-05-28 19:06:16 -04:00
tomek
8c00a4ff40 perl: Update Perl to 5.20 2014-05-28 18:22:19 +02:00
TingPing
2a2eafcf1d win32: Update gtk theme description in installer 2014-04-17 02:43:22 -04:00
TingPing
f994ef3f92 win32: Fix python 3.4 check in installer 2014-04-08 20:17:04 -04:00
Arnavion
99ee7b6ef8 win32: Quote paths when invoking glib-compile-resources.exe
Also escape the trailing backslash in DataDir since otherwise it escapes the double-quote after it.
2014-03-18 11:05:54 -07:00
Arnavion
4cc764256c win32: Powershell.exe absolutely needs "-File" when running scripts or else it parses arguments with spaces as separate parameters. 2014-03-18 10:44:53 -07:00
TingPing
36950c0d46 win32: Bump python to 3.4.0 2014-03-17 09:05:58 -04:00
Arnavion
71e54854ec win32: Updated Python dependencies to 2.7.6 and 3.3.4 2014-02-28 01:11:18 -08:00
TingPing
f35ae03a66 Build with GTK_DISABLE_DEPRECATED 2014-02-14 16:31:08 -05:00
TingPing
8d77fd6a57 win32: Update installer for new Perl 2014-02-06 16:47:34 -05:00
TingPing
efcb850956 win32: Include gtk theme in minimal install 2014-01-26 06:55:39 -05:00
TingPing
20d26aea94 Rewrite dns command
- Cross platform
- Doesn't depend on external tools
2014-01-08 01:32:28 -05:00