Christophe Dumez
a2067af4ea
Use putenv on Windows too
15 years ago
Christophe Dumez
ec3b749ef6
Merge fixes from stable branches (libtorrent v0.15 related)
15 years ago
Christophe Dumez
b9394f2ba2
Fix race condition allowing to run several instances of qBittorrent at the same time
15 years ago
Christophe Dumez
65b8d0c24d
Delete qApp on exit
15 years ago
Christophe Dumez
0d4b55ca32
Better Mac integration
15 years ago
Christophe Dumez
61246f81c7
Fix msvc warnings
15 years ago
Christophe Dumez
4805690dbe
Merge latest msvc fixes from stable branch
15 years ago
Christophe Dumez
338d4fd31e
Windows execution fixes
15 years ago
Christophe Dumez
5675c045ae
Windows compilation fixes (Thanks LiHuiShuo)
15 years ago
Christophe Dumez
98ec373f8c
Support Right to left languages
15 years ago
Christophe Dumez
dbceed21f5
Clean fix for progress display with cleanlooks style
15 years ago
Christophe Dumez
e5b8b41373
Several compilation and execution fixes for Windows and OS/2
...
Cleaner binutils gold linker support
15 years ago
Christophe Dumez
f5d1c8a679
Another compilation fix
15 years ago
Christophe Dumez
aea3d4be7a
Another Windows compilation fix
15 years ago
Christophe Dumez
8d1fd7ee8e
Windows compilation fix improvement
15 years ago
Christophe Dumez
a98a002d57
Compilation fix on Windows (getuid missing)
15 years ago
Christophe Dumez
6f7ae4770a
Properly raise SIGSEGV/SIGABRT after catching it
15 years ago
Christophe Dumez
f9cc98791a
Subclass Cleanlook style to make sure the progress value is displayed when selected
15 years ago
Christophe Dumez
12fff1b966
Compilation fix with Qt 4.4
15 years ago
Christophe Dumez
ad3f5f6e20
Drop our QCleanLooks style subclass since there no longer seem to be an issue with the standard one
15 years ago
Christophe Dumez
aec99ed14f
More code cleanup
15 years ago
Christophe Dumez
9034094cf9
Fix headless compilation
15 years ago
Christophe Dumez
4efeb66b73
Remove useless cast
...
Added missing include that caused misleading error message
15 years ago
Christophe Dumez
dbbf26449c
- Clean up main code
...
- Use fromLocal8Bit() instead fromUtf8() on program parameters
15 years ago
Christophe Dumez
5c80ce42e0
Cosmetic fix to usage display (--help)
...
Usage display is now localized
15 years ago
Christophe Dumez
e9ad58a373
Improved application style handling
15 years ago
Christophe Dumez
09c48539ad
- COSMETIC: Improved style management
15 years ago
Christophe Dumez
454c093033
- qBittorrent can now listen on ports < 1024 (must be root)
15 years ago
Christophe Dumez
340500c351
- Fix compilation warning in nox mode (introduced in v2.2.0alpha)
15 years ago
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
15 years ago
Christophe Dumez
dc47e90126
Applied legal notice patch for Mariusz Fik
15 years ago
Christophe Dumez
ef19e8aeef
- Added legal notice dialog on startup. The user must agree for the program to start.
15 years ago
Christophe Dumez
4c8a087b81
- Fix signal bug introduced in last commit
15 years ago
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
15 years ago
Christophe Dumez
4a2713a9f0
- Updated program usage translatable strings to make sure translators do not translate program parameters
15 years ago
Christophe Dumez
b0c7bdf82b
- Made program usage message (help) translatable
...
- Bump to rc1
15 years ago
Christophe Dumez
99459dc55d
- Fixing indentation
...
- Stop catching SIGINT and SIGTERM once the application has exiting
15 years ago
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
15 years ago
Christophe Dumez
690bb92154
- Catch CTRL+C and exit cleanly
15 years ago
Christophe Dumez
1923a51c59
- Prepare a little headlessloader class
15 years ago
Christophe Dumez
c7ccf39abf
- Use QCoreApplication instead of QApplication when GUI is disabled
15 years ago
Christophe Dumez
af166f53d3
- Added headlessloader class to prepare Fred's work
15 years ago
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
15 years ago
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
15 years ago
Christophe Dumez
3f61e176f0
- Updated Romanian translation
15 years ago
Christophe Dumez
f7f4d1333b
- Catching SIGABRT signal to attempt to display the backtrace when an assertion is hit
15 years ago
Christophe Dumez
7792b4f849
- Branched trunk in order to work on a major GUI remodeling. I will attempt to:
...
* Merge download and upload lists
* Display torrent properties in the same tab (horizontal split)
15 years ago
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)
15 years ago
Christophe Dumez
edfd93496e
- Fix compilation warning
15 years ago
Christophe Dumez
b00eeef04d
FEATURE: Added program option to disable splash screen
15 years ago