Help the development of NNTPGrab by signing up for an account at GigaNews or donating directly to the project
History | View | Annotate | Download (6.5 KB)
- 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...
Add libp11-kit-0.dll to the win32 and win64 installers as it is required by gnutls
- 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)
Bundle libssp-0.dll with the win64 installer
- 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...
Bundle libffi-6.dll with the Win32 and Win64 installers as it's required for the most recent glib2
- 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)
Added another file required for enabling SSL/TLS support on Win32/Win64 using the GIO backend
- 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....
- 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
Bundle the pixbuf loaders from the gdk-pixbuf-2.0 library instead of the old GTK ones with the Win64 setup
- 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...
Renamed the 'revXXX' part in the win32/win64 setup filenames to 'rXXX'. Closed #69
- 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
- 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
- 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
Some small changes required for the new mingw-w64 based toolchain
- 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
- 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
Added a shortcut for the Qt frontend in the Win32/Win64 installers
Enable the Qt translations in the Win32 and Win64 setups
- 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
Dropped the GtkHTML dependency The update information tab isn't fully ported yet. refs #19
Install the Win64 files in C:\Program Files instead of C:\Program Files (x86)
Added support for creating a setup.exe for Windows x64 environments
Renamed the trunk_new branch to trunk
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
Branched for NNTPGrab 0.6
Updated Win32 install scripts