Chocobo1
|
efc04645b7
|
Use QString literals
It covers src/webui and enables `QT_NO_CAST_FROM_ASCII`.
|
2022-03-20 13:33:40 +08:00 |
|
Chocobo1
|
802ec5a14e
|
Use QString literals
This patch covers src/gui and some leftovers from previous commit.
|
2022-03-18 12:46:01 +08:00 |
|
Vladimir Golovnev (Glassez)
|
97c7f3bc67
|
Raise minimum Qt version to 5.14
|
2021-06-03 08:56:41 +03:00 |
|
Vladimir Golovnev (Glassez)
|
9565b695ef
|
Unify custom exceptions
|
2021-05-18 08:40:05 +03:00 |
|
Vladimir Golovnev (Glassez)
|
c41df9ffbd
|
Improve coding style
|
2020-11-17 21:02:37 +03:00 |
|
ngosang
|
71be4f03be
|
Update minimum Python version to 3.5.0
|
2020-08-18 20:56:39 +02:00 |
|
József Sallai
|
f9564564f8
|
Detect python3 executable on Windows
|
2020-04-02 00:31:41 +03:00 |
|
Chocobo1
|
baa13c044a
|
Drop python2 support
Closes #11811.
|
2020-02-08 12:36:45 +08:00 |
|
Chocobo1
|
ff707ea5af
|
Change splitToViews() return type to QVector
|
2019-05-19 12:06:18 +08:00 |
|
thalieht
|
89dce36e98
|
Use uniform initialization on some default arguments
|
2019-02-25 17:05:15 +02:00 |
|
thalieht
|
8c944bd4e1
|
Avoid repeating the return type
|
2019-02-16 18:54:18 +02:00 |
|
thalieht
|
d668a4fe6d
|
Fix coding style for various things
|
2018-11-28 23:37:35 +02:00 |
|
Chocobo1
|
f26a5c3581
|
Update Python URLs
|
2018-09-25 11:46:40 +08:00 |
|
Chocobo1
|
7d808cfc99
|
Fix asking to install Python
The dialog asking users to install python is borked since the last refactor, this
commit fixes it.
|
2018-09-25 11:46:39 +08:00 |
|
Chocobo1
|
60ecc4fe8f
|
Move python related functions
Also the functions are slightly changed to return full path of the found
python executable.
|
2018-09-25 11:46:39 +08:00 |
|
sledgehammer999
|
e8213b2c6a
|
Remove unused variable
|
2018-09-22 14:05:40 +03:00 |
|
Chocobo1
|
2528c6e39a
|
Fix python version detection
Closes #9146.
|
2018-07-02 00:57:08 +08:00 |
|
Chocobo1
|
3e6c8a05dd
|
Reduce queries to python version
Instead of doing at least 2 queries for python infos, now requires only
1 query (in ideal condition), and the result is cached.
|
2018-06-24 19:41:44 +08:00 |
|
Chocobo1
|
51e82762c5
|
Move related functions to Utils::Python
|
2018-06-24 06:21:15 +08:00 |
|