Commit Graph

  • 537c73d548 Updated Serbian translation Christophe Dumez 2010-03-07 08:59:52 +00:00
  • ad3f5f6e20 Drop our QCleanLooks style subclass since there no longer seem to be an issue with the standard one Christophe Dumez 2010-03-06 21:36:08 +00:00
  • a468404ab5 Make use of Fast concatenation feature in Qt 4.6 Christophe Dumez 2010-03-06 21:11:47 +00:00
  • 6d7fba1a6c Slight cleanup Christophe Dumez 2010-03-06 20:22:36 +00:00
  • 5c734a80f8 Updated Chinese translation Christophe Dumez 2010-03-06 19:58:10 +00:00
  • edfee5193c Updated Bulgarian translation and translator name Christophe Dumez 2010-03-06 11:13:13 +00:00
  • 9900651c55 Updated slovak translation Christophe Dumez 2010-03-05 08:00:26 +00:00
  • 948adbe350 Uploaded Ukrainian translation Christophe Dumez 2010-03-04 21:15:35 +00:00
  • ade0ba794c Little fix Christophe Dumez 2010-03-04 21:10:46 +00:00
  • 5494c33a89 Fix compilation with Qt 4.4 Christophe Dumez 2010-03-04 20:33:48 +00:00
  • c8f5cab636 Set as RELEASE_CANDIDATE Christophe Dumez 2010-03-04 20:30:34 +00:00
  • 4a8a40a6f2 Updated French translation Christophe Dumez 2010-03-04 20:26:57 +00:00
  • 70d41cdc79 Updated German and Finnish translations Christophe Dumez 2010-03-04 20:22:12 +00:00
  • aec99ed14f More code cleanup Christophe Dumez 2010-03-04 20:19:25 +00:00
  • 9a645b4b19 Bump to rc1 Christophe Dumez 2010-03-04 19:30:22 +00:00
  • bea3c33a46 Fix several signals/slots bindings Drop backward compatiblity functions for qBT <= 1.4.0 Clean up torrent loading code (Use priority queue instead of insertion sort) Christophe Dumez 2010-03-04 19:29:48 +00:00
  • e082c02630 Make use of QT_VERSION define instead of using our own define Christophe Dumez 2010-03-04 18:40:11 +00:00
  • 291b94bef0 Code cleanup Christophe Dumez 2010-03-04 18:03:12 +00:00
  • f119be3ed5 Updated language files Christophe Dumez 2010-03-04 17:41:33 +00:00
  • b46d8934ed Fix escaping in VERSION release-2.1.6 Christophe Dumez 2010-03-04 11:19:50 +00:00
  • 493b537215 tagged v2.1.6 release Christophe Dumez 2010-03-04 08:55:18 +00:00
  • fae08f7014 Bump to v2.1.6 Christophe Dumez 2010-03-04 08:45:36 +00:00
  • 31d65ddf77 Fix headless compilation Christophe Dumez 2010-03-04 08:36:35 +00:00
  • 9034094cf9 Fix headless compilation Christophe Dumez 2010-03-04 08:36:23 +00:00
  • 4cd9cfdb59 BUGFIX: Command-line parameters are no longer required to be in UTF-8 Christophe Dumez 2010-03-04 08:34:45 +00:00
  • 8d55368f6a BUGFIX: Only one log window can be opened at a time Christophe Dumez 2010-03-04 08:23:16 +00:00
  • 2a07fc0dea Fix memory leak in RSS Christophe Dumez 2010-03-04 08:14:21 +00:00
  • c48766aeb7 - Slight RSS cleanup Christophe Dumez 2010-03-03 23:11:40 +00:00
  • 28a6afeb02 Clean up and optimize transferlist class Christophe Dumez 2010-03-03 21:59:12 +00:00
  • c8d0f5a104 Folder scanning settings are now properly saved Christophe Dumez 2010-03-03 21:17:45 +00:00
  • 3c396257de Use QXmlStreamReader instead of QDomDocument to save memory when parsing the RSS documents Christophe Dumez 2010-03-03 21:11:40 +00:00
  • a9be841d2d Keep on cleaning up Christophe Dumez 2010-03-03 19:04:34 +00:00
  • 7d0581a7a5 Started code clean up and optimization Christophe Dumez 2010-03-03 17:27:25 +00:00
  • 4efeb66b73 Remove useless cast Added missing include that caused misleading error message Christophe Dumez 2010-03-03 15:23:34 +00:00
  • 3b05f8b4b4 Reorganized header file Christophe Dumez 2010-03-03 14:48:49 +00:00
  • 6b4f09d740 - Cleanup GUI class Christophe Dumez 2010-03-03 14:42:57 +00:00
  • f1b02c1280 Make sure options and console windows are deleted on exit Christophe Dumez 2010-03-03 13:15:13 +00:00
  • 3d546a4c5d BUGFIX: Only one log window can be opened at a time Christophe Dumez 2010-03-03 13:07:27 +00:00
  • 19368bcefa Added virtual destructor to avoid memory leaks Christophe Dumez 2010-03-03 13:03:13 +00:00
  • dbbf26449c - Clean up main code - Use fromLocal8Bit() instead fromUtf8() on program parameters Christophe Dumez 2010-03-03 12:55:42 +00:00
  • 8f28804f8c Added Json encode support for QVariantList and QStringList Christophe Dumez 2010-02-28 17:24:35 +00:00
  • b7edfea4ce Disable scan folder preferences in Web UI (for now) since it was broken by "multipleScanFolders" patch Christophe Dumez 2010-02-28 17:17:14 +00:00
  • 23b2f94c40 Call qDeleteAll on m_pathList Christophe Dumez 2010-02-28 16:23:59 +00:00
  • 8f40f41fef Qt4.4 Compatibility fix (QDate::StandaloneFormat) Christophe Dumez 2010-02-28 16:07:09 +00:00
  • 33f868144b Use a regular pointer instead of a QSharedPointer to fix Qt 4.4 compatibility Christophe Dumez 2010-02-28 16:00:52 +00:00
  • b2545bb709 Added Christian Kandeler to contributors Christophe Dumez 2010-02-28 15:50:25 +00:00
  • 3b6e1e82d9 Updated language files Christophe Dumez 2010-02-28 15:22:31 +00:00
  • 7710c88797 FEATURE: Support for multiple scan folders * Patch by Christian Kandeler (Thanks!) Christophe Dumez 2010-02-28 15:15:00 +00:00
  • 4d5001d18d Display more useful information in log window when an I/O error occurs I/O errors are now reported in nox version too Christophe Dumez 2010-02-22 19:30:36 +00:00
  • be6099a797 BUGFIX: Fix ratio calculation for directly seeded torrents (Thanks phorane) Christophe Dumez 2010-02-17 08:13:47 +00:00
  • 0f4f108eb5 BUGFIX: Fix ratio calculation for directly seeded torrents (Thanks phorane) Christophe Dumez 2010-02-17 08:10:57 +00:00
  • f0d0bb7170 FEATURE: Allow to change the priority of several files at once Christophe Dumez 2010-02-16 20:50:44 +00:00
  • 66157da5c2 Fix browse button for torrent export directory in preferences Christophe Dumez 2010-02-16 19:40:41 +00:00
  • 13493e1afe - Global Upload/Download rates can be set by clicking on the status bar values Christophe Dumez 2010-02-15 20:57:55 +00:00
  • f6bfacda2c FEATURE: Global transfer information are displayed in the new Web UI status bar Christophe Dumez 2010-02-15 20:07:15 +00:00
  • f7a86b5484 Add URL seeds from duplicate torrents to existing ones Christophe Dumez 2010-02-15 18:45:39 +00:00
  • 66cd3f8184 Fix save path display in Web UI too Christophe Dumez 2010-02-14 15:30:10 +00:00
  • b131b139f7 Fix save path display in properties Christophe Dumez 2010-02-14 15:24:54 +00:00
  • 3a237c93be Make sure torrent save path is displayed Christophe Dumez 2010-02-14 15:22:34 +00:00
  • 4c34066727 FEATURE: Trackers can be added from Web UI Christophe Dumez 2010-02-14 15:15:35 +00:00
  • 1960008c83 Fix Web UI authentication with Konqueror Christophe Dumez 2010-02-12 00:00:55 +00:00
  • deffbd6321 Updated Russian translation Christophe Dumez 2010-02-11 11:45:30 +00:00
  • 53927c9aa0 Revert useless 64bits patch Christophe Dumez 2010-02-10 23:22:47 +00:00
  • c40455dbbf Revert useless 64bit patch Christophe Dumez 2010-02-10 23:22:33 +00:00
  • 75f0d86710 Added LIBS += -L/usr/lib64 for 64bit Christophe Dumez 2010-02-10 22:28:47 +00:00
  • d84346616a Added -L/usr/lib64 for 64bits Christophe Dumez 2010-02-10 22:28:01 +00:00
  • e1183dbc0b Bump to beta4 Christophe Dumez 2010-02-10 21:34:31 +00:00
  • 33447bf9fb Update release date Christophe Dumez 2010-02-10 21:34:13 +00:00
  • a9365bc126 - Fix possible race condition in search engine Christophe Dumez 2010-02-10 21:21:43 +00:00
  • 602f1574ca - Fix possible race condition in search engine Christophe Dumez 2010-02-10 21:20:44 +00:00
  • 358f7d16da Add back CONFIG += link_pkgconfig or it causes crashes Christophe Dumez 2010-02-10 21:14:44 +00:00
  • f54b65a56d Add back CONFIG += link_pkgconfig or it causes crashes Christophe Dumez 2010-02-10 21:14:11 +00:00
  • f9abbea1cc - Update helper version Christophe Dumez 2010-02-10 20:15:55 +00:00
  • e4006d6175 - Update helper version Christophe Dumez 2010-02-10 20:15:21 +00:00
  • c267f6911d BUGFIX: Improved HTTP gzip compression detection in downloader Christophe Dumez 2010-02-10 20:07:00 +00:00
  • 949b4ce4e9 - Improve gzip file detection in HTTP downloader (do not trust HTTP header, check magic number) Christophe Dumez 2010-02-10 20:02:55 +00:00
  • dd51d39f5b BUGFIX: Only one program preferences dialog is allowed at a time Christophe Dumez 2010-02-09 23:36:03 +00:00
  • cbafac8ea9 - Make it impossible to open more than one options dialog Christophe Dumez 2010-02-09 23:32:54 +00:00
  • e4bf116ce8 - Fix a crash when adding an already existing torrent Christophe Dumez 2010-02-09 21:35:20 +00:00
  • a3e90e1c05 Fix memory leak in RSS Christophe Dumez 2010-02-09 21:22:09 +00:00
  • bccdad4b1b - Fix memory leak in rss Christophe Dumez 2010-02-09 21:20:43 +00:00
  • 6bd1d2551b - Bump to v2.1.5 Christophe Dumez 2010-02-09 20:53:50 +00:00
  • cf0c359abf BUGFIX: Fix actions on selected torrents (non-selected torrents could be affected) Christophe Dumez 2010-02-09 20:48:48 +00:00
  • 9b372b3cce Important fix regarding actions on selected torrents. With filters enabled, it could happen that non-selected torrents are affected. Christophe Dumez 2010-02-09 20:44:33 +00:00
  • 461cca2f52 Link against boost and ssl to fix issues with gold linker Christophe Dumez 2010-02-09 12:05:39 +00:00
  • 98d0c00f85 Link against boost and ssl to fix issues with gold linker Christophe Dumez 2010-02-09 12:01:13 +00:00
  • 9d2f2230ee - Fix bugs with new feature: "Add trackers from duplicate torrent" Christophe Dumez 2010-02-09 08:06:49 +00:00
  • 89c9a646ad Tagged v2.1.4 bugfix release release-2.1.4 Christophe Dumez 2010-02-08 19:30:01 +00:00
  • 1ee45151a1 - Bump to v2.1.4 Christophe Dumez 2010-02-08 19:10:13 +00:00
  • 772f05c5d4 - Updated language files Christophe Dumez 2010-02-08 19:06:45 +00:00
  • 81c6958428 - Bump to beta3 Christophe Dumez 2010-02-08 19:06:21 +00:00
  • f976eda6a9 - Updated French translation Christophe Dumez 2010-02-08 19:05:41 +00:00
  • de9e215404 BUGFIX: Fix file prioritizing in a torrent Christophe Dumez 2010-02-08 18:52:43 +00:00
  • fe8d5a3528 - Fix file prioritizing in a torrent Christophe Dumez 2010-02-08 18:49:04 +00:00
  • eeabf85e3b BUGFIX: Fix possible crash when changing torrents label Christophe Dumez 2010-02-07 18:39:37 +00:00
  • 240c3508fe Fix possible crash when changing torrents label Christophe Dumez 2010-02-07 18:37:26 +00:00
  • 1065f5fb86 FEATURE: If 2 torrents have the same hash, add new trackers to the existin g torrent Christophe Dumez 2010-02-07 14:31:45 +00:00
  • 2b37986007 Updated Spanish/Catalan translations Christophe Dumez 2010-02-06 21:45:47 +00:00
  • 6b99c84fe3 BUGFIX: Fix possible crash when deleting a torrent Christophe Dumez 2010-02-06 21:34:26 +00:00
  • 22d0c4a241 - Fix possible crash when removing a torrent Christophe Dumez 2010-02-06 21:31:51 +00:00