Vladimir Golovnev (Glassez)
c41df9ffbd
Improve coding style
4 years ago
Vladimir Golovnev (Glassez)
a8c333ff25
Drop "private" subfolders
...
"private" subfolders violate the structure of the project,
since the existence of all other subfolders is based on a
different principle.
In addition, there is no clear line between "private" and
"non private".
5 years ago
NotTsunami
6748e8d787
Remove redundant null checks
...
Attempting to delete a null pointer is a noop in C++.
Closes #2864 .
[1] https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null
5 years ago
Chocobo1
ee0d2d2220
Move fspathedit_p to private folder
5 years ago
Chocobo1
3748b995ff
Avoid creating unnecessary event loops
...
The `exec()` method will create another event loop and transfer
control over there which might introduce unexpected bugs.
6 years ago
thalieht
4370a7eb12
Forward declare in a few places
6 years ago
thalieht
8c944bd4e1
Avoid repeating the return type
6 years ago
thalieht
d8cbc9266a
Use 'auto' to avoid duplicating the type name
6 years ago
Chocobo1
91b2b14ba5
Initialize variables
...
Remove unused variable
7 years ago
Eugene Shalygin
6b65f8add8
Do not show completion when text is not being edited
8 years ago
Eugene Shalygin
574fed04fc
Add visual feedback for wrong paths in FileSystemPathEdit
8 years ago
Eugene Shalygin
30081e0356
Add widget for editing filesystem paths
8 years ago