Alberto Griggio
a1a042e9ea
code style cleanups (after floessie's feedback)
2017-03-06 09:00:13 +01:00
Alberto Griggio
48ac4e3112
added workaround for #3727 (by heckflosse)
2017-03-05 22:45:13 +01:00
Alberto Griggio
dd4fd82582
Cache DynamicProfileRuleS in the profileStore for reduced I/O
2017-03-04 14:16:26 +01:00
Alberto Griggio
7d1bebf341
added GUI for editing dynamic processing profile rules
2017-03-03 00:41:57 +01:00
Alberto Griggio
d3a5a8ee96
started working on support for dynamic processing profiles
2017-02-22 18:47:00 +01:00
Morgan Hardwood
5fc26c1e58
Merge branch 'master' into gtk3
2017-01-22 21:55:05 +01:00
Flössie
4649e1306f
Fix #3619 and some minor clean-ups
2017-01-22 19:28:46 +01:00
Morgan Hardwood
15e0875df2
Merge branch 'master' into gtk3
2017-01-22 18:32:54 +01:00
Flössie
f25e161d16
Clean-ups for #3616
2017-01-20 21:19:55 +01:00
FelixJongleur42
62451f471f
issue 3598 and 2289 - util functions to determine file types by ending
2017-01-20 21:14:02 +01:00
Hombre
8094ce7c99
Solving issue #3483
2016-11-29 01:11:14 +01:00
Hombre
7209f4f1c9
Previous behavior for Profile Panel's combobox size restored
...
See issue #3300 and #3446 .
2016-11-17 20:09:31 +01:00
Hombre
2fcc5b75c8
Solving issue #3497 , #3500 , #3498 and #3483
...
For issue #3483 , the old behavior is restored, i.e. the minimum width of
the ProfilePanel combobox is the maximum width of its content.
Style updated for the Exif and IPTC sub-tabs
2016-11-09 00:09:52 +01:00
Hombre
965cadb52e
New batch of update for issue 3446
...
This commit include :
- cleanup rtgui/retinex.cc file (constructor only) and switched to
Gtk::Grid (the new standard) instead of Gtk::Box. This however doesn't
solve the issue of the Transmission curves in the Retinex tool, with
wrong resize of the Frame when folding/unfolding the curves.
- better alignment of the Histogram panel now with 4px of padding on the
left and right side
- Threshold selector now use the Scale's Trough style to draw its box
and sliders
- Curve's background are darker and restricted to the curve diagram
- Diagonal and Flat curves has been converted to Gtk::Grid as well
- A special color is now used for unsensitive Threshold selector and
Sclaes widgets
- Gap around the main Window has been removed on windows to circumvent a
bug in Gtk3, but the window can now only be maximized (usual use case)
or resized vertically by the top border only.
- Buttons at the bottom of the Editor panel has now the same height
2016-11-01 20:39:41 +01:00
Hombre
e4e474ca8a
Merge branch 'gtk3' into gtk3-bugfix
2016-10-28 23:48:22 +02:00
heckflosse
b16ef8d1f5
Merge master into gtk3
2016-10-28 17:59:47 +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
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
0dbea030cb
Merge branch 'master' into gtk3-merge-master-b8eb349
2016-10-10 23:07:41 +02:00
heckflosse
566d4c9822
Cppcheck: Fixed most issued in rtgui/*
2016-10-04 23:28:19 +02:00
Morgan Hardwood
040962c1b7
Merge branch 'master' into gtk3
2016-07-09 23:49:31 +02:00
heckflosse
c8779c04f5
Fix all - 2 cppcheck performance hints
2016-07-06 13:04:24 +02:00
Adam Reichold
a04c7706db
Merge branch 'master' into 'gtk3'
2016-03-05 13:11:00 +01:00
Adam Reichold
a2eea7c265
Finally fully remove the safegtk module.
2016-02-21 10:26:11 +01:00
Beep6581
723b6d5580
Manually edited rtgui/profilestore.* to use changes from master so it compiles
2016-01-24 19:08:08 +01:00
Beep6581
8c67765341
Merged master 55fc921
into gtk3 676a444
2016-01-24 17:39:34 +01:00
Hombre
33ea7156b8
Solving issue 3092: "Profile file names containing german Umlaute are
...
not shown"
2016-01-18 00:11:56 +01:00
Adam Reichold
731f2f6134
Temporary workaround for issue #2981 , which is actually Gtk+ bug 759079 affecting version 3.18.
2015-12-07 21:45:05 +01:00
Adam Reichold
a5f62bcbf8
Track position in profile list builder implicitly instead of explicity to make it harder to add inconsistencies.
2015-12-06 10:12:32 +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
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