Revision:

Revisions

# Date Author Comment
c590dd6d 01/02/2013 02:09 am admin

- Show all g_log messages instead of only a limited number of logging domains
- Make sure all g_log messages are printed to stdout/stderr correctly on win32 (fixed in Glib)
- Prevent an assertion failure in download_queue_mark_file_as_decoded_and_unref which caused decode actions to become stuck

06c56ba2 01/02/2013 12:34 am admin

The gthread library is deprecated as of glib 2.34 and can be dropped safely

60725ee9 01/01/2013 10:38 pm admin

Prevent a endless loop when a part is decoded which doesn't have any attachments

c6e1bdb7 12/29/2012 11:43 pm admin

Fix minor build issue on OSX

ea2630ee 12/29/2012 10:53 pm admin

Reverted the pieces of the previous commit which were accidently added to the 0.7 branch..these shouldn't have been committed

267e15fb 12/29/2012 10:50 pm admin

- Made NNTPGrab compatible with Qt 5.0.0 Final
- Build the Windows binaries with the compiler flag Wa,-compress-debug-sections to reduce file size
- When using the Qt frontend, also print messages from the NNTPGrab Core to the console (if a console is detected)...

c4f35776 12/29/2012 10:50 pm admin

- Made NNTPGrab compatible with Qt 5.0.0 Final
- Build the Windows binaries with the compiler flag Wa,-compress-debug-sections to reduce file size
- When using the Qt frontend, also print messages from the NNTPGrab Core to the console (if a console is detected)...

1952 12/02/2012 05:21 pm Alguno

Fix failure in the nzbcreator/retrieve_collection_details testcase.
The failure was caused by the fact that the server already purged the collection which was used for this testcase

1951 12/02/2012 04:05 pm Alguno

Made the Qt frontend compatible with Qt 5.0 beta 2

1950 12/02/2012 03:13 pm Alguno

Updated contributed French and Turkish translations and added French and Turkish translations to the Qt frontend

1949 09/09/2012 09:00 pm Alguno

Use Qt5 in the win32 and win64 installers

1948 09/02/2012 08:33 pm Alguno

Qt frontend: If the user has selected both the collection and one or more file(s) inside the collection then there's no need to try to remove the individual file(s)

1947 09/01/2012 09:52 pm Alguno

- Show the download queue progress in the taskbar icon on Windows 7 environments
- Disable the tray icon configuration option by default on Windows 7 environments
- Improved compatibility with Qt5

1946 08/25/2012 08:52 pm Alguno

Fixed a Win32/Win64 specific memory leak which occured on every server disconnect

1945 08/16/2012 06:06 pm Alguno

Fix compilation on non-Windows environments

1944 08/16/2012 05:53 pm Alguno

- Fixed a crash in the PAR2 plugin which could occur when the frontend is compiled with MSVC
- Made the Qt frontend build fine with MSVC
- Added support for Qt5
- Reduced the amount of exported symbols in the Qt frontend on Win32/Win64 (which are needed for Qt plugins)...

1943 07/01/2012 05:03 pm Alguno

Improved translations and removed some texts which shouldn't be translated

1942 07/01/2012 03:55 pm Alguno

Removed the text 'Disconnect stamp' from the translations of the Qt frontend as it belongs to an invisible tree column

1941 06/25/2012 07:32 pm Alguno

Don't trigger 'WidgetRepairAndUnpack::unpackUnneeded: collection_item is NULL' warnings when a collection doesn't contain .par2 files. Refs #101

1940 06/19/2012 08:24 pm Alguno

- Added a new event to the unpack plugin: unpack_unneeded which will be emit when no archives were detected
in the downloads folder. The Gtk and Qt frontend are also able to process this event. Closes #101
- When trying to move files in the download queue, trigger an assertion message when the move is invalid...

1939 06/16/2012 04:01 pm Alguno

Updated translations (and fix some minor spelling errors)

1938 05/28/2012 04:46 pm Alguno

Updated ChangeLog with a fix which was introduced in the latest glib2 package for win32/win64 - https://bugzilla.gnome.org/show_bug.cgi?id=674214 :
Saving the download queue on win32 and win64 could result in a 'Permission denied' error. Fixed
Resolves the issue mentioned at https://www.nntpgrab.nl/boards/2/topics/369

1937 05/28/2012 01:16 am Alguno

NNTPGrab 0.7.2 tagged

1936 05/27/2012 11:27 pm Alguno

Bump the year in all the license tags to (C) 2005 - 2012

1935 05/26/2012 05:08 pm Alguno

Make the .desktop files more compliant with the freedesktop specifications.
Resolves the following warning from the desktop-file-install tool:
error: (will be fatal in the future): value "nntpgrab.png" for key "Icon" in group "Desktop Entry" is an icon name with an extension, but there should be no extension as described in the Icon Theme Specification if the value is not an absolute path

