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 |
|
Hombre
|
23011fbd63
|
Merge branch 'master' into softproofing
|
2016-10-04 00:04:57 +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 |
|
heckflosse
|
bf27304311
|
Use same logic to auto select darkframe in gui and engine also for darkframe hotpixels detection
|
2016-09-29 23:39:10 +02:00 |
|
heckflosse
|
5b2ebce7d6
|
Use same logic to auto select darkframe in gui and engine
|
2016-09-29 22:54:38 +02:00 |
|
Flössie
|
8e6cfcb766
|
Fix use-after-free of ImageArea::mainCropWindow (#3048)
|
2016-09-29 18:21:37 +02:00 |
|
Floessie
|
87eea2f078
|
Merge pull request #3438 from Beep6581/fix-gcc6-warning
Fix "-Wignored-attributes" with vector arguments in `rtengine/median.h`
|
2016-09-29 08:04:49 +02:00 |
|
Morgan Hardwood
|
d16d244fc5
|
Syncing translation files with master branch.
|
2016-09-28 00:03:47 +02:00 |
|
Morgan Hardwood
|
4b54f98500
|
Syncing translation files with gtk3 branch.
|
2016-09-28 00:03:23 +02:00 |
|
Morgan Hardwood
|
5344b3749d
|
Merge branch 'master' into gtk3
|
2016-09-27 23:41:41 +02:00 |
|
Morgan Hardwood
|
6ba96a10e9
|
Replaced "x" with Floessie's "×".
|
2016-09-27 23:24:02 +02:00 |
|
Morgan Hardwood
|
c339eddcc9
|
Regenerated translation files.
|
2016-09-27 23:14:17 +02:00 |
|
Morgan Hardwood
|
7d21cbfaa6
|
Reworked Median (NR) wording, updated RawPedia accordingly.
|
2016-09-27 23:13:55 +02:00 |
|
Flössie
|
18c0f7ad91
|
Fix remaining Denoise - Median tooltips (#3360)
Also replace 'x' with '×' for uniformity.
|
2016-09-27 21:16:30 +02:00 |
|
heckflosse
|
8b94684d32
|
Fix Denoise - Median tooltip
|
2016-09-27 15:56:07 +02:00 |
|
heckflosse
|
d076223293
|
Added attributions in median.h
|
2016-09-27 14:47:37 +02:00 |
|
Floessie
|
9f3bfb88b6
|
Merge pull request #3432 from Beep6581/fix_image_datas_convert_to
Use full range in `ImageDatas::convertTo<>` (#3429)
|
2016-09-27 07:42:53 +02:00 |
|
Hombre
|
3bdf38437c
|
Fix issue #3186: "Combobox text overflow Gtk3"
+ fix a bug that prevent RT from building with gcc6.2
|
2016-09-27 02:08:23 +02:00 |
|
Flössie
|
d8be9933e2
|
Fix "-Wignored-attributes" with vector arguments in rtengine/median.h
See [GCC bug 69884](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69884).
|
2016-09-26 21:31:46 +02:00 |
|
Flössie
|
4076e1d5aa
|
Add Ingo's optimization in another place, too (#3432)
|
2016-09-26 21:16:20 +02:00 |
|
Floessie
|
24e80cf8ee
|
Merge pull request #3436 from Beep6581/fix-canon-exif
Fix Canon EXIF
|
2016-09-24 22:05:48 +02:00 |
|
Morgan Hardwood
|
a5af13228d
|
camconst.json updated by IliasG, closes #3298
|
2016-09-24 13:57:28 +02:00 |
|
Flössie
|
b32ace88a9
|
Fix Tag::toString() for LONG type (#3422)
|
2016-09-22 22:00:05 +02:00 |
|