Revision 1862

trunk/ChangeLog (revision 1862)
6 6
| NNTPGrab 0.6.92 |
7 7
+-----------------+
8 8

                
9
Released at Tuesday July 19 2011
9
Released at Wednesday July 20 2011
10 10

                
11 11
General changes:
12 12
- Implemented a new option: Automatically remove collections from the download
trunk/client/gui/nntpgrab_gui_gtk3.ui (revision 1862)
2122 2122
                            
2123 2123
                            
2124 2124
                              

                
2125
                                True
2125
                                False
2126 2126
                                True
2127 2127
                                5
2128 2128
                                
trunk/client/gui/nntpgrab_gui.glade (revision 1862)
1942 1942
                            
1943 1943
                            
1944 1944
                              
1945
                                True
1945
                                False
1946 1946
                                True
1947 1947
                                5
1948 1948
                                
trunk/client/gui/nntpgrab_gui.ui (revision 1862)
2122 2122
                            
2123 2123
                            
2124 2124
                              

                
2125
                                True
2125
                                False
2126 2126
                                True
2127 2127
                                5
2128 2128
                                
trunk/client/gui_qt/WidgetNZBCreator.cpp (revision 1862)
25 25
    ui->setupUi(this);
26 26

                
27 27
    this->glue = glue;
28
    this->results_per_page = 0;
28 29

                
29 30
    connect(ui->entryQuery, SIGNAL(textChanged(QString)), SLOT(entryQuery_textChanged(QString)));
30 31
    connect(ui->treeWidget, SIGNAL(itemChanged(QTreeWidgetItem*,int)), SLOT(treeWidget_itemChanged(QTreeWidgetItem*,int)));
... ...
82 83
    opts.percentage_complete = 0;
83 84
    opts.group_to_search = 0;
84 85
    opts.file_type = QNZBCreator::FILE_TYPE_UNKNOWN;
86
    opts.offset = 0;
85 87

                
86 88
    ui->treeWidget->clear();
87 89
    ui->btnSearch->setEnabled(false);
... ...
143 145
    }
144 146

                
145 147
    if (result.result.number_of_results > results_per_page &&
146
        result.result.offset + results_per_page < result.result.number_of_hits) {
148
        result.result.offset + results_per_page < result.result.number_of_results) {
147 149

                
148 150
        ui->btnOlderResults->setEnabled(true);
149 151
    }

Also available in: Unified diff