Morgan Hardwood
e35e46e0ad
Fixes Preferences > Color Management layout, #3488
2016-10-30 20:52:13 +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
Morgan Hardwood
2a2dd2af8b
Small fix to Preferences > Default Theme frame, no issue.
2016-10-24 21:04:13 +02:00
Hombre
f6a9e13297
New batch of Theme bugfix, see issue #3446 (still WIP)
2016-10-20 22:38:37 +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
0bbc84b2af
Merge branch 'master' into clang-tidy
2016-10-18 17:48:50 +02:00
Morgan Hardwood
4efae5c764
Merge branch 'master' into gtk3
2016-10-16 23:26:51 +02:00
Hombre
50165dab20
Merge branch 'master' into softproofing
2016-10-16 01:45:52 +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
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
heckflosse
566d4c9822
Cppcheck: Fixed most issued in rtgui/*
2016-10-04 23:28: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
Hombre
c96c7dc8f3
Soft-proofing ang GamutCheck buttons are now disabled if Monitor profile
...
== NONE of is no suported intent for the selected profile.
The Monitor profile list (in the Editor and in Preferences) shows RGB
profiles only, whereas the output profile list shows all profiles (RGB,
CMYK, ... anything!)
Bugfix: When switching to a new image, the image now use the selected profile and intent.
2016-09-02 16:23:21 +02:00
Hombre
7c7cb9f9f1
Bug fix: the monitor profile and softproofing profile are now computed
...
automatically even without special trigger event. The order of the
Monitor Intent is now correct.
2016-08-29 21:04:59 +02:00
Hombre
827acd35f9
Some bugfix.
2016-08-27 22:20:54 +02:00
Hombre
5affa18341
Introducting soft-proofing and Black Point Compensation, simplify the
...
CMM at the end of the pipeline + sparse code refactoring
A new BPC checkbutton has been created in 'Preferences/Color Management'
and in the ICM tool. Better hanbling of widget sensitivity of the output
profile / gamma part of the ICM tool.
2016-08-24 22:32:06 +02:00
Beep6581
5294d22bd1
Merge branch 'master' into gtk3
2016-05-01 22:49:36 +02:00
Flössie
d530617ae1
Include last remarks from Ingo
...
- Changed `_mm_store_ps` to `STVF`
- Increased number of cached CLUTs by factor 1.5
2016-05-01 20:49:17 +02:00
Adam Reichold
f0611fe9ba
Merge branch 'master' into 'gtk3' to fix modal dialogs without a parent
2016-03-28 13:49:56 +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
Beep6581
0ce06b691f
Fixed theme selection
2016-03-07 18:49:09 +01:00
Adam Reichold
a04c7706db
Merge branch 'master' into 'gtk3'
2016-03-05 13:11:00 +01:00
Adam Reichold
d8e41eaeaa
Fix #3711 by using the method to clear a combo box which is correct in version 2 and 3 of Gtk+.
2016-02-27 09:44:14 +01:00
Hombre
3577d87862
Removed set_border_width from the code, padding and margin values still
...
to be set in CSS file
2016-02-23 21:36:00 +01:00
Adam Reichold
a2eea7c265
Finally fully remove the safegtk module.
2016-02-21 10:26:11 +01:00
Adam Reichold
325d153bd4
Use the Gtk::Dialog constructor with an explicit parent window for the preferences dialog.
2016-01-10 13:09:56 +01:00
Adam Reichold
8151e0f5ce
Merge branch 'master' into 'gtk3'
...
Most conflicts seemed to be simple enough. There were a lot of `append_text` to
`append` conversions for `Gtk::ComboBoxText`. The `PopUpCommon` class also saw
a lot of changes with non-trivial conflict resolutions.
2016-01-06 23:56:12 +01:00
Adam Reichold
f66e838eb9
Fix enforcing the cache size limit and modernize the cache manager.
2016-01-04 21:02:40 +01:00
Adam Reichold
61f639192f
Make use of the rendering intent enum in the preferences implementation as well.
2016-01-01 20:24:10 +01:00
Hombre
bcbb45454a
Updated icons (from Drslony), code cleanup and bugfix
2015-12-29 03:52:50 +01:00
Adam Reichold
4ecf463f9f
Merge master for the C++11 ABI fixes.
2015-12-20 20:53:59 +01:00
Adam Reichold
1b4fd2dcb5
Use the provided images for the filter-original button and the parsed extensions list and extend the filer-original tool tip.
2015-12-17 20:05:50 +01:00
Adam Reichold
b89cd282e0
Add buttons to the file browser preferences to make the list of extensions user-sortable.
2015-12-17 20:05:49 +01:00
Hombre
32eb6b996c
Adding softproofing. Now the output profile and the new rendering intent
...
profile for the output profile will only be shown when the new softproof
toggle button (bottom of the preview in the Editor panel) will be on.
2015-12-15 01:06:38 +01:00
Adam Reichold
22bffabe7f
Extend the editor panel to support selection of a monitor profile and rendering intent and extend the preferences to provide a default profile and intent for the editor panel.
2015-12-07 23:22:32 +01:00
Adam Reichold
594b4f9b6e
Reenable the colorimetric intent selector on the color management tab, but display it below the monitor profile to indicate that this is the only place where it is used.
2015-12-05 21:20:51 +01:00
Beep6581
032af8bfbe
Removed huge rtdata/themes/gtk-contained-dark.css , now RT first loads Adwaita Dark by name, then RawTherapee.css
2015-11-18 23:16:58 +01:00
Beep6581
a9aa5308b5
Gtk3 theme ready, Gtk2 stuff removed, slim mode removed, RT logo images enhanced.
2015-11-17 02:52:38 +01:00
Beep6581
d26eaa174d
Merge branch 'master' into gtk3
2015-11-05 23:36:23 +01:00
Beep6581
b98aa2966d
Fixes Retinex Method not read from PP3, issue 2833
2015-10-31 21:27:43 +01:00
Beep6581
35775f3b3f
synced with master (merged master into gtk3)
2015-10-17 16:23:10 +02:00
Beep6581
7ca8de08ab
astyle all modified files in retinex branch
2015-10-17 14:45:24 +02:00
Beep6581
349c6d33a6
synced with master (merged master into retinex)
2015-10-17 12:27:26 +02:00
Marcin Bajor
17eca17e61
Fix for build with sigc++ >= 2.5.2
2015-10-14 10:43:33 +02:00
Hombre
d8e4709458
Cleaning up the Preference's GUI, starting from the General tab
2015-10-07 23:59:50 +02:00
Hombre
9dcb00045d
Adding CSS theme selection ; the Dark iconset is forced, so *.iconset
...
files are useless for now.
2015-10-07 00:11:05 +02:00
Desmis
e234bb9278
Batch processing GUI
2015-09-23 11:23:30 +02:00
Morgan Hardwood
81ddb15b0f
Added great looking, slim, neutral-colored Gtk3 theme, cookiedough.css
2015-09-20 18:32:14 +02:00