Progress Dialog "moved" to bottom bar

This commit is contained in:
ffsup2
2010-05-04 23:07:03 +02:00
parent 72bad14a86
commit dee3878de2
8 changed files with 224 additions and 148 deletions

View File

@@ -29,6 +29,7 @@
#include <pparamschangelistener.h>
#include <history.h>
#include <filterpanel.h>
#include <progressdialog.h>
class RTWindow;
class FilePanel : public Gtk::HPaned,
@@ -50,6 +51,8 @@ class FilePanel : public Gtk::HPaned,
RTWindow* parent;
Gtk::Notebook* rightNotebook;
int error;
public:
FilePanel ();
@@ -68,6 +71,7 @@ class FilePanel : public Gtk::HPaned,
bool addBatchQueueJob (BatchQueueEntry* bqe);
void optionsChanged ();
bool imageLoaded( Thumbnail* thm, ProgressConnector<rtengine::InitialImage*> * );
};
#endif