- Replaced OSD messages by systray messages

This commit is contained in:
Christophe Dumez 2006-10-18 20:40:40 +00:00
parent 8b702ef622
commit 01c467c31a
50 changed files with 1447 additions and 973 deletions

View file

@ -41,10 +41,11 @@
#include "ui_MainWindow.h"
#include "options_imp.h"
#include "about_imp.h"
#include "OSD.h"
#include "previewSelect.h"
#include "trackerLogin.h"
#define TIME_TRAY_BALLOON 5000
class createtorrent;
class QTimer;
class DLListDelegate;
@ -94,7 +95,6 @@ class GUI : public QMainWindow, private Ui::MainWindow{
bool no_search_results;
QByteArray search_result_line_truncated;
unsigned long nb_search_results;
OSD *OSDWindow;
QTcpServer *tcpServer;
QTcpSocket *clientConnection;
@ -133,6 +133,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
void previewFileSelection();
void previewFile(const QString& filePath);
void cleanTempPreviewFile(int, QProcess::ExitStatus);
void balloonClicked();
// Torrent actions
void showProperties(const QModelIndex &index);
void propertiesSelection();