berniev
75acacd1b7
Gui: Use auto and range-based for ( #7481 )
...
* On lines where the variable type is obvious from inspection, avoid repeating the type using auto.
* When possible use a ranged for loop instead of begin() and end() iterators
2022-09-14 13:25:13 -05:00
wmayer
96adb98f46
Gui: modernize C++11
...
* use nullptr
2022-03-23 18:41:21 +01:00
wmayer
58a719e207
Base: move ILogger sub-classes to their own source files in order to reduce including stream classes in client code
2022-03-06 10:13:47 +01:00
Uwe
5f9020b09a
[Gui] Document and Download: remove unused includes
2022-03-04 04:37:36 +01:00
Chris Hennes
50c7ee36bf
[GUI] Remove code for Qt < 5.9
2021-04-02 10:10:37 +02:00
luz.paz
49b3fbab58
Source typo fix
...
minor typo in function saveIfNeccessary() to saveIfNecessary()
2018-07-13 18:49:48 -04:00
wmayer
57e71e5d55
port C++ code to Qt5
2016-12-13 14:22:59 +01:00
wmayer
9ef81d7d56
optimize download manager
2016-08-31 16:22:21 +02:00
wmayer
4f92f5cbbb
+ fix minor issue with url redirection
...
+ remove const reference
2016-03-14 18:04:31 +01:00
Alexander Golubev
4326c9657e
Gui: fix constructor arguments due to prototype change
...
Warning message was:
src/Gui/DownloadManager.cpp|295 col 54| warning: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
2015-08-29 18:35:55 +02:00
Yorik van Havre
a6206196f6
Arch: added bimserver and git utilities
2015-03-21 12:08:05 -03:00
wmayer
b2e32abe7e
+ fixes #0001705 : Download manager does not follow redirect (HTTP status 302)
2015-01-04 23:15:58 +01:00
wmayer
c3102b69bc
+ issue #0001705 : Download manager does not follow redirect (HTTP status 302)
2015-01-04 18:15:20 +01:00
wmayer
847b6b79e0
+ Replace math.h with cmath
2014-01-05 11:25:40 +01:00
wmayer
ebfe001a7f
+ allow to close download dialog
2013-12-01 16:36:21 +01:00
wmayer
3db10284b1
0000952: Download manager
2013-05-28 18:14:58 +02:00