Flössie
|
aeaff29ac0
|
Apply readability-simplify-boolean-expr
|
2016-10-12 20:01:30 +02:00 |
|
Flössie
|
0731975ff0
|
Apply modernize-use-nullptr
Setup:
- `mkdir tidy; cd tidy`
- `cmake .. -DCMAKE_BUILD_TYPE=debug -DPROC_TARGET_NUMBER=1 -DCACHE_NAME_SUFFIX=4 -DBINDIR=. -DDATADIR=. -DBUILD_BUNDLE=ON -DWITH_LTO=OFF -DOPTION_OMP=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON`
- `cd ..`
- `find -name '*.cc' -exec clang-tidy-3.8 -header-filter=.* -p=tidy -fix-errors -checks=modernize-use-nullptr {} \;`
|
2016-10-12 17:48:40 +02:00 |
|
heckflosse
|
566d4c9822
|
Cppcheck: Fixed most issued in rtgui/*
|
2016-10-04 23:28:19 +02:00 |
|
heckflosse
|
c8779c04f5
|
Fix all - 2 cppcheck performance hints
|
2016-07-06 13:04:24 +02:00 |
|
Adam Reichold
|
4b9bc5be88
|
Try to fix #3132 by making sure every file chooser dialog is given an appropriate parent window.
|
2016-03-28 13:32:30 +02:00 |
|
Adam Reichold
|
e853629854
|
Move the external command helper into the external program store singleton.
|
2016-02-21 10:12:56 +01:00 |
|
Adam Reichold
|
17d9309f1c
|
Remove PROTECT_VECTORS option since either program is correct without locking or it is not, especially since std::vector is definitely not thread-safe on all major platforms.
|
2016-01-30 20:39:54 +01:00 |
|
Adam Reichold
|
ff616eb473
|
Replace the last folder persister and the use of std::auto_ptr by a simple method using a lambda to bind a variable using the selection_changed signal.
|
2016-01-06 19:53:02 +01:00 |
|
Adam Reichold
|
1ef2229ba4
|
Close #3025 by fixing the fully defining the original selection function.
|
2015-12-19 09:18:18 +01:00 |
|
Adam Reichold
|
ee766b71b8
|
Add a button to filter the original files to the file browser.
|
2015-12-17 20:05:49 +01:00 |
|
Adam Reichold
|
d3ac22531b
|
Extend the file browser so that it will only show the original image if several files of different formats are present.
|
2015-12-17 20:05:41 +01:00 |
|
DrSlony
|
0e0cfb9b25
|
Formatted all .cc and .h code in rtengine, rtexif and rtgui using astyle
|
2015-08-11 11:55:03 +02:00 |
|
DrSlony
|
16061aad88
|
Removed unused files
|
2015-08-09 20:56:10 +02:00 |
|
torger
|
d5ca351c20
|
Issue 2134: removed obsolete raw highlight preservation setting from GUI (still left in procparams for backwards compatilibility)
|
2015-07-10 12:00:36 +02:00 |
|