3750 Commits

Author SHA1 Message Date
heckflosse
172ab63b85 Cppcheck: Fixed another bunch of warnings 2016-10-13 01:34:02 +02:00
heckflosse
e98bd47487 Cppcheck: Fix some warnings 2016-10-12 19:04:06 +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
Morgan Hardwood
554bbf1893 Deleted clean.sh 2016-10-11 22:08:03 +02:00
Morgan Hardwood
9e4a487d4e Merge remote-tracking branch 'origin/wav-subtools-off' 2016-10-11 22:05:19 +02:00
Morgan Hardwood
e902091fe9 Fix crash when toggling Before|After view, by Flössie, fixes #3454 2016-10-11 09:46:42 +02:00
Morgan Hardwood
ff64e656bc Sets Wavelet sub-tools to "off" by default, #3386 2016-10-11 09:39:14 +02:00
heckflosse
b8eb3492c9 colour picker died when crop tool was activated while colour picker was active 2016-10-10 17:10:31 +02:00
heckflosse
0821eea7b6 Cppcheck: Fixed 2 issues introduced with merge of lockable colour picker 2016-10-10 16:28:44 +02:00
heckflosse
c7cf196ae1 Fix a cppcheck style issue to test Travis 2016-10-10 15:03:45 +02:00
Beep6581
78c5cdd1ca Set Travis to for master only with email 2016-10-10 14:41:43 +02:00
Morgan Hardwood
3781d3cc16 Added .travis.yml for GCC-6 build testing of master, #3451 2016-10-10 14:37:11 +02:00
Morgan Hardwood
fdc50d4837 Removed .travis.yml, use "travis" branch. 2016-10-10 00:50:04 +02:00
Beep6581
252e50085e Update .travis.yml 2016-10-10 00:22:22 +02:00
Beep6581
967b1a2ea9 Create .travis.yml
Initial Travis Continuous Integration support, using the Ubuntu 14.04 Trusty Tahr environment.
2016-10-10 00:18:40 +02:00
Ingo Weyrich
a57ecac9e9 Merge pull request #3452 from Beep6581/cppcheck
merge fixes for a lot of issues reported by Cppcheck
2016-10-09 22:55:31 +02:00
Flössie
d132149a26 Introduce rtengine/noncopyable.hpp 2016-10-08 15:36:44 +02:00
Hombre
e16b2407bd Bugfix: double click to zoom in/out now effective over Pickers
when the Color Picker mode is off.

see issue #1812
2016-10-08 00:44:59 +02:00
Hombre
222b8a7562 Bugfix: Pickers wasn't displayed after a Detail window move
See issue #1812
2016-10-07 14:38:22 +02:00
Hombre
1c8d8c6dce Small code cleanup 2016-10-07 12:48:20 +02:00
Hombre
103091e2c9 Code simplification + bugfix 2016-10-07 02:18:52 +02:00
Hombre
5383a7ab71 Merge branch 'master' into lockable-color-picker 2016-10-07 01:27:33 +02:00
Hombre
773a65b5be Bugfix and using the Navigator's range for displaying values
Thanks a lot to Heckflosse and Floessie for the bugfix
2016-10-07 01:25:45 +02:00
Morgan Hardwood
897b9d92ee Fix non-ASCII characters, fixes #3445 2016-10-05 21:32:45 +02:00
heckflosse
8a2b2e6700 Extended StopWatch class to report processing time in microseconds 2016-10-05 01:15:52 +02:00
Hombre
f60a4fc4b1 Adding Picker size support and Displayed values support (RGB/HSV/LAB) 2016-10-05 01:13:20 +02:00
heckflosse
18ee91b8e4 Removed rtgui/createicon.cc 2016-10-05 00:04:22 +02:00
heckflosse
e82b60cd03 Cppcheck: Fixed some issues found by Flössie during review of my changes 2016-10-04 23:50:44 +02:00
heckflosse
566d4c9822 Cppcheck: Fixed most issued in rtgui/* 2016-10-04 23:28:19 +02:00
Flössie
162c65e696 Use get_parse_name() in rtgui/dirbrowser.cc (#3444)
This will print the full path and is consistent with the gtk3 branch.
2016-10-04 20:36:28 +02:00
Morgan Hardwood
1c9b84aadb Moved RT.ico from rtgui into rtdata/icons/ 2016-10-03 22:44:13 +02:00
Morgan Hardwood
6d85d35039 Removed non-ASCII characters from code files, closes #3445 2016-10-03 22:05:02 +02:00
heckflosse
01048ee513 Cppcheck: Fixed all issues in rtengine/ alignedbuffer.h, colortemp.cc, dcrop.cc, simpleprocess.cc 2016-10-03 21:17:27 +02:00
heckflosse
260cd290fb Cppcheck: Fix most issues in rtexif/* 2016-10-03 21:01:26 +02:00
heckflosse
95027d2884 Cppcheck: Fix most issues in rtengine/ipwavelet.cc 2016-10-03 17:56:31 +02:00
heckflosse
3bef6cb8de Cppcheck: Fixed almost all performance hints 2016-10-03 01:56:22 +02:00
heckflosse
3552fd4161 Cppcheck: Fix issues related to explicit constructors 2016-10-03 00:54:02 +02:00
heckflosse
ccd9002c3a Cppcheck: Solve issues related to copy constructor 2016-10-02 23:33:00 +02:00
Hombre
050d96c8aa Merge remote-tracking branch 'origin/master' into lockable-color-picker 2016-10-02 17:25:03 +02:00
Hombre
aca00389d9 Solving most if not all bugs left
Still some features to add, but this commit should make this tool fully
usable.
2016-10-02 17:23:09 +02:00
heckflosse
8de758f7b6 Removed rtengine/hlmultipliers.cc 2016-10-02 15:22:42 +02:00
heckflosse
f9f593d343 Cppcheck: Fix issues related to rtengine/FTblockDN.cc 2016-10-02 15:09:26 +02:00
Floessie
35b9fa2e9d Merge pull request #3444 from Beep6581/fix-glibmm-2.50-incompatibility
Fix incompatibility with glibmm 2.50 (#3440)
2016-10-01 13:16:18 +02:00
Flössie
ca0afa8d5f Fix incompatibility with glibmm 2.50 (#3440)
Kudos to @Hombre57 for the suggestion.
2016-10-01 12:38:24 +02:00
Ingo Weyrich
f08af8a638 Merge pull request #3443 from innir/dcraw-CVE
Fix buffer overflow in dcraw
2016-10-01 12:23:43 +02:00
Morgan Hardwood
4ca8239f3f Deutsch translation updated by TooWaBoo, closes #3442 2016-10-01 11:27:18 +02:00
Philip Rinn
f6e9f7a8ae Fix buffer overflow in dcraw
Apply patch from 89d065424f, this fixes CVE-2015-8366.
2016-09-30 22:52:49 +02:00
Hombre
4506247985 Merge branch 'master' into lockable-color-picker 2016-09-30 01:06:19 +02:00
Hombre
f904bc8f84 First patch of the LockableColorPicker tool.
Still Work In Progress, but can be used without too much hassle.
2016-09-30 01:03:57 +02:00