« Previous | Next » 

Revision 1701

Added by Alguno over 1 year ago

- 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 frontend:
- Implemented importing of NZB files
- Fixed various memory leaks in the Qt frontend
- Show a warning message when an invalid progress is detected in the download queue
- Automatically resize the columns 'Time remaining' and 'Time to finish' when their contents are updated
- Make the method QNNTPGrabGlue::schedularAddTaskToQueue more Qt-friendly
- Added the method QNNTPGrabGlue::utilsParseNZBFile
- Fixed an endless loop in the file_added event handler

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences

  • trunk
    • Makefile.am (diff)
    • automation
      • automation_auto_import.c (diff)
      • nntpgrab_automation.h (diff)
    • base
      • nntpgrab_utils.h (diff)
      • nzb.c (diff)
    • client
      • gui
        • auto_import.c (diff)
        • gui.h (diff)
        • nzb.c (diff)
      • gui_qt
        • DialogConnect.cpp (diff)
        • DialogConnect.h (diff)
        • DialogImportNZB.cpp (diff)
        • DialogImportNZB.h (diff)
        • DialogImportNZB.ui (diff)
        • QNNTPGrabGlue.cpp (diff)
        • QNNTPGrabGlue.h (diff)
        • WidgetDownloadQueue.cpp (diff)
        • WidgetUpdateInfo.cpp (diff)
        • mainwindow.cpp (diff)
        • mainwindow.h (diff)
    • nntpgrab_core
      • Makefile.am (diff)
      • download_queue.c (diff)
    • plugins
      • auto_import
        • auto_import.c (diff)