1934 05/25/2012 10:11 pm Alguno

Automatic PAR2 repair and automatic unpack wasn't working in the Gtk frontend on Mac OS X. Fixed

1933 05/25/2012 08:14 pm Alguno

- Make sure all messages are translated in the Qt frontend on Mac OS X
- Make sure the textbox in the Debug window in the Qt frontend is read-only
- Updated translations
- Updated ChangeLog

1932 05/22/2012 12:32 am Alguno

- Build the Mac OS X packages against Qt 4.8.1

1931 05/21/2012 01:04 pm Alguno

- Rename nntpgrab_gui.exe to nntpgrab_gui_qt.exe in the win32/win64 installers
- Make sure the Qt frontend plugins are built correctly for the win32/win64 targets

1930 05/20/2012 01:39 am Alguno

Make linking of NNTPGrab Qt user interface plugins succeed for win32/win64

1929 05/19/2012 08:28 pm Alguno

- Plugins can now change the user interface of the Qt frontend. Closes #58
- Started on the Qt user interface part of the download counter plugin. Refs #12
- Split the MainWindow object of the Qt frontend in a public and a private part to avoid plugins from messing up internal administration...

1928 05/19/2012 02:33 pm Alguno

- Fixed a small rendering issue in the Gtk3 frontend when using Gtk 3.4.0 or higher
- Bump version

1927 05/18/2012 11:47 pm Alguno

Revert part of an invalid merge

1926 05/18/2012 11:28 pm Alguno

Another build fix

1925 05/18/2012 11:06 pm Alguno

- Fix build failure caused by previous commit
- Make sure the gio/ssl testcase doesn't fail any more with GLib 2.31.0 or higher

1924 05/18/2012 03:18 pm Alguno

- Allow the user to kill the NNTPGrab Server using the Qt frontend (backport of r1919)
- Fix compile error in the Qt frontend when Subversion 1.7 is installed (backport of r1915 and r1919)
- Fix compile failure of the Qt frontend when using gcc 4.7 (backport of r1919)...

1923 05/16/2012 05:36 pm Alguno

Fix compile failure with PHP 5.4

1922 04/29/2012 09:22 pm Alguno

- Fix build failure when using Subversion 1.7 (backport of r1914)
Resolves the issue mentioned at https://www.nntpgrab.nl/boards/1/topics/372
- Connecting to a NNTPGrab Server in the GTK3 frontend could result in an assertion failure (backport of r1897). Fixed...

1921 04/29/2012 08:36 pm Alguno

- When importing a collection using the Qt frontend from the Online Search the collection name would get stripped unnecessary.
Resolves the issue mentioned at https://www.nntpgrab.nl/boards/1/topics/446
- Fixed a crash in the Qt frontend which could occur when a plugin event was triggered without any parameters...

1920 04/21/2012 10:32 pm Alguno

Fix osx compilation

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...

1918 04/19/2012 03:03 pm Alguno

Fix compile failure when using gtk3 on win32 and win64 environments

1917 04/19/2012 02:32 pm Alguno

Make sure the nntpgrab_utils library is linked against ws2_32 and ole32 on Win32 and Win64

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

1915 12/20/2011 05:56 pm Alguno

Also fix the svnversion command used by the update_version.sh script which is part of the Qt frontend

1914 12/20/2011 05:53 pm Alguno

- Fixed possible build failure when Subversion 1.7 is installed (the behaviour of the svnversion command changed in that version)
- nntpgrab_plugin.h: Don't include the internal header collections.h anymore as it isn't part of the public API

1913 12/02/2011 12:01 am Alguno

- Completed the implementation of the Download Counter plugin. Refs #12
- Completed the implementation of the GTK Download Counter plugin
- Added a new API function to the nntpgrab_utils library: nntpgrab_utils_get_readable_time_stamp
- Fixed some possible segfaults in the recently added JSON-RPC plugin functions...

1912 11/30/2011 08:44 pm Alguno

The move to top/up/down/bottom buttons in the download queue context menu in the Qt frontend were broken. Fixed. Closes #90

1911 11/22/2011 12:17 am Alguno

- Frontends can now call methods which are provided by plugins. Closes #57
- All plugins now need to provide an implementation for the nntpgrab_plugin_call_plugin_method
function to catch all external method calls
- Moved all glib wrapper declarations to a separate .h file

1910 11/21/2011 10:25 pm Alguno

- Implemented the user-interface part for the download counter plugin in the Gtk frontend.
When the download counter plugin is loaded an additional menu item will show up in the Plugins menu.
When the user clicks on this menu item, the download counter user interface will be shown. Refs #12...

1 2 3 ... 40 Next » (1-50/1959) | Per page: 25, 50, 100

Also available in: Atom