Christophe Dumez
e9ad58a373
Improved application style handling
2010-01-31 17:46:21 +00:00
Christophe Dumez
09c48539ad
- COSMETIC: Improved style management
2010-01-31 17:30:17 +00:00
Christophe Dumez
454c093033
- qBittorrent can now listen on ports < 1024 (must be root)
2010-01-20 09:54:51 +00:00
Christophe Dumez
340500c351
- Fix compilation warning in nox mode (introduced in v2.2.0alpha)
2010-01-18 21:28:54 +00:00
Christophe Dumez
baf991b342
- The user must now press 'y' to accept the legal notice in nox mode (other keys will refuse and stop the program). Thanks Mariusz Fik
2010-01-18 19:20:59 +00:00
Christophe Dumez
dc47e90126
Applied legal notice patch for Mariusz Fik
2010-01-18 19:16:18 +00:00
Christophe Dumez
ef19e8aeef
- Added legal notice dialog on startup. The user must agree for the program to start.
2010-01-09 15:26:20 +00:00
Christophe Dumez
4c8a087b81
- Fix signal bug introduced in last commit
2010-01-03 14:41:29 +00:00
Christophe Dumez
8f4bf93f02
- Fix defining a new label from torrent addition dialog
...
- Stop catching SIGABRT, SIGSEGV once one is received to avoid possible infinite loop
2010-01-03 14:38:59 +00:00
Christophe Dumez
4a2713a9f0
- Updated program usage translatable strings to make sure translators do not translate program parameters
2010-01-03 09:17:41 +00:00
Christophe Dumez
b0c7bdf82b
- Made program usage message (help) translatable
...
- Bump to rc1
2010-01-02 23:40:57 +00:00
Christophe Dumez
99459dc55d
- Fixing indentation
...
- Stop catching SIGINT and SIGTERM once the application has exiting
2010-01-02 23:03:46 +00:00
Christophe Dumez
cbe4bbac6a
- Merged headless branch
2010-01-02 22:20:37 +00:00
Christophe Dumez
1128b3ea83
* Replace priority combo boxes by check boxes in Web UI as in Regular UI
...
* Prepare http server and preferences classes to add new settings to Web UI
* Tabified Program preferences in Web UI since there will be a lot of settings soon
* Started to add new settings to Web UI (PeX, LSD, Encryption, save path, temp path, scan dir, preallocateall, queueing, listen_port, upnp, nat-pmp, language, ip filter) -> Proxy is missing
* Added a command line parameter to change the web ui port
* Fix PeerGuardian .p2b binary filter support
2009-12-28 19:39:47 +00:00
Christophe Dumez
690bb92154
- Catch CTRL+C and exit cleanly
2009-12-15 13:01:57 +00:00
Christophe Dumez
1923a51c59
- Prepare a little headlessloader class
2009-12-15 11:59:48 +00:00
Christophe Dumez
c7ccf39abf
- Use QCoreApplication instead of QApplication when GUI is disabled
2009-12-15 11:10:47 +00:00
Christophe Dumez
af166f53d3
- Added headlessloader class to prepare Fred's work
2009-12-15 11:08:22 +00:00
Christophe Dumez
e2aaf5d1de
- Edited project file in order not to compile UI classes when DISABLE_GUI is defined
...
- Added #ifndef directives to main.cpp in order to fix compilation when DISABLE_GUI is defined
2009-12-15 10:56:41 +00:00
Christophe Dumez
4dc8959f67
* More exit tweaking to make shutdown faster
...
* Fixed active upload icon in Web UI
* Fixed text alignment in Web UI preferences dialog
* Fixes to ratio display in Web UI transfer list and properties panel
* Edited Queued/Paused/Checking icons so that they are the same for complete/incomplete torrents (easier to understand)
* Color torrents in UI transfer list as in qBittorrent < 2.0 (more easily understandable)
* Progress and size are now updated when files are filtered in torrent properties
2009-11-30 21:30:14 +00:00
Christophe Dumez
3f61e176f0
- Updated Romanian translation
2009-11-29 10:11:28 +00:00
Christophe Dumez
f7f4d1333b
- Catching SIGABRT signal to attempt to display the backtrace when an assertion is hit
2009-11-15 10:42:03 +00:00
Christophe Dumez
bc308741b7
- FEATURE: Dropped dependency on libcurl (Using Qt >= 4.4 for downloads now)
...
- FEATURE: Dropped Qt 4.3 support (Qt >= 4.4 is required)
2009-11-04 15:04:11 +00:00
Christophe Dumez
edfd93496e
- Fix compilation warning
2009-10-24 23:11:29 +00:00
Christophe Dumez
b00eeef04d
FEATURE: Added program option to disable splash screen
2009-10-22 16:50:34 +00:00
Christophe Dumez
148d175ab0
- Added a command line parameter --no-splash to disable splash screen
2009-09-30 18:57:06 +00:00
Christophe Dumez
0153b03160
BUGFIX: Stop enforcing UTF-8 and use system locale instead
2009-07-12 08:13:00 +00:00
Christophe Dumez
64fef21a86
- Forcing our own cleanlooks style instead of default one on startup ( closes #181796 )
2009-07-12 03:35:04 +00:00
Christophe Dumez
2a77de686c
- Fix splash screen
2009-04-26 08:19:38 +00:00
Christophe Dumez
7dfdebd593
- License fix due to problems with OpenSSL
2009-04-05 17:00:55 +00:00
Christophe Dumez
3894452840
- COSMETIC: Redesigned program preferences
...
- COSMETIC: Updated icons set
2009-03-08 10:28:58 +00:00
Christophe Dumez
68e30de763
BUGFIX: qBittorrent now prints backtrace in terminal when segfaulting
2009-01-18 15:12:38 +00:00
Christophe Dumez
ec24fe2f49
- No longer force plastiqueStyle as a default ( closes #312333 )
2008-12-30 02:17:46 +00:00
Christophe Dumez
b58046b1fc
- Use QPlastiqueStyle as a default
2008-12-29 11:31:57 +00:00
Christophe Dumez
cfcd9b7eaf
- Fixed memory leak introduced in last commit
2008-12-26 16:27:52 +00:00
Christophe Dumez
6a3dddd0cc
Catch SIGTERM to exit cleanly (e.g. computer shutdown)
2008-12-26 16:23:53 +00:00
Christophe Dumez
7b57345c4f
- Fixed stylesheet warning in console on startup
2008-12-24 15:05:45 +00:00
Christophe Dumez
70e2a5d3b3
- Fixed compilation warning in main.cpp
...
- Removed use of Qt3 backport headers in ico.cpp
2008-12-15 19:24:10 +00:00
Christophe Dumez
2aea2a0032
- got rid of libMagick++ dependency
2008-11-04 22:39:43 +00:00
Christophe Dumez
77c97b5b43
- FEATURE: DHT is always ON (no longer used as fallback)
...
- FEATURE: The number of DHT nodes is displayed
- COSMETIC: Transfer speed, ratio and DHT nodes are displayed in status bar
2008-07-10 20:19:28 +00:00
Christophe Dumez
8dfc68e196
- Updated tranlsations
...
- Allow to run one instance of qBittorrent per user
- Moved button to close search tabs
2008-07-06 18:39:07 +00:00
Christophe Dumez
6ed565a06b
- COSMETIC: Improved progress bar text rendering
2007-10-13 08:32:31 +00:00
Christophe Dumez
937d45d850
- Use system's default style as a default instead of Plastique style
2007-10-03 19:18:55 +00:00
Christophe Dumez
cd70843ee9
- Totally redesigned program preferences
...
- Added some options, the following are already implemented:
* Start/Stop LSD/NAT-PMP/UPnP
* Force preallocation of all files
* Force new torrents status to pause
- Other new features are going to be implemented soon
2007-09-08 17:07:29 +00:00
Christophe Dumez
8ba1cb329d
- Improved unicode support a bit
2007-08-20 07:03:41 +00:00
Christophe Dumez
8df61db644
- Rollback to GNU GPLv2 because Qt4 is not compatible with GPLv3 :(
2007-07-14 14:31:59 +00:00
Christophe Dumez
28ea505088
- qBittorrent is not exiting anymore when Main window is hidden and a dialog is closed (nasty long-standing bug...)
2007-07-14 12:35:04 +00:00
Christophe Dumez
54f9375b32
- Update to GNU GPL v3
2007-07-13 06:55:51 +00:00
Christophe Dumez
2f0bee3b19
- Updated splash screen to v0.10.0
2007-04-03 12:24:12 +00:00
Christophe Dumez
81eee7bba2
- Style is now applied instantly, no need to restart qBT
...
- Fixed a typo in WIndowsXP Style
2007-03-29 18:43:04 +00:00