« Previous | Next » 

Revision 1686

Added by Alguno over 1 year ago

- Use gtk-doc to generate API documentation instead of doxygen because of the improved integration with gobject-introspection
- Renamed the following functions for improved integration with gobject-introspection:
nntpgrab_core_init > nntpgrab_core_new
nntpgrab_core_cleanup -> nntpgrab_core_destroy
nntpgrab_glue_init -> nntpgrab_glue_init
nntpgrab_glue_cleanup -> nntpgrab_glue_destroy
When the debug window is opened in the GTK GUI, automatically scroll to the bottom when new messages are added
- Dropped the signals 'fatal_error' and 'warning_message' from the NNTPGrabCore and NNTPGrabGlue as they're replaced by the signal 'log_message'
- When a fatal error occurs, show a message dialog before aborting the program
- Documented various functions and signals

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences

  • trunk
    • Makefile.am (diff)
    • autogen.sh (diff)
    • base
      • Makefile.am (diff)
      • ngobject.c
      • nntpgrab_types.h (diff)
      • nntpgrab_utils.def (diff)
      • nntpgrab_utils.h (diff)
    • client
      • gui
        • callbacks.c (diff)
        • debug.c (diff)
        • main.c (diff)
    • configure.in (diff)
    • docs
      • Makefile.am
      • reference
        • Makefile.am
        • NNTPGrab-docs.sgml
        • NNTPGrab-sections.txt
        • version.xml.in
    • glue
      • glue.c (diff)
      • glue_signals.c (diff)
      • nntpgrab_glue.def (diff)
      • nntpgrab_glue.h (diff)
      • nntpgrab_glue_internal.h (diff)
    • gui_base
      • gui_base.c (diff)
    • nntpgrab_core
      • Makefile.am (diff)
      • configuration.c (diff)
      • core_signals.c (diff)
      • marshall.list (diff)
      • nntpgrab.def (diff)
      • nntpgrab.h (diff)
      • nntpgrab_core.c (diff)
      • nntpgrab_internal.h (diff)
      • plugins.c (diff)
    • plugins
      • jsonrpc
        • plugin_webserver.c (diff)
    • server
      • main.c (diff)
    • tests
      • test_schedular.c (diff)