Revision 1715
| trunk/ChangeLog (revision 1715) | ||
|---|---|---|
| 6 | 6 | 
                  | NNTPGrab 0.6.90 |  | 
              
| 7 | 7 | 
                  +-----------------+  | 
              
| 8 | 8 | 
                   | 
              
| 9 | 
                  Released at Saturday August 20 2010  | 
              |
| 9 | 
                  Released at Sunday August 22 2010  | 
              |
| 10 | 10 | 
                   | 
              
| 11 | 11 | 
                  - Added a new feature: Only download PAR2 files when needed. People upgrading from older  | 
              
| 12 | 12 | 
                  versions of NNTPGrab may need to enable this feature in the configuration first. Feature #1  | 
              
| trunk/client/gui/queue.c (revision 1715) | ||
|---|---|---|
| 142 | 142 | 
                  GtkWidget *menuDownloadQueue;  | 
              
| 143 | 143 | 
                  GtkTreeModel *model;  | 
              
| 144 | 144 | 
                  GtkTreeSelection *selection;  | 
              
| 145 | 
                  GValue val;  | 
              |
| 145 | 146 | 
                  #if GTK_CHECK_VERSION(2,12,0)  | 
              
| 146 | 147 | 
                  GObject *menuitemExecuteItem;  | 
              
| 147 | 148 | 
                  GObject *menuitemOpenDownloadFolder;  | 
              
| 148 | 149 | 
                  GObject *menuitemMarkOptional;  | 
              
| 149 | 
                  GValue val;  | 
              |
| 150 | 150 | 
                  #else  | 
              
| 151 | 151 | 
                  GtkWidget *menuitemExecuteItem;  | 
              
| 152 | 152 | 
                  GtkWidget *menuitemOpenDownloadFolder;  | 
              
| trunk/client/gui/monitor.c (revision 1715) | ||
|---|---|---|
| 26 | 26 | 
                  static time_t stamp = 0;  | 
              
| 27 | 27 | 
                  static double average_speed = 0;  | 
              
| 28 | 28 | 
                   | 
              
| 29 | 
                  #if !GTK_CHECK_VERSION(2,14,0)  | 
              |
| 30 | 
                  #define gtk_widget_get_window(x) x->window  | 
              |
| 31 | 
                  #endif  | 
              |
| 32 | 
                   | 
              |
| 29 | 33 | 
                  static gboolean  | 
              
| 30 | 34 | 
                  expose_event_callback (GtkWidget *widget, GdkEventExpose *event, gpointer data)  | 
              
| 31 | 35 | 
                  {
                 | 
              
Also available in: Unified diff
NNTPGrab

