.. |
Icons
|
- Started work on temp folder
|
16 years ago |
lang
|
- Fixed typo in french translation
|
16 years ago |
menuicons
|
…
|
|
search_engine
|
- Rewrote btjunkie parser (it is now a lot faster and less cpu extensive)
|
16 years ago |
webui
|
- forgot to commit this file
|
16 years ago |
DLListDelegate.h
|
- Fixes for share ratio calculation
|
16 years ago |
FinishedListDelegate.h
|
- FEATURE: Display total amount of uploaded data in finished list
|
16 years ago |
FinishedTorrents.cpp
|
- FEATURE: Resizing a column in a search results tab affects all tabs
|
16 years ago |
FinishedTorrents.h
|
- FEATURE: Display total amount of uploaded data in finished list
|
16 years ago |
GUI.cpp
|
- Allow to define a temporary download folder
|
16 years ago |
GUI.h
|
- Putting back priority buttons in toolBar
|
16 years ago |
MainWindow.ui
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
PreviewListDelegate.h
|
- COSMETIC: Improved progress bar text rendering
|
17 years ago |
PropListDelegate.h
|
- Fixed segfault that would happen when unfiltering files in torrent addition dialog (closes #163379)
|
17 years ago |
SearchListDelegate.h
|
…
|
|
SearchTab.cpp
|
- FEATURE: Resizing a column in a search results tab affects all tabs
|
16 years ago |
SearchTab.h
|
- Fix compilation
|
16 years ago |
TrackersAdditionDlg.h
|
- Allow to add several trackers at once
|
17 years ago |
about.ui
|
- Updated language files
|
18 years ago |
about_imp.h
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
addTorrentDialog.ui
|
- Fixed typographic error
|
16 years ago |
allocationDlg.h
|
- Totally redesigned program preferences
|
17 years ago |
arborescence.h
|
- Still optimizing
|
16 years ago |
bandwidth_limit.ui
|
- Some fixes in bandwidth allocation per torrent dialog
|
18 years ago |
bittorrent.cpp
|
- Fixed bug in new temp dir feature
|
16 years ago |
bittorrent.h
|
- Allow to define a temporary download folder
|
16 years ago |
console.ui
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
console_imp.h
|
- Logs are now in a separate dialog
|
16 years ago |
createtorrent.ui
|
- Threadified torrent creation
|
17 years ago |
createtorrent_imp.cpp
|
- Fix for compiling with mingw32 (By Attila Olah)
|
16 years ago |
createtorrent_imp.h
|
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
|
16 years ago |
download.ui
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
downloadFromURL.ui
|
…
|
|
downloadFromURLImp.h
|
- Big code cleanup
|
17 years ago |
downloadThread.cpp
|
- A little downloadThread aborting improvement
|
16 years ago |
downloadThread.h
|
- Optimized downloadThread mmemory usage
|
17 years ago |
downloadingTorrents.cpp
|
- Little code optimization
|
16 years ago |
downloadingTorrents.h
|
- Pause / resume in Web UI now updates the GUI
|
16 years ago |
engineSelect.ui
|
- BUGFIX: the function that set the rows color doesn't handle hidden columns anymore
|
17 years ago |
engineSelectDlg.cpp
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
engineSelectDlg.h
|
- Allow to download plugins from their url
|
17 years ago |
eventmanager.cpp
|
- Forgot to consider allocating state in WebUI
|
16 years ago |
eventmanager.h
|
- Simplified and optimized json code
|
16 years ago |
filterParserThread.h
|
BUGFIX: Fixed possible crash when parsing filter file
|
16 years ago |
httpconnection.cpp
|
- Done optimizing foreach loops
|
16 years ago |
httpconnection.h
|
- Added priority actions in Web UI
|
16 years ago |
httprequestparser.cpp
|
- Removed some useless debug
|
16 years ago |
httprequestparser.h
|
- Allow to download torrents from a local file (Web UI)
|
17 years ago |
httpresponsegenerator.cpp
|
- Web UI optimization
|
16 years ago |
httpresponsegenerator.h
|
- Commit a lot of missing files for web interface
|
17 years ago |
httpserver.cpp
|
- Added priority actions in Web UI
|
16 years ago |
httpserver.h
|
- Fix for building with QT 4.5
|
16 years ago |
ico.cpp
|
- Fixed includes
|
16 years ago |
ico.h
|
- got rid of libMagick++ dependency
|
16 years ago |
icons.qrc
|
- Started work on temp folder
|
16 years ago |
json.h
|
- Simplified and optimized json code
|
16 years ago |
lang.qrc
|
- Added traditional Chinese locale
|
16 years ago |
login.ui
|
…
|
|
main.cpp
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
misc.h
|
- Code optimization
|
16 years ago |
options.ui
|
- Allow to define a temporary download folder
|
16 years ago |
options_imp.cpp
|
- resize program preferences window if it does not fit with current
|
16 years ago |
options_imp.h
|
- resize program preferences window if it does not fit with current
|
16 years ago |
pluginSource.h
|
- Allow to download plugins from their url
|
17 years ago |
pluginSource.ui
|
- Allow to download plugins from their url
|
17 years ago |
preview.ui
|
…
|
|
previewSelect.h
|
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
|
16 years ago |
properties.ui
|
Allow to change the save path of torrents after addition
|
16 years ago |
properties_imp.cpp
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
properties_imp.h
|
- Still optimizing
|
16 years ago |
qgnomelook.h
|
- Same as last commit but for gnome looks
|
17 years ago |
qrealarray.cpp
|
Added files missing in last revision
|
17 years ago |
qrealarray.h
|
Added files missing in last revision
|
17 years ago |
qtorrenthandle.cpp
|
- Fixed pausing of queued torrents
|
16 years ago |
qtorrenthandle.h
|
- Fixed remembering of paused torrents cleanly
|
16 years ago |
realprogressbar.cpp
|
- Fixed compilation warning in Ishan's code
|
17 years ago |
realprogressbar.h
|
- FEATURE: Real progress bar in torrent properties that displays downloaded pieces (contribution by
|
17 years ago |
realprogressbarthread.cpp
|
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
|
16 years ago |
realprogressbarthread.h
|
Added files missing in last revision
|
17 years ago |
rss.h
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
rss.ui
|
- Save spitters position to remember them on restart (RSS)
|
17 years ago |
rss_imp.cpp
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
rss_imp.h
|
- Save spitters position to remember them on restart (RSS)
|
17 years ago |
search.qrc
|
- Updated resource files
|
17 years ago |
search.ui
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
searchEngine.cpp
|
- Unicode fix for search engine
|
16 years ago |
searchEngine.h
|
- FEATURE: Resizing a column in a search results tab affects all tabs
|
16 years ago |
seeding.ui
|
- FEATURE: Display total amount of uploaded data in finished list
|
16 years ago |
src.pro
|
- bump to beta1
|
16 years ago |
stacktrace.h
|
BUGFIX: qBittorrent now prints backtrace in terminal when segfaulting
|
16 years ago |
torrentAddition.h
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
trackerLogin.h
|
- COSMETIC: Redesigned program preferences
|
16 years ago |
trackersAdd.ui
|
- Allow to add several trackers at once
|
17 years ago |
update_qrc_files.py
|
- Improved tab look
|
16 years ago |
webui.qrc
|
- Fixed upload form in web ui
|
16 years ago |