5479 Commits

Author SHA1 Message Date
Hombre
c1a6abbd43 More bugfix from issue #3446 2016-10-23 21:05:23 +02:00
heckflosse
fca99676b6 Fix a bug I introduced some commits ago. Fixes #3476 2016-10-22 18:29:53 +02:00
heckflosse
2c7325b2fd Removed StopWatch 2016-10-22 18:11:14 +02:00
Hombre
b2af94ac74 More bugfix to the Gtk3 RawTherapee theme, see issue #3446 2016-10-22 02:13:50 +02:00
heckflosse
09b319fe0b Speedup for Vignette and Graduated Filter 2016-10-22 00:21:01 +02:00
heckflosse
968f2b06ca Segfault on EAHD, fixes #3474, kudos to Floessie 2016-10-21 12:09:47 +02:00
heckflosse
17ea8b162c Removed printf relicts from softproofing branch 2016-10-21 02:09:14 +02:00
heckflosse
8cad2f8863 CbDL badly interacts with Graduated and Vignetting Filter if CbDL is set to 'before Black-and-White', fixes #3473 2016-10-21 00:41:27 +02:00
Hombre
c2888d634f Bugfx: there was free space around the main window when maximized
See issue #3446
2016-10-20 23:14:55 +02:00
Hombre
395611f8e1 Bugfix of the Scale's theme, was overflowing its allocated space 2016-10-20 22:47:04 +02:00
Hombre
f6a9e13297 New batch of Theme bugfix, see issue #3446 (still WIP) 2016-10-20 22:38:37 +02:00
Morgan Hardwood
0ba6258fc8 Removed 3 Noise Reduction tooltips as they were intrusive and/or incorrect, no issue - IRC 2016-10-20 20:00:09 +02:00
Ingo Weyrich
f0211a3cb0 Merge pull request #3472 from frspp/patch-1
Update camconst.json to support olympus omd e10 mk2 raw
2016-10-20 00:11:06 +02:00
frspp
e684bfaaa5 Update camconst.json
support for olympus omd e10 mk2 raw (was pink issue).
2016-10-20 00:57:35 +03:00
Morgan Hardwood
c00b7c7223 Regenerated translation files 2016-10-19 10:12:15 +02:00
Beep6581
467926ee5f Merge pull request #3466 from mkyral/master
Czech translation update by mkyral, #3466
2016-10-19 09:54:06 +02:00
Hombre
712468197d Bugfix and style update of RawTherapee.css
Still unfinished - Big thank you to DrSlony for his help
2016-10-19 02:20:12 +02:00
Hombre
5244c44420 Solving issue #3297 2016-10-18 23:18:45 +02:00
Ingo Weyrich
d14e9adbc2 Merge pull request #3465 from Beep6581/clang-tidy
`clang-tidy` cleanups
2016-10-18 21:53:34 +02:00
Jean-Christophe
952fc5f127 Merge pull request #3461 from Beep6581/connblocker-in-toolbar
Enhanced ConnectionBlocker class, now used in ToolBar class
2016-10-18 21:34:42 +02:00
Marián Kyral
c027c3295a Czech translation file update - remove spare spaces at EOL 2016-10-18 21:28:39 +02:00
Marián Kyral
70d14740e0 Czech translation file update - small fixes 2016-10-18 21:24:33 +02:00
Marián Kyral
44aabc3926 Czech translation file update 2016-10-18 20:58:17 +02:00
Flössie
fb8941cd88 Manually simplify bool expressions and fix rtgui/progressconnector.h 2016-10-18 18:30:25 +02:00
Flössie
ae98d4cb1f Revert rtengine/dcraw.cc 2016-10-18 18:18:25 +02:00
Flössie
730c03785d Reapplied clang-tidy filters
- modernize-use-nullptr
- modernize-redundant-void-arg
- readability-simplify-boolean-expr
- misc-redundant-expression
- readability-redundant-control-flow
- readability-avoid-const-params-in-decls
2016-10-18 18:16:05 +02:00
Flössie
0bbc84b2af Merge branch 'master' into clang-tidy 2016-10-18 17:48:50 +02:00
Flössie
f9f4fe9035 Revert rtengine/dcraw.cc 2016-10-18 17:12:50 +02:00
Ingo Weyrich
cced5756cb Merge pull request #3464 from Beep6581/cppcheck3
Merge some new cppcheck fixes into master
2016-10-17 22:24:46 +02:00
heckflosse
093fa46aa6 Updated dcraw.patch file 2016-10-17 22:20:33 +02:00
heckflosse
3d73eb45a1 Disabled unused functions in dcraw.cc .h 2016-10-17 21:47:52 +02:00
heckflosse
8df2df664f Cppcheck: some fixes 2016-10-17 18:49:15 +02:00
Hombre
0c78885d25 Bugfix: Curve's bg and Histogram's bg wasn't cleaned upon refresh 2016-10-17 01:31:49 +02:00
Morgan Hardwood
bb9c184af7 Merge branch 'master' into gtk3 2016-10-16 23:38:04 +02:00
Morgan Hardwood
4efae5c764 Merge branch 'master' into gtk3 2016-10-16 23:26:51 +02:00
heckflosse
ed42b1239c Merge cppckeck2 branch into master 2016-10-16 22:13:13 +02:00
Hombre
8f2f4e0870 Enhanced ConnectionBlocker class, now used in ToolBar class 2016-10-16 14:19:59 +02:00
Hombre
50165dab20 Merge branch 'master' into softproofing 2016-10-16 01:45:52 +02:00
heckflosse
81421db9c9 Cppcheck: some fixes 2016-10-13 22:15:33 +02:00
heckflosse
3625643392 Cppcheck: Fixed bug from last commit. Also added some new fixes 2016-10-13 17:37:08 +02:00
heckflosse
172ab63b85 Cppcheck: Fixed another bunch of warnings 2016-10-13 01:34:02 +02:00
Flössie
aeaff29ac0 Apply readability-simplify-boolean-expr 2016-10-12 20:01:30 +02:00
heckflosse
e98bd47487 Cppcheck: Fix some warnings 2016-10-12 19:04:06 +02:00
Flössie
19de9d1efa Apply modernize-redundant-void-arg 2016-10-12 18:24:14 +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
Morgan Hardwood
a6fc7cd37d Merge branch 'master' into gtk3 2016-10-12 10:01:16 +02:00
Morgan Hardwood
29d5329f3f Fixed RT.ico path in WindowsInnoSetup.iss.in 2016-10-12 10:01:01 +02:00
heckflosse
3076787c0f Removed rtengine/dirpyrLab_equalizer.cc 2016-10-12 01:39:04 +02:00
Hombre
81c5b1ca41 Cancelling a 32 bits Tiff workaround, now the Gamma value from embedded
ICC profile is correctly handled
2016-10-11 23:21:41 +02:00
Morgan Hardwood
782dae9b92 Merge branch 'master' into gtk3 2016-10-11 22:08:49 +02:00