Statistics
| Revision:

root / trunk / nntpgrab_x64.nsi

History | View | Annotate | Download (6.5 KB)

# Date Author Comment
1919 04/21/2012 09:06 pm Alguno

- Moved the winsock initialisation code to the nntpgrab_utils library
- Allow the Qt frontend to be linked statically more easy on Win32/Win64
- Translated the .desktop files (contributed by Stegozor)
- Fix compile failure on Linux when libpeas-devel isn't installed...

1916 04/19/2012 02:17 pm Alguno

Add libp11-kit-0.dll to the win32 and win64 installers as it is required by gnutls

1869 07/21/2011 03:15 pm Alguno

- Require Online Search queries to be at least 4 characters long
- Don't bundle the GTK frontend anymore in the OSX, Win32 and Win64 setups (trunk only)

1867 07/20/2011 02:10 pm Alguno

Bundle libssp-0.dll with the win64 installer

1854 07/13/2011 12:28 am Alguno

- Added a new configure argument which disables building the testsuite: --disable-testsuite
- Added a timeout of 30 seconds to each Online Search request
- Use a more valid timestamp in the Online Search testcase /nzbcreator/generate_nzb
- Improved error handling in the Online Search code...

1848 07/10/2011 02:33 pm Alguno

Bundle libffi-6.dll with the Win32 and Win64 installers as it's required for the most recent glib2

1842 07/05/2011 12:48 am Alguno

- Make sure that the GIO modules are placed in the correct folder on Win32/Win64
- Properly initialize a GStaticMutex in the GNUTLS code
- Fixed a crash in the libgcrypt library on Win32 (SSL downloads using the 'native' backend)

1841 07/04/2011 04:35 pm Alguno

Added another file required for enabling SSL/TLS support on Win32/Win64 using the GIO backend

1840 07/04/2011 03:49 pm Alguno

- Added glib-networking library to the Win32/Win64 installers (fixes 'TLS support not available' warning)
- Dropped the OpenSSL libraries from the Win32/Win64 installers as it's unused anymore
- Properly initialize the trayIconIsShown variable in the Qt frontend's main window class....

1830 05/10/2011 08:27 pm Alguno

- Implemented traffic monitoring and bandwidth shaping in both the native and gio connection backends. Refs #77
- Bundle libpng 1.5 in the Win32 and Win64 setups. Closes #77
- Fixed an issue in the Online Search where files with a size between 2GB and 4GB weren't displayed correctly

1820 03/19/2011 09:13 pm Alguno

Bundle the pixbuf loaders from the gdk-pixbuf-2.0 library instead of the old GTK ones with the Win64 setup

1817 03/14/2011 11:42 am Alguno

- As of GLib 2.27.1, the behaviour of g_get_user_data_dir() was changed to return
a different value. Provide an upgrade path for Win32/Win64 users so that their
configuration won't get lost due to this change. Closes #66
- Dropped the QtLockedFile and QtSingleApplication DLL's from the Win32/Win64 setups...

1808 01/14/2011 03:50 pm Alguno

Renamed the 'revXXX' part in the win32/win64 setup filenames to 'rXXX'. Closed #69

1767 11/10/2010 10:13 pm Alguno

- Only allow the Qt frontend to be running once at the same time
- If another instance of the Qt frontend is detected, automatically give it focus
- Implemented opening NZB files from the command line in the Qt frontend
- Removed some unneeded debug code from the Qt frontend

1762 11/07/2010 02:44 pm Alguno

- Made the Qt frontend the default on Windows and Mac OS X environments
- The Gtk frontend has become optional on Windows environments
- Re-added the openssl libraries to the Windows installers as it's needed by Qt

1757 10/26/2010 10:21 pm Alguno

- Use GnuTLS instead of OpenSSL for the Win32 and Win64 versions
- Fixed a possible crash in the connect dialog of the Qt frontend
- Connecting to a NNTPGrab Server with the Qt frontend was broken. Fixed
- Renamed the toolbar button 'Enable automatic shutdown' to 'Automatic shutdown' to save some space

1753 10/24/2010 02:59 pm Alguno

Some small changes required for the new mingw-w64 based toolchain

1740 09/26/2010 06:28 pm Alguno

- Dropped libmodman.dll from the Win32 and Win64 setups as they're unneeded now
- Updated the Win32 and Win64 builders to use Qt 4.7.0
- Should fix the stability issues in recent Win32 and Win64 snapshots

1724 08/30/2010 09:39 pm Alguno

- When uninstalling the program on Win32 and Win64, some files could get left behind. Fixed
- Added a hack to suppress an error message which occurs on startup on Win32 environments due to an older
version of the example plugin being bundled in the NNTPGrab 0.6.90 setup: https://i37.tinypic.com/4jknjb.jpg

1712 08/21/2010 04:06 pm Alguno

Added a shortcut for the Qt frontend in the Win32/Win64 installers

1668 07/03/2010 11:13 pm Alguno

Enable the Qt translations in the Win32 and Win64 setups

1662 06/27/2010 08:53 pm Alguno

- Added the Qt frontend to the Win32 and Win64 setups
- Automatically build a NNTPGrab-Qt package for OSX environments
- Renamed the NZBCreator to Online Search

1631 05/23/2010 03:57 pm Alguno

Dropped the GtkHTML dependency
The update information tab isn't fully ported yet. refs #19

1626 05/16/2010 05:03 pm Alguno

Install the Win64 files in C:\Program Files instead of C:\Program Files (x86)

1625 05/16/2010 12:57 am Alguno

Added support for creating a setup.exe for Windows x64 environments

1517 01/31/2010 02:56 pm Alguno

Renamed the trunk_new branch to trunk

1364 11/08/2009 01:05 pm Alguno

Created a new branch for NNTPGrab 0.6 development.
The previous attempt to implement a plugin architecture in the trunk caused
too much performance loss so a different approach is required

1325 07/07/2009 10:34 pm Alguno

Branched for NNTPGrab 0.6

989 08/22/2008 01:57 am Alguno

Updated Win32 install scripts