Commit Graph

293 Commits

Author SHA1 Message Date
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
Arnavion c7bf4b0474 Replaced use of T4 templates with PS-based templates.
TextTransform.exe is not available with Express versions of Visual Studio.
2013-12-27 12:05:07 -08:00
TingPing 5c872eb110 win32: Improvements to portable-mode in installer 2013-11-16 15:37:41 -05:00
TingPing 9834301eda win32: Download spelling dictionaries from installer 2013-11-15 09:49:01 -05:00
TingPing 3f1994f3bf win32: Download deps during installation 2013-11-10 03:56:50 -05:00
Arnavion 39aec3a45b installer: Use correct path to iscc.exe depending on the platform. 2013-11-03 14:46:13 -08:00
Arnavion 2e75068c7c Use correct path to TextTransform.exe depending on the platform. 2013-11-03 14:16:11 -08:00
TingPing 9e5551aa59 win32: Install pixbuf engine 2013-10-28 21:56:01 -04:00
TingPing 712cfc3135 win32: install theme manager by default 2013-10-20 03:37:58 -04:00
Arnavion e2edbfe47d win32: Use version information from configure.ac to populate the Windows-specific files that need it - config-win32.h, version.txt, hexchat.rc, hexchat.iss
This is done via T4 templates. The original files are now generated at build-time and so have been added to .gitignore and removed from the repository, with the exception of version.txt which must be hosted on GitHub for the updater plugin.
2013-10-12 18:41:27 -07:00
Arnavion 0061cd38d0 win32: Make all projects depend on common so that common is always run before any others. 2013-10-12 18:41:27 -07:00
TingPing 80625a06fa Fix installer on 32bit Windows 2013-10-12 13:36:43 -04:00
TingPing 111a58f1ef Improve Windows installer
- Unify x86 and x64 installer files
- Get rid of version program
- Clean up .iss file
- Only allow one installation
2013-10-09 17:17:53 -04:00
Farow 19ef48d0e8 Added shortuct to config folder to installer
Fixes #612
2013-10-03 14:42:32 +03:00
TingPing 1f84c507a0 Reorganize files and migrate images to gresource 2013-09-29 02:24:06 -04:00
TingPing 6fc412c4e2 Update installer links to 2013 redist 2013-09-25 00:54:28 -04:00
TingPing 0749cb1553 Remove hextray 2013-09-24 21:01:16 -04:00
TingPing ae04663aa9 First round of using GTK accessor functions
This is the first step to build with GSEAL_ENABLE
setup.c uses a deprecated fontchooser,
chanview-tabs.c didn't like the conversion, and
I am waiting to do some work on xtext.c before
converting it.
2013-09-20 17:24:39 -04:00
Eustachy Kapusta bfa199be79 Add /d2Zi+ switch for better debug symbols 2013-09-20 13:11:01 +02:00
Eustachy Kapusta b658fca4a7 Convert project files to vs2013 2013-09-15 15:07:46 -07:00
TingPing a71849db3f Bump Version to 2.9.6 2013-09-11 18:18:19 -04:00
Eustachy Kapusta 2528a78593 Remove VS Redistributable update version from installer link 2013-08-04 11:45:08 +02:00
Eustachy Kapusta 715a520c0e Move optimization settings from all subsequent projects to hexchat.props 2013-07-24 20:56:36 +02:00
Berke Viktor f313a83474 Update Perl library name 2013-05-18 21:33:22 +02:00
Berke Viktor 65e384523a Make copy depend on python3 as well 2013-05-04 02:41:53 +02:00
Berke Viktor 80aee2af6c Fix VS edition 2013-05-04 02:35:38 +02:00
TingPing ffa1ea7358 Add python3 plugin 2013-05-03 20:26:58 -04:00
Berke Viktor b2ae3b9dd1 Update gtkrc 2013-04-28 05:47:20 +03:00
Berke Viktor 6001ceff9f Get rid of bundled beep 2013-04-27 23:00:18 +02:00
Arnavion 07bc467d03 win32: Moved PlatformToolset configuration to individual project files. It should be set before setting other properties or importing other props.
This fixes the broken GUI Platform Toolset indicator, as well as VS compilation itself if another version such as 2010 was also installed.
2013-04-25 21:03:03 -07:00