Commit Graph

  • 8125651a57 BUGFIX: Update RSS feed as soon as feed downloader is enabled Christophe Dumez 2010-01-07 18:53:05 +00:00
  • 4732c8565d - Refresh RSS feed as soon as feed downloader is enabled Christophe Dumez 2010-01-07 18:42:47 +00:00
  • 739390134f BUGFIX: Fix 'Add in pause' setting in torrent addition dialog Christophe Dumez 2010-01-07 18:29:20 +00:00
  • 52dd1476db - Fix addInPause setting in torrent addition dialog Christophe Dumez 2010-01-07 18:17:20 +00:00
  • 781f579037 - Updated spanish and catalan translations Christophe Dumez 2010-01-07 07:39:20 +00:00
  • 63170b9214 - Updated spanish and catalan translations Christophe Dumez 2010-01-07 07:37:51 +00:00
  • 2203b399df Updated Catalan and spanish translations Christophe Dumez 2010-01-07 07:34:41 +00:00
  • d80f7a6ef3 - Updated Polish, Finnish, Catalan and spanish translations Christophe Dumez 2010-01-06 18:04:03 +00:00
  • 88c56d8250 - Added support for magnet links in search engine. Most search Web sites provides magnet links now and in the futures, they may provide only the magnet links. Christophe Dumez 2010-01-05 22:31:06 +00:00
  • dc91d7ca6c Tagged v2.0.6 release release-2.0.6 Christophe Dumez 2010-01-05 21:25:29 +00:00
  • 413dd60c56 - Bump to v2.0.6 Christophe Dumez 2010-01-05 21:19:07 +00:00
  • fca24a8f84 - Bump to rc3 Christophe Dumez 2010-01-05 21:06:20 +00:00
  • 6d140a141a - Updated french translation Christophe Dumez 2010-01-05 21:05:37 +00:00
  • a18e325c18 FEATURE: Files contained in a torrent are opened on double click (files panel) Christophe Dumez 2010-01-05 20:57:33 +00:00
  • c4d9c51e49 - Never display a horizontal scrollbar in status filters list Christophe Dumez 2010-01-05 20:31:20 +00:00
  • 27e980de28 - Added buttons to change trackers priority (libtorrent v0.14 only) Christophe Dumez 2010-01-05 19:59:25 +00:00
  • 3c4906bb4d - Patch in last commit was wrong Christophe Dumez 2010-01-05 18:48:51 +00:00
  • da796c80c3 - Forgot to move the torrent data when its label is deleted Christophe Dumez 2010-01-05 18:11:52 +00:00
  • 7a2af0f506 - Updated spanish and Catalan translation Christophe Dumez 2010-01-05 17:19:19 +00:00
  • 3e562e7450 - Updated French translation Christophe Dumez 2010-01-05 12:30:20 +00:00
  • 4fc777268b - Validate new file names to make sure they are allowed by the file system Christophe Dumez 2010-01-05 12:28:42 +00:00
  • 037e57b687 - Validate label names to make sure there is no character forbidden by the file system Christophe Dumez 2010-01-05 12:18:17 +00:00
  • 1c0d462785 COSMETIC: Improve torrent deletion confirmation dialog so that the text that not get truncated Christophe Dumez 2010-01-04 22:41:56 +00:00
  • 2b289655c1 - Fix torrent deletion confirmation dialog so that the text does not get cut on the right. (Fix by Elrond, Thanks!) Christophe Dumez 2010-01-04 22:40:20 +00:00
  • 118ea6093d - Rename GUI-less qBittorrent executable to "qbittorrent-nox", with its own man page Christophe Dumez 2010-01-04 22:29:48 +00:00
  • 89f317dad2 BUGFIX: Force data recheck whenever a torrent is moved BUGFIX: Detect existing torrent data even if incomplete torrents are saved to a different folder Christophe Dumez 2010-01-04 21:29:18 +00:00
  • cac6f7428c - When incomplete torrents are saved to a different path, check if content is already present at final location - Automacillay force a data recheck every time a torrent is moved (because libtorrent does not take care of checking if the torrent data exists at the destination location) Christophe Dumez 2010-01-04 21:16:33 +00:00
  • ae6acc4ca2 - Fix possible issue with label counts when deleting a torrent Christophe Dumez 2010-01-04 19:44:03 +00:00
  • 641c6f0132 - Updated slovak translation Christophe Dumez 2010-01-04 19:34:07 +00:00
  • 56dc8cad71 - Added ASSERT Christophe Dumez 2010-01-03 21:09:01 +00:00
  • 7cc07d842c - Put back the ASSERT (it should no longer be hit) Christophe Dumez 2010-01-03 19:03:05 +00:00
  • baaadf07fa - Do not save currently selected label since we no longer restore it on startup Christophe Dumez 2010-01-03 18:52:43 +00:00
  • 719b32ba36 - Fix bugs with torrent labeling (Problems when adding a torrent when a filter was selected) Christophe Dumez 2010-01-03 18:51:24 +00:00
  • af5c1096b5 - Fix crash on start introduced in last commit Christophe Dumez 2010-01-03 18:42:16 +00:00
  • 3008222b92 - Make sure QModelIndex is correct before using it Christophe Dumez 2010-01-03 18:34:37 +00:00
  • 5ef9faacd5 Updated french translation Bump to rc2 Christophe Dumez 2010-01-03 15:04:04 +00:00
  • ff65b6ea2f - Adapt torrent addition dialog size when the torrent is a magnet link (since we don't display torrent content) Christophe Dumez 2010-01-03 14:59:14 +00:00
  • 4c8a087b81 - Fix signal bug introduced in last commit Christophe Dumez 2010-01-03 14:41:29 +00:00
  • facbb650d0 - BUGFIX: Stop catching signals once one has been caught to avoid possible infinite loop Christophe Dumez 2010-01-03 14:41:28 +00:00
  • 8f4bf93f02 - Fix defining a new label from torrent addition dialog - Stop catching SIGABRT, SIGSEGV once one is received to avoid possible infinite loop Christophe Dumez 2010-01-03 14:38:59 +00:00
  • 824b2f6fff - Update changelog and language files Christophe Dumez 2010-01-03 14:24:05 +00:00
  • ba0c7334b7 - Use torrent addition dialog for Magnet URIs too Christophe Dumez 2010-01-03 14:20:31 +00:00
  • a1dd724220 - Fix issue with torrent label not being remembered on startup under certain circumstances Christophe Dumez 2010-01-03 13:15:26 +00:00
  • 893b7bf7f3 - Fix detection of invalid torrent files Christophe Dumez 2010-01-03 13:04:26 +00:00
  • a7820e5f08 - Make sure the torrent file is valid before loading it Christophe Dumez 2010-01-03 13:00:16 +00:00
  • 1a2eee8060 - Fix to spanish and Catalan translations Christophe Dumez 2010-01-03 12:47:40 +00:00
  • 4a2713a9f0 - Updated program usage translatable strings to make sure translators do not translate program parameters Christophe Dumez 2010-01-03 09:17:41 +00:00
  • 5ece0b4f70 - Spanish and Catalan translations are now complete Christophe Dumez 2010-01-03 09:08:07 +00:00
  • 44e8ec2b37 - Removed "Bullet" from translatable strings since it is not displayed Christophe Dumez 2010-01-03 01:19:37 +00:00
  • d7e5f4b895 - Update Spanish and Catalan translations Christophe Dumez 2010-01-03 01:02:04 +00:00
  • b0c7bdf82b - Made program usage message (help) translatable - Bump to rc1 Christophe Dumez 2010-01-02 23:40:57 +00:00
  • a239ac1a52 - Removed debug Christophe Dumez 2010-01-02 23:12:40 +00:00
  • 99459dc55d - Fixing indentation - Stop catching SIGINT and SIGTERM once the application has exiting Christophe Dumez 2010-01-02 23:03:46 +00:00
  • 78ba99778a - Fix crash when deleting a label Christophe Dumez 2010-01-02 22:53:27 +00:00
  • 96d3df3135 - Updated Changelog and INSTALL file Christophe Dumez 2010-01-02 22:29:36 +00:00
  • cbe4bbac6a - Merged headless branch Christophe Dumez 2010-01-02 22:20:37 +00:00
  • f502e82ec4 - Fix to Catalan translation Christophe Dumez 2010-01-02 15:09:35 +00:00
  • a5d8766a9e Use XDG folders (.cache, .local) instead of .qbittorrent old .qbittorrent is imported and moved to XDG folder by qBittorrent so that the user does not loose anything Christophe Dumez 2010-01-02 11:22:44 +00:00
  • 55d8e3d76b Updated Catalan translation Christophe Dumez 2010-01-02 09:10:51 +00:00
  • 7b7fb4d278 - Updated Spanish and Catalan translations Christophe Dumez 2010-01-01 20:34:32 +00:00
  • 09c7c50ad3 - qBittorrent can now identify itself as KTorrent too Christophe Dumez 2010-01-01 20:29:03 +00:00
  • 131250dc03 - Bump to beta4 Christophe Dumez 2010-01-01 13:38:55 +00:00
  • 130187723c - Updated language files and french translation Christophe Dumez 2010-01-01 13:38:23 +00:00
  • 7bac95c9ad - Torrents can be renamed in transfer list Christophe Dumez 2010-01-01 13:25:59 +00:00
  • f39d3296ab - Use QDir::separator instead of / for Windows compatibility Christophe Dumez 2010-01-01 13:24:57 +00:00
  • add2475700 - Files / Folders can also be renamed directly from torrent addition dialog Christophe Dumez 2010-01-01 10:55:13 +00:00
  • 533e402bca - Updated Spanish translation Christophe Dumez 2009-12-31 18:23:06 +00:00
  • edbe67c4e6 - Updated spanish translation Christophe Dumez 2009-12-31 18:22:10 +00:00
  • 014b86290b Tagged v2.0.5 release release-2.0.5 Christophe Dumez 2009-12-31 17:12:54 +00:00
  • 9836d4ec07 - Bump to v2.0.5 Christophe Dumez 2009-12-31 16:53:20 +00:00
  • b5b14d4d43 - BUGFIX: Fix crash with downloaded/availability bars when the torrent has too many pieces Christophe Dumez 2009-12-31 16:42:50 +00:00
  • b87a23037e - Fix crash in pieces downloaded/availability bars when the torrent has too many pieces Christophe Dumez 2009-12-31 16:34:56 +00:00
  • dff1666b6c BUGFIX: Fix possible crash when drawing piece downloaded/availability bars Christophe Dumez 2009-12-31 15:13:33 +00:00
  • 6d88bb5b83 - Made sure the pixmap cannot be drawn with uninitialized data Christophe Dumez 2009-12-31 15:10:30 +00:00
  • 435801c893 - Added Peer id spoofing settings to Web UI Christophe Dumez 2009-12-30 17:47:10 +00:00
  • e6966bec31 - Updated release date Christophe Dumez 2009-12-30 16:53:19 +00:00
  • e92f6a3d96 Display the correct DHT port in the log window Christophe Dumez 2009-12-30 16:49:38 +00:00
  • 9d0577fa5c - Display the correct DHT port in the console Christophe Dumez 2009-12-30 16:47:03 +00:00
  • f2891dae74 - Another fix for global download rate limiting in Web UI Christophe Dumez 2009-12-30 16:40:52 +00:00
  • f70aab3877 - Another fix for global download rate limiting in Web UI Christophe Dumez 2009-12-30 16:40:35 +00:00
  • ec44efb261 BUGFIX: Fix global download rate limiting from Web UI Christophe Dumez 2009-12-30 16:38:46 +00:00
  • a43a1f5b67 - Fix global download rate limiting (Web UI) Christophe Dumez 2009-12-30 16:37:34 +00:00
  • d227ed8b59 - Use global maximum transfer rates as maximum values in per-torrent speed limiting dialogs (Web UI) - Fix compilation error introduced in last commit Christophe Dumez 2009-12-30 16:35:45 +00:00
  • ee9ca1ece7 - Use global maximum transfer rates as maximum values in per-torrent speed limiting dialogs (Web UI) Christophe Dumez 2009-12-30 16:32:19 +00:00
  • 8271e20fac - Started work on adding Peer ID spoofing settings for Web UI (incomplete) Christophe Dumez 2009-12-30 16:21:05 +00:00
  • 395c2c862a - Use global maximum transfer rates as maximum values in per-torrent speed limit ing dialogs Christophe Dumez 2009-12-30 16:21:04 +00:00
  • 132b1f7ffe - Use global maximum transfer rates as maximum values in per-torrent speed limiting dialogs Christophe Dumez 2009-12-30 16:18:50 +00:00
  • e7eb61c0c3 - Updated French translation Christophe Dumez 2009-12-30 16:04:23 +00:00
  • 7cd2ec57d3 - qBittorrent no longer listens on a random port whenever it receives a listen_f ailed_alert (because it may correspond to another network interface) - Display a "disconnected" icon in status bar whenever qBittorrent fails to list en on the selected port Christophe Dumez 2009-12-30 16:02:30 +00:00
  • 77b4d97069 - Display current version in fields when the combobox value is changed (Peer ID spoofing) Christophe Dumez 2009-12-30 15:55:21 +00:00
  • 2168d5a30e - qBittorrent no longer listens on a random port whenever it receives a listen_failed_alert (because it may correspond to another network interface) - Display a "disconnected" icon in status bar whenever qBittorrent fails to listen on the selected port Christophe Dumez 2009-12-30 15:52:20 +00:00
  • 7ad90b1b80 - Fix Proxy type rank in enum (to be consistent with older qBittorrent versions) - Added Proxy settings to Web UI - Fix tiny bugs in proxy settings Christophe Dumez 2009-12-30 15:07:51 +00:00
  • f60ef5dbd5 - Added a button to reset spoofed client version/build to latest - Fix little bug when loading saved version/build for spoofed client Christophe Dumez 2009-12-30 13:26:35 +00:00
  • 4dc26d0a77 - FEATURE: qBittorrent can identify itself as uTorrent or Vuze (Any version) Christophe Dumez 2009-12-30 13:10:06 +00:00
  • 551273b831 - Updated language files Christophe Dumez 2009-12-30 10:56:08 +00:00
  • d5a09674ae FEATURE: Better proxy support and preferences remodeling Christophe Dumez 2009-12-30 10:53:58 +00:00
  • 907e620e9e - Added console message for Web UI (with port) - Updated language files Christophe Dumez 2009-12-30 09:49:56 +00:00
  • f96ec75eec - Improve Web UI settings so that the HTTP server is reconstructed only when necessary Christophe Dumez 2009-12-30 09:46:06 +00:00
  • 4941f24fff - Better Float JSON encoding fix for Qt 4.6 Christophe Dumez 2009-12-29 22:58:32 +00:00
  • 4d00db2b42 - Encode correctly Float Type using QVariant/JSON (introduced in Qt 4.6) Christophe Dumez 2009-12-29 22:53:00 +00:00