mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
- Use lowercase characters only in filenames
This commit is contained in:
parent
d1646c169d
commit
262b88930e
14
src/GUI.cpp
14
src/GUI.cpp
@ -40,22 +40,22 @@
|
||||
#include <QShortcut>
|
||||
|
||||
#include "GUI.h"
|
||||
#include "TransferListWidget.h"
|
||||
#include "transferlistwidget.h"
|
||||
#include "misc.h"
|
||||
#include "createtorrent_imp.h"
|
||||
#include "downloadFromURLImp.h"
|
||||
#include "torrentAddition.h"
|
||||
#include "searchEngine.h"
|
||||
#include "downloadfromurldlg.h"
|
||||
#include "torrentadditiondlg.h"
|
||||
#include "searchengine.h"
|
||||
#include "rss_imp.h"
|
||||
#include "bittorrent.h"
|
||||
#include "about_imp.h"
|
||||
#include "trackerLogin.h"
|
||||
#include "trackerlogin.h"
|
||||
#include "options_imp.h"
|
||||
#include "speedlimitdlg.h"
|
||||
#include "preferences.h"
|
||||
#include "console_imp.h"
|
||||
#include "torrentPersistentData.h"
|
||||
#include "TransferListFiltersWidget.h"
|
||||
#include "torrentpersistentdata.h"
|
||||
#include "transferlistfilterswidget.h"
|
||||
#include "propertieswidget.h"
|
||||
#include "statusbar.h"
|
||||
|
||||
|
@ -37,11 +37,11 @@
|
||||
#include "filesystemwatcher.h"
|
||||
#include "bittorrent.h"
|
||||
#include "misc.h"
|
||||
#include "downloadThread.h"
|
||||
#include "filterParserThread.h"
|
||||
#include "downloadthread.h"
|
||||
#include "filterparserthread.h"
|
||||
#include "preferences.h"
|
||||
#include "geoip.h"
|
||||
#include "torrentPersistentData.h"
|
||||
#include "torrentpersistentdata.h"
|
||||
#include "httpserver.h"
|
||||
#include <libtorrent/extensions/ut_metadata.hpp>
|
||||
#ifdef LIBTORRENT_0_15
|
||||
|
@ -28,7 +28,7 @@
|
||||
* Contact : chris@qbittorrent.org
|
||||
*/
|
||||
|
||||
#include "downloadThread.h"
|
||||
#include "downloadthread.h"
|
||||
#include <QTemporaryFile>
|
||||
#include <QSettings>
|
||||
#include <QNetworkAccessManager>
|
@ -28,8 +28,8 @@
|
||||
* Contact : chris@qbittorrent.org
|
||||
*/
|
||||
|
||||
#include "engineSelectDlg.h"
|
||||
#include "downloadThread.h"
|
||||
#include "engineselectdlg.h"
|
||||
#include "downloadthread.h"
|
||||
#include "misc.h"
|
||||
#include "ico.h"
|
||||
#include "pluginSource.h"
|
@ -32,7 +32,7 @@
|
||||
#define ENGINE_SELECT_DLG_H
|
||||
|
||||
#include "ui_engineSelect.h"
|
||||
#include "supportedEngines.h"
|
||||
#include "supportedengines.h"
|
||||
|
||||
class downloadThread;
|
||||
class QDropEvent;
|
@ -37,7 +37,7 @@
|
||||
#include <QMessageBox>
|
||||
#include <libtorrent/session.hpp>
|
||||
#include "ui_preview.h"
|
||||
#include "PreviewListDelegate.h"
|
||||
#include "previewlistdelegate.h"
|
||||
#include "misc.h"
|
||||
#include "qtorrenthandle.h"
|
||||
|
@ -39,13 +39,13 @@
|
||||
#include <QFileDialog>
|
||||
#include <QInputDialog>
|
||||
#include "propertieswidget.h"
|
||||
#include "TransferListWidget.h"
|
||||
#include "torrentPersistentData.h"
|
||||
#include "transferlistwidget.h"
|
||||
#include "torrentpersistentdata.h"
|
||||
#include "realprogressbar.h"
|
||||
#include "realprogressbarthread.h"
|
||||
#include "bittorrent.h"
|
||||
#include "PropListDelegate.h"
|
||||
#include "TorrentFilesModel.h"
|
||||
#include "proplistdelegate.h"
|
||||
#include "torrentfilesmodel.h"
|
||||
#include "peerlistwidget.h"
|
||||
#include "trackerlist.h"
|
||||
|
||||
|
@ -44,9 +44,9 @@
|
||||
#include <QDateTime>
|
||||
|
||||
#include "misc.h"
|
||||
#include "FeedDownloader.h"
|
||||
#include "feeddownloader.h"
|
||||
#include "bittorrent.h"
|
||||
#include "downloadThread.h"
|
||||
#include "downloadthread.h"
|
||||
|
||||
class RssManager;
|
||||
class RssFile; // Folder or Stream
|
||||
|
@ -38,7 +38,7 @@
|
||||
#include <QDragMoveEvent>
|
||||
|
||||
#include "rss_imp.h"
|
||||
#include "FeedDownloader.h"
|
||||
#include "feeddownloader.h"
|
||||
#include "feedList.h"
|
||||
#include "bittorrent.h"
|
||||
|
||||
|
@ -44,11 +44,11 @@
|
||||
#include <QMimeData>
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
#include "searchEngine.h"
|
||||
#include "searchengine.h"
|
||||
#include "bittorrent.h"
|
||||
#include "downloadThread.h"
|
||||
#include "downloadthread.h"
|
||||
#include "misc.h"
|
||||
#include "SearchListDelegate.h"
|
||||
#include "searchlistdelegate.h"
|
||||
|
||||
#define SEARCHHISTORY_MAXSIZE 50
|
||||
|
@ -39,9 +39,9 @@
|
||||
#include <QPointer>
|
||||
#include <QStringListModel>
|
||||
#include "ui_search.h"
|
||||
#include "engineSelectDlg.h"
|
||||
#include "SearchTab.h"
|
||||
#include "supportedEngines.h"
|
||||
#include "engineselectdlg.h"
|
||||
#include "searchtab.h"
|
||||
#include "supportedengines.h"
|
||||
|
||||
class bittorrent;
|
||||
class QSystemTrayIcon;
|
@ -35,10 +35,10 @@
|
||||
#include <QSettings>
|
||||
#include <QSortFilterProxyModel>
|
||||
|
||||
#include "SearchTab.h"
|
||||
#include "SearchListDelegate.h"
|
||||
#include "searchtab.h"
|
||||
#include "searchlistdelegate.h"
|
||||
#include "misc.h"
|
||||
#include "searchEngine.h"
|
||||
#include "searchengine.h"
|
||||
|
||||
#define SEARCH_NAME 0
|
||||
#define SEARCH_SIZE 1
|
48
src/src.pro
48
src/src.pro
@ -14,7 +14,7 @@ CONFIG += qt \
|
||||
network
|
||||
|
||||
# Update this VERSION for each release
|
||||
DEFINES += VERSION=\\\"v2.0.0beta3\\\"
|
||||
DEFINES += VERSION=\\\"v2.0.0beta4\\\"
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=0
|
||||
DEFINES += VERSION_BUGFIX=0
|
||||
@ -146,21 +146,21 @@ HEADERS += GUI.h \
|
||||
options_imp.h \
|
||||
about_imp.h \
|
||||
createtorrent_imp.h \
|
||||
SearchListDelegate.h \
|
||||
PropListDelegate.h \
|
||||
previewSelect.h \
|
||||
PreviewListDelegate.h \
|
||||
trackerLogin.h \
|
||||
downloadThread.h \
|
||||
downloadFromURLImp.h \
|
||||
torrentAddition.h \
|
||||
searchlistdelegate.h \
|
||||
proplistdelegate.h \
|
||||
previewselect.h \
|
||||
previewlistdelegate.h \
|
||||
trackerlogin.h \
|
||||
downloadthread.h \
|
||||
downloadfromurldlg.h \
|
||||
torrentadditiondlg.h \
|
||||
bittorrent.h \
|
||||
searchEngine.h \
|
||||
rss.h \
|
||||
rss_imp.h \
|
||||
speedlimitdlg.h \
|
||||
qtorrenthandle.h \
|
||||
engineSelectDlg.h \
|
||||
engineselectdlg.h \
|
||||
pluginSource.h \
|
||||
qgnomelook.h \
|
||||
realprogressbar.h \
|
||||
@ -172,21 +172,21 @@ HEADERS += GUI.h \
|
||||
httpresponsegenerator.h \
|
||||
json.h \
|
||||
eventmanager.h \
|
||||
filterParserThread.h \
|
||||
filterparserthread.h \
|
||||
trackersadditiondlg.h \
|
||||
searchTab.h \
|
||||
searchtab.h \
|
||||
console_imp.h \
|
||||
ico.h \
|
||||
stacktrace.h \
|
||||
torrentPersistentData.h \
|
||||
FeedDownloader.h \
|
||||
torrentpersistentdata.h \
|
||||
feeddownloader.h \
|
||||
feedList.h \
|
||||
supportedEngines.h \
|
||||
TransferListWidget.h \
|
||||
TransferListDelegate.h \
|
||||
TransferListFiltersWidget.h \
|
||||
supportedengines.h \
|
||||
transferlistwidget.h \
|
||||
transferlistdelegate.h \
|
||||
transferlistfilterswidget.h \
|
||||
propertieswidget.h \
|
||||
TorrentFilesModel.h \
|
||||
torrentfilesmodel.h \
|
||||
filesystemwatcher.h \
|
||||
peerlistwidget.h \
|
||||
peerlistdelegate.h \
|
||||
@ -221,11 +221,11 @@ SOURCES += GUI.cpp \
|
||||
options_imp.cpp \
|
||||
createtorrent_imp.cpp \
|
||||
bittorrent.cpp \
|
||||
searchEngine.cpp \
|
||||
searchengine.cpp \
|
||||
rss_imp.cpp \
|
||||
qtorrenthandle.cpp \
|
||||
engineSelectDlg.cpp \
|
||||
downloadThread.cpp \
|
||||
engineselectdlg.cpp \
|
||||
downloadthread.cpp \
|
||||
realprogressbar.cpp \
|
||||
realprogressbarthread.cpp \
|
||||
qrealarray.cpp \
|
||||
@ -234,10 +234,10 @@ SOURCES += GUI.cpp \
|
||||
httprequestparser.cpp \
|
||||
httpresponsegenerator.cpp \
|
||||
eventmanager.cpp \
|
||||
SearchTab.cpp \
|
||||
searchtab.cpp \
|
||||
ico.cpp \
|
||||
rss.cpp \
|
||||
TransferListWidget.cpp \
|
||||
transferlistwidget.cpp \
|
||||
propertieswidget.cpp \
|
||||
peerlistwidget.cpp
|
||||
DESTDIR = .
|
||||
|
@ -44,10 +44,10 @@
|
||||
#include <libtorrent/bencode.hpp>
|
||||
#include "bittorrent.h"
|
||||
#include "misc.h"
|
||||
#include "PropListDelegate.h"
|
||||
#include "proplistdelegate.h"
|
||||
#include "ui_addTorrentDialog.h"
|
||||
#include "torrentPersistentData.h"
|
||||
#include "TorrentFilesModel.h"
|
||||
#include "torrentpersistentdata.h"
|
||||
#include "torrentfilesmodel.h"
|
||||
|
||||
using namespace libtorrent;
|
||||
|
@ -36,7 +36,7 @@
|
||||
#include <QIcon>
|
||||
#include <QSettings>
|
||||
|
||||
#include "TransferListWidget.h"
|
||||
#include "transferlistwidget.h"
|
||||
|
||||
class TransferListFiltersWidget: public QListWidget {
|
||||
Q_OBJECT
|
@ -28,11 +28,11 @@
|
||||
* Contact : chris@qbittorrent.org
|
||||
*/
|
||||
|
||||
#include "TransferListWidget.h"
|
||||
#include "transferlistwidget.h"
|
||||
#include "bittorrent.h"
|
||||
#include "torrentPersistentData.h"
|
||||
#include "TransferListDelegate.h"
|
||||
#include "previewSelect.h"
|
||||
#include "torrentpersistentdata.h"
|
||||
#include "transferlistdelegate.h"
|
||||
#include "previewselect.h"
|
||||
#include "speedlimitdlg.h"
|
||||
#include "options_imp.h"
|
||||
#include "deletionconfirmationdlg.h"
|
Loading…
Reference in New Issue
Block a user