Vladimir Golovnev (Glassez)
b29f6916cb
Implement upgrage code.
10 years ago
ngosang
e01a61d816
changes in typography
10 years ago
Vladimir Golovnev (Glassez)
5798fb959d
Fix qbittorrent-nox compilation.
10 years ago
Vladimir Golovnev (Glassez)
191cdc2849
Move utilities to core/utils folder.
...
Also move the names to Utils namespace.
10 years ago
Vladimir Golovnev (Glassez)
d16d1fdb3a
Redesign main core classes.
10 years ago
Vladimir Golovnev (Glassez)
d32bb52390
Don't add core to INCLUDEPATH.
10 years ago
Vladimir Golovnev (Glassez)
2707f5205f
Fix prefjson::setPreferences() doesn't actually save.
10 years ago
Vladimir Golovnev (Glassez)
0c50a8b98b
Put all application logic into Application class.
...
Application process message and split it into params list itself (this
prevents code duplication).
Application store params unless other components ready to process them.
Application incapsulate all QMacApplication and SessionApplication logic
(this is too small to have separate classes).
10 years ago
Vladimir Golovnev (Glassez)
8b95bb233d
Fix main().
10 years ago
Vladimir Golovnev (Glassez)
2dd473eb28
Use unmodified QtSingleApplication on Windows.
...
Get running application instance PID without QtSingleApplication
modification.
10 years ago
Vladimir Golovnev (Glassez)
ff9a281b72
Change project directory structure.
...
Change project directory structure according to application structure.
Change 'nox' configuration option to something more meaningful 'nogui'.
Rename 'Icons' folder to 'icons' (similar to other folders).
Partially add 'nowebui' option support.
Remove QConf project file.
10 years ago
sledgehammer999
061e71337b
Initialize logger at the beginning of program to avoid threading issues.
10 years ago
Gabriele
d7161dcab1
Fix few spelling mistakes
...
s/Pieces size/Piece size/
s/uknown/unknown/
Closes #2367 .
10 years ago
sledgehammer999
ca2dc325f5
Detect uknown command line parameters.
10 years ago
sledgehammer999
8bfd333c60
Touch up previous commit.
10 years ago
Vladimir Golovnev (Glassez)
afdc1ee93e
HOTFIX: Correct command line parameters defaults.
10 years ago
Vladimir Golovnev (Glassez)
5200999007
Improve command line parsing.
10 years ago
Vladimir Golovnev (Glassez)
1f110e9fb1
Fix qbittorrent-nox daemon.
10 years ago
buinsky
cb5b0f891c
Accept multiple files at once. Closes #2253
10 years ago
Vladimir Golovnev (Glassez)
96727f3206
Use forward declarations in main.cpp.
10 years ago
Vladimir Golovnev (Glassez)
ede6715e72
Simplify main() logic.
...
Add Application class.
Put application initialization code to Application class.
Place some code into separate functions.
10 years ago
Vladimir Golovnev (Glassez)
1fcca6f434
Fix main.cpp indentation. Issue #2192 .
10 years ago
Vladimir Golovnev (Glassez)
ebd71bbe4c
Avoid unnecessary classes creation.
10 years ago
Gabriele
05929b78c6
Allow relative torrent paths when qBittorrent is already running
...
Adding new torrents from the command line while qBittorrent was
already running was possible only providing the absolute path to
the file.
10 years ago
diger
e7f1dacd6c
Fix Qt5 support
10 years ago
diger
c22190fbf7
Add patches for support Haiku ( https://www.haiku-os.org )
10 years ago
sledgehammer999
d8d95d2195
Migrate everything to use the new Preferences class and not access directly the qbittorrent.ini file.
10 years ago
sledgehammer999
e0ae505bb9
Fix nox build on MAC OSX.
11 years ago
sledgehammer999
ef3f7d18c9
Fix compilation with Qt5.
11 years ago
Nick Tiskov
138c3dc3cb
Fix translations bundled with Qt.
11 years ago
Vladimir Golovnev (Glassez)
ce3aac5f9d
Fix functions and macros using to support both Qt4 and Qt5.
11 years ago
Zach Thibeau
2a7aa98afd
added fontfix for osx
11 years ago
sledgehammer999
2b9f79fafe
Expose new translations and improve language code.
11 years ago
Vladimir Golovnev (Glassez)
dbf8675de3
Some improvements of requesting pid of running instance code.
11 years ago
Vladimir Golovnev (Glassez)
b78ea79d30
Bringing the AddNewTorrentDialog to the front.
11 years ago
sledgehammer999
be5a1ae272
Seed rand only at one place.
12 years ago
sledgehammer999
eb0d1748c3
Fix compilation without backtrace support on Windows.
12 years ago
Christophe Dumez
da3406b811
Simplify the code a bit now that QIniSettings uses qBittorrent / qBittorrent by default
12 years ago
Nick Tiskov
5eaf4201ae
Fixes: 1) Building fails w/o "CONFIG += strace_win" 2) mingw build
...
Commenting Mingw release flags section for now. Strace is not reliable with mingw (only calls to other libraries are resolved, internal calls show up as addresses).
12 years ago
Nick Tiskov
88960556e3
Raise main window when starting another instance w/o params
12 years ago
Nick Tiskov
a9cffd8863
Support stacktrace on Windows
...
adds 'strace_win' CONFIG option
12 years ago
Christophe Dumez
bcd81c0791
Better fix for --no-splash argument
12 years ago
Nick Tiskov
0cdb833aa6
Use qico plugin in static build. Required for RSS favicon capabilities.
12 years ago
Christophe Dumez
1809de7f1a
Fix "Couldn't set environment variable..." message on start up ( closes #245 )
12 years ago
sledgehammer999
51bc6bd95a
Fix encoding problem. Fixes #139
12 years ago
Christophe Dumez
cf3f0a606d
Add Hebrew translation
12 years ago
Nikolas Garofil
b897708a41
forgot to change the string
12 years ago
Nikolas Garofil
d1060ac5f3
Completed previous commit
...
Added some suggestions for the previous commit from Christophe Dumez
and made sure the argument directly after -d is looked at.
12 years ago
Nikolas Garofil
b8e5cc01c1
shouldDaemonize en qcritical
12 years ago
Nikolas Garofil
1811ec6cab
Optional daemon-mode for qbittorrent-nox
12 years ago