FEATURE: Optimized and improved the peer country resolution code

FEATURE: Optimized and improved the locale preferences code
COSMETIC: Use country flags by Mark James (Thanks to Dmytro Pukha)
This commit is contained in:
Christophe Dumez
2010-11-20 15:59:17 +00:00
parent f5cf5c2176
commit c77eb35f5b
314 changed files with 604 additions and 411 deletions

View File

@@ -291,7 +291,6 @@ contains(DEFINES, DISABLE_GUI) {
transferlistdelegate.h \
transferlistfilterswidget.h \
torrentfilesmodel.h \
geoip.h \
deletionconfirmationdlg.h \
statusbar.h \
reverseresolution.h \
@@ -308,7 +307,8 @@ contains(DEFINES, DISABLE_GUI) {
advancedsettings.h \
hidabletabwidget.h \
sessionapplication.h \
torrentimportdlg.h
torrentimportdlg.h \
geoipmanager.h
win32 {
HEADERS += programupdater.h
@@ -380,7 +380,8 @@ SOURCES += main.cpp \
transferlistwidget.cpp \
torrentadditiondlg.cpp \
sessionapplication.cpp \
torrentimportdlg.cpp
torrentimportdlg.cpp \
geoipmanager.cpp
win32 {
SOURCES += programupdater.cpp