Revision:

Revisions

# Date Author Comment
1822 03/27/2011 08:26 pm Alguno

Fixes a possible assertion error in the Qt frontend on Win32 as mentioned in issueID #75

1821 03/20/2011 04:59 pm Alguno

When making changes to the download queue, write back those changes to a tempory file first before replacing the original file.
This prevents the possibility of the download queue becoming corrupt when the disk is full

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

1819 03/19/2011 09:12 pm Alguno

- Convert all strings coming from the NNTPGrab Core to the Qt Frontend
to the QString native character encoding (which isn't UTF-8 on Windows).
Fixes an issue where names of collections and files could get malformed
if they contain non-UTF8 characters. Closes #72...

1818 03/15/2011 02:20 pm Alguno

Updated the DDL of the Online Search database in order to support grouping files in collections

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

1816 03/11/2011 09:43 pm Alguno

Changes in the indexer:
- While purging old data, also drop old entries from the newsgroup_statistics table

1815 03/06/2011 01:41 am Alguno

Moved the indexer code to a separate folder

1814 03/06/2011 01:14 am Alguno

Changes in the indexer:
- When indexing new groups, start at the oldest part but only download up to MAX_INITIAL_FETCH headers in each run
in order to make sure that other newsgroups don't fall behind too much (as indexing new groups can take a very long time)...

1813 03/05/2011 03:53 pm Alguno

- The download queue could get stuck in the suspended state when all login attempts failed. Fixed
- Showing the debug window in the GTK frontend in standalone mode was broken. Fixed
- If auto-import gets triggered when the GTK frontend is running, a harmless error...

1812 01/28/2011 09:01 pm Alguno

Some more GTK3 compatibility fixes

1811 01/19/2011 09:08 pm Alguno

Show the correct timestamp for collections in the download queue (Qt frontend)

1810 01/19/2011 08:50 pm Alguno

- Added support for GTK 2.99.0 and above
- Worked around a change in the behaviour of the g_str_hash function which was introduced in GLib 2.27.4

1809 01/14/2011 03:54 pm Alguno

Updated translations. Closes #69

1808 01/14/2011 03:50 pm Alguno

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

1807 01/14/2011 03:29 pm tg1311

closes #65

1806 01/09/2011 11:09 pm slayeriq

closes #62

1805 01/09/2011 07:38 pm Alguno

Patch by swsnyder (https://www.nntpgrab.nl/boards/4/topics/160):
- Increase the size of the buffer used to hold the date/time string
- Don't pound the user with complaints

1804 12/30/2010 11:04 pm Alguno

Downloading using SSL wasn't working anymore when using GNUTLS 2.8.0 or higher due to API changes. Fixes #64

1803 12/25/2010 07:38 pm Alguno

Changes in the NNTPGrab Core:
- Added a small optimalization to the nntpconnection_read_msg function by dropping some duplicate code
Changes in the Qt frontend:
- When moving files/collections in the download queue to the top or up which are
already at the top a 'beginMoveRows failed' message could get shown. Fixed...

1802 12/25/2010 06:39 pm Alguno

Use a bundled copy of the QtLockedFile and QtSingleApplication classes which will
be used by the Qt frontend when no system-wide installed version can be found

1801 12/20/2010 04:38 pm Alguno

NNTPGrab 0.6.91 tagged

1800 12/20/2010 02:36 pm Alguno

Fixed a compile warning on Win32
Some files were missing from the 'make dist'. Fixed

1799 12/20/2010 01:42 am Alguno

Executing files and opening download folders using the Qt frontend was broken on Win32/Win64. Fixed

1798 12/19/2010 08:38 pm Alguno

- Give the various columns in the download queue a more sane width in the Qt frontend
- When a connection error occurs on Win32, the reason 'Unknown error' could be given instead
of the real error. Changed this behaviour so that more sane error messages are returned

1797 12/19/2010 12:52 am Alguno

- Replace the atoll and snprintf functions in the decoder plugin with their GLib counterparts to resolve some strange segfaults on Win32
- Try to load the exchndl.dll file on Win32/Win64 when running the Qt frontend

1796 12/18/2010 09:00 pm Alguno

Fixed a possible segfault in the JSON-RPC plugin which only occured on OSX

1795 12/18/2010 05:37 pm Alguno

Enable the .nzb file association in the Qt frontend for Mac OS X

1794 12/18/2010 04:45 pm Alguno

Changes in the Qt frontend:
- Auto-import wasn't working on OSX and when the program is running in networked mode
- Notifications didn't work on OSX. Fixed
- Dropped the requirement for QtDBus as it isn't needed

1793 12/17/2010 09:08 pm Alguno

When adding a new server in the Qt frontend, make sure that the server is enabled by default

1792 12/17/2010 08:09 pm Alguno

Show a notification when a NZB file is automatically imported when using the Qt frontend

1791 12/17/2010 07:24 pm Alguno

- Fixed a small regression in the Qt frontend introduced by the previous commit
- Catch the key in the Qt frontend when in the download queue tab

1790 12/17/2010 06:43 pm Alguno

- Use a QDirModel instead of a QFileSystemModel for configuration
of the various folders in the Qt frontend as sorting is currently
broken in QFileSystemModel (QT-BUG 12934)
- Bumped ChangeLog
- Updated translations

1789 12/13/2010 08:16 pm Alguno

Added some code to prevent a possible segfault in the unpack code in the Qt frontend

1788 12/13/2010 05:39 pm Alguno

- Added 2 new events to the unpack plugin: unpack_success and unpack_failure
- Prevent the NNTPGrab Core and Glue layer from emitting too many 'part_progress_update'
events when the frontend can't keep up processing these events
Changes in the Qt frontend:...

1787 12/09/2010 12:54 am Alguno

Fixed another situation where the schedular could get suspended while it shouldn't

1786 12/09/2010 12:35 am Alguno

The schedular could get suspended automatically when all connection attempts
to all servers failed for some reason without trying to re-connect. Fixed

1785 12/07/2010 07:31 pm Alguno

- Compile fix for environments with gnutls 2.1.6 or older
- Bundle all Qt files during 'make dist'
- Bumped the release date in the ChangeLog

1784 12/07/2010 05:10 pm Alguno

Disabled the automatic calculation of time remaining for each individual
file in the Qt frontend again as it still appears to be too CPU-intensive

1783 12/07/2010 02:49 pm Alguno

- The 'hide inactive connections' option in the Qt frontend required a
restart in order for the change to be applied. Fixed
- Build the OSX package against the new cross compiler framework

1782 12/05/2010 09:42 pm Alguno

Updated ChangeLog

1781 12/05/2010 08:55 pm Alguno

Moving files or collections should be fully operational again in the Qt frontend.
The selection should also remain intact while moving files or collections

1780 12/01/2010 08:45 pm Alguno

Increased the recv buffer for requests in the JSON-RPC plugin from 64K to 512K.
Should reduce the chance that clients get disconnected with a 'Too long request received' error

1779 11/28/2010 09:39 pm Alguno

The buttons which can be used to move the position of items in the download queue didn't work anymore in the Qt frontend. Fixed

1778 11/28/2010 03:11 pm Alguno

Re-implemented the download queue slots in the Qt frontend (because of the view->model transition)

1777 11/28/2010 12:56 am Alguno

- Fixed a situation where the logger plugin didn't work correctly. Fixed
- Fixed a possible schedular deadlock which could be triggered when an error during the decoding has occured
- When marking a file which is currently being downloaded as 'skipped', the file size remaining wouldn't get reset in the GTK and Qt frontend. Fixed...

1776 11/26/2010 08:46 pm Alguno

Use a QTreeView (+model) instead of a QTreeWidget to show the download queue in the Qt frontend
This is done for performance reasons. Right now only the showing of the download queue
is implemented. The rest is broken for now

1775 11/20/2010 12:49 am Alguno

- Log messages didn't get shown anymore in the NNTPGrab Server GUI. Fixed
- Marking files optional/non-optional using the JSON-RPC interface was broken. Fixed
- Fixed an issue which could cause the initialisation of the NNTPGrab Core to succeed even if there was an error

1774 11/19/2010 03:39 pm Alguno

- Some small optimalisations in the Qt frontend
- Don't bind to the 'connection_lost' signal in the Qt frontend when using the standalone mode
- Fixed a "signal 'connection_lost' is invalid" message introduced by the previous commit
- Fixed a race condition in the core library which could cause some warnings

1773 11/17/2010 12:25 am Alguno

Allow frontends to indicate whether they want to receive log messages or
not (disabled by default). This reduces the load in regular environments

« Previous 1 2 3 4 5 ... 39 Next » (101-150/1922) | Per page: 25, 50, 100

Also available in: Atom