Activity
From 07/24/2010 to 08/22/2010
08/22/2010
- 09:08 pm Bug #47 (Rejected): List of connections shows unused servers
- 09:05 pm Bug #47: List of connections shows unused servers
- This is a configuration option:
To change this go to the Configuration tab -> Display settings
Check the checkbox... - 09:03 pm Bug #46: Download starts at 9%
- It is because the par2 files are "Skipped".
So when PAR2 files are 20MB and the collection is 100MB.
You start at 20%. - 08:59 pm Bug #47 (Rejected): List of connections shows unused servers
- The list of server connections that appears at the bottom of the main window (to the right of the speed graph) now sh...
- 08:56 pm Bug #46 (Closed): Download starts at 9%
- Download progress starts at 9%, rather than 0%. Note that this happens even where the download is queued and hasn't ...
- 05:54 pm NNTPGrab 0.6.90 (0.7 Beta 1) released
- The first beta of the NNTPGrab 0.7 branch has just been released.
Various new features have been added to this branc... - 05:32 pm Revision 1717: Changes in the Qt frontend:
- - Sanitize the collection name before importing files
- Compile fix for older Qt versions
08/21/2010
- 10:01 pm Revision 1716: NNTPGrab 0.6.90 tagged
- 09:58 pm Revision 1715: Some other compile fixes for environments with a version of GTK older than 2.14.0
- 08:45 pm Revision 1714: EL5 compile fix
- 05:56 pm Revision 1713: - Added a Linux desktop shortcut for the Qt frontend
- - Bundle the Qt frontend when calling 'make dist'
- Compile fix in the PHP module - 04:06 pm Revision 1712: Added a shortcut for the Qt frontend in the Win32/Win64 installers
- 03:40 pm Revision 1711: Only calculate the estimated time remaining for collections instead of for every f...
- 01:53 am Revision 1710: - Use the Clearlooks style to draw the progressbar on Mac OS X as the native progr...
- - Automatically resize the progress column in the download queue when a text needs to be shown
- 12:13 am Revision 1709: - The progressbar in the Qt frontend was shown in a disabled state on Mac OS X. Fixed
- - Build the Qt frontends on Mac OS X with debugging information by default
- Fixed some small compiler warnings
08/20/2010
- 09:17 pm Revision 1708: Updated the translations of the Qt frontend
- 08:40 pm Revision 1707: - Added a check to verify that this version of NNTPGrab can communicate with the O...
- - Added authentication for the Online Search service (the username/password are hardcoded for now)
- Disabled automat...
08/19/2010
- 11:46 pm Revision 1706: Changes in the Qt frontend
- - Added the ability to mark files optional/required
- Added the ability to restart files/collections
- Added the abil... - 09:49 pm Revision 1705: Fixed a regression introduced in commit 1703 which could cause incomplete files
- 08:21 pm Feature #30 (Closed): Allow features to be disabled in the ./configure script
- Applied in changeset r1704.
- 08:21 pm Revision 1704: - Added various ./configure arguments which can be used to disable features:
- --disable-dbus
--disable-online-search
--disable-proxy
--disable-networkmanager
--disable-automatic-s... - 04:49 pm Revision 1703: Changes in the NNTPGrab Core:
- - Fixed a possible race condition when using libproxy for the first time
- In some situations connections could get s...
08/18/2010
- 10:48 pm Revision 1702: Fixed a double-free which could occur after adding files to the download queue
08/15/2010
- 11:59 pm Revision 1701: - Fixed various memory leaks in the NNTPGrab Core which occured while importing files
- - Build gobject-introspection files for all NNTPGrab libraries instead of just the NNTPGrab Core
Changes in the Qt fr... - 02:19 pm Feature #45 (New): Download files via webinterface
- The ability to download files via the webinterface
(files that are downloaded with NNTPGrab) - 12:40 pm Revision 1700: Small bugfix in Qt interface
08/14/2010
- 11:27 pm Revision 1699: Use queue connections for all slots connected to the QNNTPGrabGlue. Should fix som...
- 10:25 pm Revision 1698: Changes in the Qt frontend:
- - Started on the context menu in the download queue
- When files are downloaded, show the right status in the downloa... - 11:55 am Bug #44: Stopped Download Queue When Filename Contains Local Letter(s)
- This bug is a duplicate of bug #34
A snapshot where this bug should be fixed can be found at https://snapshots.nntpgr... - 08:21 am Bug #44 (Closed): Stopped Download Queue When Filename Contains Local Letter(s)
- When importing an NZB, there is no error message, but when it comes to download this item, NNTPGrab loads up to 100%,...
- 12:39 am Revision 1697: - Added some more wrapper functions to the QNNTPGrabGlue class:
- utilsCalculateEstimatedTimeRemaining
utilsGetReadableTimeRemaining
utilsGetReadableFinishedTime
- Adjusted th...
08/12/2010
- 01:00 am Revision 1696: - Completed the implementation of moving files and collections in the Qt frontend
- - Removed some redundant code in the Qt frontend
08/09/2010
- 11:34 pm Revision 1695: Changes in the Qt frontend:
- - Disable the 'connect to server' button in the welcome screen as only standalone mode is supported for now
- Impleme... - 06:33 pm Revision 1694: - Reduce the possibility of hanging connections
- - When disk space is low, the message 'nntpconnection.c:995 Unable to write article data to file: Success' could get ...
08/08/2010
- 08:41 pm Revision 1693: - Added a python test script to control NNTPGrab using gobject-introspection
- - Don't try to enable PAR2 files when the initial repair failed do to an unknown error
- 08:28 pm Revision 1692: - Split the function nntpgrab_glue_new() into nntpgrab_glue_new() and nntpgrab_glu...
- - Split the function nntpgrab_core_new() into nntpgrab_core_new() and nntpgrab_core_init(). The _new function only cr...
08/07/2010
- 11:03 pm Revision 1691: - Renamed the function nntpgrab_automation_auto_import_init to nntpgrab_automation...
- - Renamed the function nntpgrab_automation_auto_import_cleanup to nntpgrab_automation_auto_import_destroy for improve...
- 09:43 pm Revision 1690: - Completed the API documentation at
- - Dropped the API functions nntpgrab_core_config_get_folder_listing and nntpgrab_core_config_free_folder_listing from...
- 04:58 pm Revision 1689: Only check for libxml2 when the GUI needs to be built
- 04:18 pm Revision 1688: Also port the Qt pieces to the renamed API functions
- 04:08 pm Revision 1687: Added a missing gtk-doc file
- Execute gtkdocize before the autotools
- 03:32 pm Revision 1686: - Use gtk-doc to generate API documentation instead of doxygen because of the impr...
- - Renamed the following functions for improved integration with gobject-introspection:
nntpgrab_core_init -> nntp...
08/04/2010
- 06:11 pm Revision 1685: Started on GObject-Introspection support in order to make it easier to control NNT...
- using different programming languages: https://live.gnome.org/GObjectIntrospection
08/01/2010
- 03:43 pm Revision 1684: Bumped the year in the license from 2005-2009 to 2005-2010
- 03:38 pm Revision 1683: Added a new configuration option: Hide inactive connections.
- When this option is enabled, the behaviour from NNTPGrab 0.6.x and below will be used
07/31/2010
- 06:00 pm Revision 1682: The program could segfault on Linux environments when the user closes the program ...
- 04:33 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- het repareren van die par2 file gaat niet omdat ik alle gedownloade files al heb verwijderd, en uit de nzb file alles...
- 04:21 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- plugin_par2.c:641 line = Target: niet reproduceerbaar.
- 04:17 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Die plugin_par2.c:641 regel zou je normaalgesproken vaker moeten krijgen. Wellicht dat het par2cmdline proces halverw...
- 03:54 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- hmm ik zag nu net wel even een paar regels op het console die ik niet eerder zag:
plugin_par2.c:641 line = Target:... - 03:48 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- libwebkit-1.0-2-dbg nog toegevoegd...
libgstreamer0.10-0-dbg had ik al wel.
Linux blana 2.6.32-24-generic #38-Ubu... - 03:33 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Dit is echt heel bizar allemaal...
Je had de pakketten libwebkit-1.0-2-dbg en libgtreamer0.10-0-dbg reeds geïnstalle... - 03:17 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- De pakketten allemaal geinstalleerd:
ii libproxy-dbg 0.3.1-1ubuntu2 ... - 01:41 pm Revision 1681: - Only show messages in the terminal when the command line argument --debug is use...
- - Added 'Select all' / 'Select none' buttons to the Online Search
- If multiple collections are selected and imported... - 12:35 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Een amd64 versie van het libproxy pakket is zojuist beschikbaar gekomen. Hierbij de bestanden:
https://launchpad.net...
07/30/2010
- 09:02 pm Bug #39 (In Progress): Nntpgrab crashed bij het verwerken van laatste nzb file
- Bedankt voor de informatie.
Het lijkt er op dat in het libproxy pakket (wat door NNTPGrab gebruikt wordt) iets niet ... - 08:51 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- verderdenkend op dezelfde manier doorgegaan..
dpkg -S pacrunner_webkit.so
libproxy0
toegevoegd libproxy-dev
... - 08:35 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Bij deze weer een stapje verder:
na het toevoegen van libgtreamer0.10-0-dbg veranderde er weinig aan de valgrind o... - 08:35 pm Revision 1680: The unrar program could hang infinitely when an error occured while unpacking. Fixed
- 07:34 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Ik bedoelde inderdaad dat je valgrind door moest laten draaien totdat NNTPGrab crasht. Zodra je dat commando uitvoert...
- 07:11 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Ik denk dat je gelijk heb. Wanneer ik de regel van valgrind uitvoer word namelijk NNTPGrab ook niet automatich gestar...
- 06:38 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Ik denk dat Alguno bedoelde door laten lopen tot de applicatie zelf crashed, valgrind niet afbreken met ctrl-c.
Hi... - 05:51 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Ik heb het gedaan zo als in het filmpje in me reactie hier boven.
Het crashen van de applicatie gebeurd enkel en all... - 05:02 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- In het valgrind logbestand wat je toegevoegd hebt staan helaas geen foutmeldingen vermeld. Heb je het programma wel l...
- 04:53 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Oh ik ben er trouwens achter gekomen dat wanneer er een download bezig is, en ik vervolgens op de "stop" knop druk. N...
- 04:52 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Beste Alguno,
Ik heb zojuist gedaan wat je vermelden.
Hierbij weer een filmpje ter verduidelijking:
https://www.y... - 03:23 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Nu is het filmpje wel goed te zien.
Zou iemand van jullie kunnen proberen om NNTPGrab te draaien middels valgrind?...
07/29/2010
- 06:33 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Geen dank, ik ben al blij dat jullie zo'n geweldig programma gebouwd hebben.
Ik heb het filmpje op youtube ge-upload... - 02:29 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Ook nog een gdb gemaakt zoals in de wiki omschreven.
- 02:15 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Om mogelijk nog een bijdrage te leveren een "strace -c -f nntpgrab_gui" (v 0.6.2)
- 01:11 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Bedankt voor het filmpje. Dat maakt het probleem gelijk een stuk duidelijker.
Helaas is het filmpje (in zowel mplaye...
07/28/2010
- 10:38 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Oh... nederlands was het .... ff vergeten..
- 10:35 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Hello,
Thanks for the nice program keep up the good work.
I got the exact same issue since I installed ubuntu 10.... - 01:50 pm Bug #39: Nntpgrab crashed bij het verwerken van laatste nzb file
- Ik heb last van dezelfde symtomen, op Ubuntu 10.04.
Tevens valt hierbij op te merken dat de optie 'Activeer logging'... - 01:35 pm Bug #43 (Closed): NNTPGrab start niet meer op
- 10:54 am Bug #43: NNTPGrab start niet meer op
- Bedankt voor je reactie: ik heb de verborgen bestanden in de finder gevonden en het bestand verwijderd. Klacht opgelost.
- 12:39 am Bug #43 (In Progress): NNTPGrab start niet meer op
- Blijkbaar is je download queue om een of andere reden beschadigd geraakt.
In de ontwikkelversie is het bijhouden van... - 12:17 am Bug #43 (Closed): NNTPGrab start niet meer op
- Onder snowleopard MACOSX krijg ik de volgende melding:
Kan geen verbinding maken met de NNTPGrab server:
Fout opg...
07/25/2010
- 10:48 pm Revision 1679: - Various parts of the configuration tab implemented by tg1311
- - Automatically enable/disable the 'remove item from queue' and move item buttons when any/no record in the download ...
- 09:16 pm Feature #4 (Closed): Make NNTPGrab ready for Fonera environments
- New snapshots have just been pushed to https://snapshots.nntpgrab.nl/fonera
NNTPGrab revision 1665 or later is requir... - 08:39 pm Feature #40 (Closed): Drop the libxml2 dependency
- Applied in changeset r1678.
- 08:39 pm Revision 1678: Dropped the libxml2 dependency in the nntpgrab_utils library by using GLib's GMark...
- 06:13 pm Revision 1677: - Added support for GTK 3 (and prefer it over GTK 2 when both are available)
- - Dropped (optional) libgnome dependency
Also available in: Atom
NNTPGrab

