.. |
Icons
|
- Updated splashscreen
|
2008-12-15 19:28:09 +00:00 |
lang
|
- Updated Chinese (simplified) translation
|
2008-12-25 16:06:34 +00:00 |
menuicons
|
- Moved everything to trunk to create a stable branch
|
2006-09-30 16:02:39 +00:00 |
search_engine
|
Rewrote folder scanning code (Now uses a filesystem watcher)
|
2008-12-26 13:17:08 +00:00 |
webui
|
- Fixed icon for seeding torrents (paused or queued) in Web UI
|
2008-12-26 15:48:07 +00:00 |
about.ui
|
- Updated language files
|
2007-08-03 15:37:42 +00:00 |
about_imp.h
|
- Added name name of new turkish translator to about dialog
|
2008-11-28 14:30:07 +00:00 |
addTorrentDialog.ui
|
- Fixed typographic error
|
2008-09-29 20:28:55 +00:00 |
allocationDlg.h
|
- Totally redesigned program preferences
|
2007-09-08 17:07:29 +00:00 |
arborescence.h
|
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
|
2008-11-01 21:42:56 +00:00 |
bandwidth_limit.ui
|
- Some fixes in bandwidth allocation per torrent dialog
|
2007-08-04 05:29:35 +00:00 |
bittorrent.cpp
|
- Removed code that is no longer needed
|
2008-12-27 09:40:21 +00:00 |
bittorrent.h
|
- Remove useless signals
|
2008-12-27 09:47:31 +00:00 |
console.ui
|
- Logs are now in a separate dialog
|
2008-09-07 12:09:41 +00:00 |
console_imp.h
|
- Logs are now in a separate dialog
|
2008-09-07 12:09:41 +00:00 |
createtorrent.ui
|
- Threadified torrent creation
|
2007-12-31 16:57:35 +00:00 |
createtorrent_imp.cpp
|
- Fix for compiling with mingw32 (By Attila Olah)
|
2008-12-11 20:49:21 +00:00 |
createtorrent_imp.h
|
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
|
2008-11-01 21:42:56 +00:00 |
DLListDelegate.h
|
- Started to work on queueuing
|
2008-07-14 19:20:18 +00:00 |
download.ui
|
- Allow to force rechecking torrents
|
2008-11-02 13:53:45 +00:00 |
downloadFromURL.ui
|
- Moved everything to trunk to create a stable branch
|
2006-09-30 16:02:39 +00:00 |
downloadFromURLImp.h
|
- Big code cleanup
|
2007-08-20 06:29:18 +00:00 |
downloadingTorrents.cpp
|
- Removed code that is no longer needed
|
2008-12-27 09:40:21 +00:00 |
downloadingTorrents.h
|
- Fixed torrents moving back from finished list to download list (without recheck)
|
2008-12-26 22:30:23 +00:00 |
downloadThread.cpp
|
- A little downloadThread aborting improvement
|
2008-12-26 16:43:55 +00:00 |
downloadThread.h
|
- Optimized downloadThread mmemory usage
|
2008-07-27 16:23:00 +00:00 |
engineSelect.ui
|
- BUGFIX: the function that set the rows color doesn't handle hidden columns anymore
|
2007-09-03 17:45:16 +00:00 |
engineSelectDlg.cpp
|
- got rid of libMagick++ dependency
|
2008-11-04 22:39:43 +00:00 |
engineSelectDlg.h
|
- Allow to download plugins from their url
|
2007-09-11 19:31:21 +00:00 |
eventmanager.cpp
|
- Made seed detection a bit safer (do not use progress)
|
2008-12-27 09:10:07 +00:00 |
eventmanager.h
|
- Simplified and optimized json code
|
2008-12-25 14:33:37 +00:00 |
filterParserThread.h
|
- Another patch by Attila to fix mingw32 compilation
|
2008-12-12 09:20:47 +00:00 |
FinishedListDelegate.h
|
- Queueing system should work fine now (port is complete, needs testing)
|
2008-11-02 11:43:20 +00:00 |
FinishedTorrents.cpp
|
- Some more signal/slot fixing
|
2008-12-26 22:17:02 +00:00 |
FinishedTorrents.h
|
- Huge code refactoring (qBittorrent no longer store torrents and access them using libtorrent API)
|
2008-12-26 21:18:33 +00:00 |
GUI.cpp
|
- Removed code that is no longer needed
|
2008-12-27 09:40:21 +00:00 |
GUI.h
|
- Do not refresh lists when window is not visible (save cpu)
|
2008-12-26 21:41:09 +00:00 |
httpconnection.cpp
|
- Simplified and optimized json code
|
2008-12-25 14:33:37 +00:00 |
httpconnection.h
|
- merge from stable branches (WebUI fixes)
|
2008-09-14 10:14:54 +00:00 |
httprequestparser.cpp
|
- Removed some useless debug
|
2008-12-23 16:50:46 +00:00 |
httprequestparser.h
|
- Allow to download torrents from a local file (Web UI)
|
2008-07-31 12:03:28 +00:00 |
httpresponsegenerator.cpp
|
- Web UI optimization
|
2008-09-12 19:56:32 +00:00 |
httpresponsegenerator.h
|
- Commit a lot of missing files for web interface
|
2008-05-17 12:44:42 +00:00 |
httpserver.cpp
|
- Huge code refactoring (qBittorrent no longer store torrents and access them using libtorrent API)
|
2008-12-26 21:18:33 +00:00 |
httpserver.h
|
Fixed memory leak in HTTP server
|
2008-09-12 19:58:57 +00:00 |
ico.cpp
|
- Fixed includes
|
2008-12-23 14:41:14 +00:00 |
ico.h
|
- got rid of libMagick++ dependency
|
2008-11-04 22:39:43 +00:00 |
icons.qrc
|
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
|
2008-11-01 21:42:56 +00:00 |
json.h
|
- Simplified and optimized json code
|
2008-12-25 14:33:37 +00:00 |
lang.qrc
|
- Added traditional Chinese locale
|
2008-08-25 10:54:14 +00:00 |
login.ui
|
- Moved everything to trunk to create a stable branch
|
2006-09-30 16:02:39 +00:00 |
main.cpp
|
- Fixed memory leak introduced in last commit
|
2008-12-26 16:27:52 +00:00 |
MainWindow.ui
|
- Fixed a string
|
2008-09-07 12:18:52 +00:00 |
misc.h
|
- Use infinity symbol for ETA when time is infinite
|
2008-07-11 18:19:34 +00:00 |
options.ui
|
Rewrote folder scanning code (Now uses a filesystem watcher)
|
2008-12-26 13:17:08 +00:00 |
options_imp.cpp
|
Rewrote folder scanning code (Now uses a filesystem watcher)
|
2008-12-26 13:17:08 +00:00 |
options_imp.h
|
Rewrote folder scanning code (Now uses a filesystem watcher)
|
2008-12-26 13:17:08 +00:00 |
pluginSource.h
|
- Allow to download plugins from their url
|
2007-09-11 19:31:21 +00:00 |
pluginSource.ui
|
- Allow to download plugins from their url
|
2007-09-11 19:31:21 +00:00 |
preview.ui
|
- Moved everything to trunk to create a stable branch
|
2006-09-30 16:02:39 +00:00 |
PreviewListDelegate.h
|
- COSMETIC: Improved progress bar text rendering
|
2007-10-13 08:32:31 +00:00 |
previewSelect.h
|
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
|
2008-11-01 21:42:56 +00:00 |
properties.ui
|
Allow to change the save path of torrents after addition
|
2008-11-02 19:55:55 +00:00 |
properties_imp.cpp
|
Allow to change the save path of torrents after addition
|
2008-11-02 19:55:55 +00:00 |
properties_imp.h
|
Allow to change the save path of torrents after addition
|
2008-11-02 19:55:55 +00:00 |
PropListDelegate.h
|
- Fixed segfault that would happen when unfiltering files in torrent addition dialog (closes #163379)
|
2007-11-19 21:42:58 +00:00 |
qgnomelook.h
|
- Same as last commit but for gnome looks
|
2007-11-24 23:47:44 +00:00 |
qrealarray.cpp
|
Added files missing in last revision
|
2007-11-18 19:40:49 +00:00 |
qrealarray.h
|
Added files missing in last revision
|
2007-11-18 19:40:49 +00:00 |
qtorrenthandle.cpp
|
- Made seed detection a bit safer (do not use progress)
|
2008-12-27 09:10:07 +00:00 |
qtorrenthandle.h
|
Allow to change the save path of torrents after addition
|
2008-11-02 19:55:55 +00:00 |
realprogressbar.cpp
|
- Fixed compilation warning in Ishan's code
|
2007-11-23 23:48:05 +00:00 |
realprogressbar.h
|
- FEATURE: Real progress bar in torrent properties that displays downloaded pieces (contribution by
|
2007-11-18 18:06:44 +00:00 |
realprogressbarthread.cpp
|
- rough port to libtorrent v0.14.0. This is probably buggy but it compiles without warnings
|
2008-11-01 21:42:56 +00:00 |
realprogressbarthread.h
|
Added files missing in last revision
|
2007-11-18 19:40:49 +00:00 |
rss.h
|
- A little downloadThread aborting improvement
|
2008-12-26 16:43:55 +00:00 |
rss.ui
|
- Save spitters position to remember them on restart (RSS)
|
2008-06-20 20:16:56 +00:00 |
rss_imp.cpp
|
- Added some debug output on exit
|
2008-12-26 13:44:39 +00:00 |
rss_imp.h
|
- Save spitters position to remember them on restart (RSS)
|
2008-06-20 20:16:56 +00:00 |
search.qrc
|
- Updated resource files
|
2008-08-01 17:15:03 +00:00 |
search.ui
|
- Updated tranlsations
|
2008-07-06 18:39:07 +00:00 |
searchEngine.cpp
|
- Updated tranlsations
|
2008-07-06 18:39:07 +00:00 |
searchEngine.h
|
- Updated tranlsations
|
2008-07-06 18:39:07 +00:00 |
SearchListDelegate.h
|
- Should fix compiling errors with Qt 4.2
|
2007-08-01 07:19:44 +00:00 |
SearchTab.cpp
|
- Fixed extended selection in search results
|
2008-07-19 19:21:20 +00:00 |
SearchTab.h
|
- Missing blank line at the end
|
2008-07-07 09:14:49 +00:00 |
seeding.ui
|
- Allow to force rechecking torrents
|
2008-11-02 13:53:45 +00:00 |
src.pro
|
- Simplified and optimized json code
|
2008-12-25 14:33:37 +00:00 |
torrentAddition.h
|
- Fixed another memory leak in torrent addition dialog
|
2008-12-23 15:51:32 +00:00 |
trackerLogin.h
|
- fixed some bugs introduced recently
|
2007-08-26 18:41:45 +00:00 |
trackersAdd.ui
|
- Allow to add several trackers at once
|
2008-05-18 11:44:50 +00:00 |
TrackersAdditionDlg.h
|
- Allow to add several trackers at once
|
2008-05-18 11:44:50 +00:00 |
update_qrc_files.py
|
- Improved tab look
|
2008-09-27 20:56:41 +00:00 |
webui.qrc
|
- Ported WebUI to MochaUI 0.9.5
|
2008-12-23 23:47:30 +00:00 |