130 Commits

Author SHA1 Message Date
Daniel Lichtenberger
f5628dd5b3 Fix crash on empty command line arguments 2017-09-01 20:01:28 +02:00
Desmis
0cab4bee3c merge with Dev 2017-08-23 09:30:15 +02:00
Alberto Griggio
aa5dcdc3fc merge 'options-save-raise-exception-on-failure' into 'dev' 2017-08-22 16:39:06 +02:00
Alberto Griggio
b39f072baf run through astyle 2017-08-22 08:53:17 +02:00
Desmis
907b47500d merge with dev 2017-08-20 07:34:22 +02:00
Hombre57
66ba9127ac Solving issue #3998 2017-08-20 00:57:30 +02:00
Desmis
234710ae9a merge with dev 2017-08-09 07:57:19 +02:00
Alberto Griggio
8c3c2f3e88 show message dialog about the expected usage when running RT as GIMP plugin 2017-08-08 22:40:46 +02:00
Benitoite
7e05ea8827 Update main.cc 2017-08-02 12:21:28 -07:00
Benitoite
1c006d1472 macOS reports and sets screen resolution
https://github.com/Beep6581/RawTherapee/issues/3984#issuecomment-318476962
2017-07-28 09:39:25 -07:00
Desmis
a1069920d5 merge with dev 2017-07-23 14:19:09 +02:00
Alberto Griggio
511f6c2a7b raise an exception when Options::save fails
See #3975 #3976
2017-07-20 17:03:21 +02:00
heckflosse
cb130ae2f7 Fix console issues when using -R on Windows 2017-07-09 16:03:27 +02:00
Alberto Griggio
2dd23ec691 fixes as suggested by Floessie 2017-06-30 08:35:56 +02:00
Desmis
dfffa2e8aa merge with dev 2017-06-27 10:28:35 +02:00
Alberto Griggio
44c4b8101e merge with dev 2017-06-19 13:52:26 +02:00
Alberto Griggio
6b28671c41 some code style fixes 2017-06-19 13:49:14 +02:00
Desmis
acd715dd44 merge with dev... 2017-06-19 12:30:20 +02:00
heckflosse
642b4cc86c Fix some coverity issues 2017-06-16 21:21:22 +02:00
Desmis
f1a90dad54 merge with dev 2017-06-11 18:38:31 +02:00
Flössie
051670160b Some fixes as hinted by Coverity (#3558) 2017-06-05 10:58:14 +02:00
Alberto Griggio
c4863e5f89 Added support for opening images in an already-running RT instance
This is enabled by the new -R switch of rawtherapee.
The idea is that you first start the "server" with

  `$ rawtherapee -R`

and then open images on this server by using

  `$ rawtherapee -R /path/to/raw.file`

Currently disables on OSX (there seems to be some "legacy" support for this in
rtwindow, but I have no way of testing it and/or integrating it with this at
the moment)
2017-05-18 16:38:09 +02:00
Alberto Griggio
54b66b7736 Added support for using RawTherapee as a GIMP plugin for opening RAW files
plugin code taken from Darktable
2017-05-18 15:59:56 +02:00
heckflosse
2492001c50 merged dev into locallab_dev 2017-05-03 14:15:52 +02:00
Hombre
fb5466bc8c Code reorganization to enable Dynamic profile with rt-cli (#3691) 2017-04-25 00:50:18 +02:00
Desmis
5f1c5ea334 Merge with dev 2017-04-09 11:51:58 +02:00
heckflosse
028edd5bd9 Sporadic crashes when starting rt, fixes #3787 2017-04-09 11:34:55 +02:00
heckflosse
04bdea0b84 merged dev into locallab_dev 2017-03-20 15:22:01 +01:00
heckflosse
2228159ff8 Rawtherapee hanging on Windows if verbose = true, fixes #3768 2017-03-19 18:41:35 +01:00
heckflosse
4aae7aaa16 Rawtherapee hanging on Windows if verbose = true, fixes #3768 2017-03-19 18:39:45 +01:00
Hombre
c654785ae3 Merge branch 'dev' into rt-cli 2017-03-18 18:17:45 +01:00
Desmis
11940f9121 merge with dev 2017-03-12 16:53:50 +01:00
Alberto Griggio
d3a5a8ee96 started working on support for dynamic processing profiles 2017-02-22 18:47:00 +01:00
Hombre
fe83cc8134 Merge branch 'dev' into rt-cli 2017-02-14 00:15:23 +01:00
Hombre
a04b3eefba Adding rawtherapee-cli.exe, '-q' (quick start mode) added
Standard rawtherapee.exe now has almost no command line options left.
Use '-h' to see options for each executables.
2017-02-13 23:38:05 +01:00
Morgan Hardwood
e8061bb8d1 Merge branch 'dev' into locallabgtk3 2017-02-08 11:32:16 +01:00
heckflosse
88985c8cb7 There is no disk in drive error messages with Windows gtk3 builds. fixes #3544 2017-02-07 21:18:12 +01:00
Desmis
c559e6024c merge with gtk3 2017-02-01 08:11:01 +01:00
Hombre
373e93ad4a Merge remote-tracking branch 'origin/master' into gtk3 2017-01-31 00:30:48 +01:00
Hombre
9ce41d8e91 Fix deprecated Glib::RecMutex on Windows + remove useless GThreadEnter
(no issue)
2017-01-31 00:22:54 +01:00
Morgan Hardwood
16f4731e0b Merge branch 'master' into gtk3 2017-01-30 23:45:46 +01:00
Morgan Hardwood
e5c00f0a9d Complete revision to how RawTherapee's version is handled in CMake and in other files, #3628 2017-01-27 15:33:05 +01:00
Desmis
273e1cb3b2 Init locallabgtk3 2017-01-21 15:34:40 +01:00
Hombre
adb2ec1241 Fix font size from FontButton, behave differently from Gtk3.18 vs. 3.20
Gtk3.18 use px unit, Gtk3.20 use pt unit. Font selection does not
necessarily select the correct font where variant exists, expect strange
result. Nothing will be done to fix that.
2016-12-25 17:56:57 +01:00
Hombre
c993906d07 Restoring the FonButton in Preferences (#3540) 2016-12-18 22:50:59 +01:00
Hombre
6676e3d271 BUGFIX: The selected theme was not necessarilly used. 2016-11-25 22:41:41 +01:00
Hombre
17ff228177 Making the codified theme file name mandatory (#3446)
...which mean that TooWaBlue.css can't be loaded until it has been
reworked and renamed to the new mechanism. The default theme will be
loaded instead.
2016-11-20 12:33:47 +01:00
Hombre
55759c04e3 See #3446: the theme filenames now includes a code for version handling.
The theme filename must use a template, that will be explained with this
example:

mytheme-GTK3-20_22.css

Everything before -GTK3... is the theme (short) name, the [-GTK3-] is a
mandatory part, 20 is the included version where support begins and 22
is the included version where the support ends. One of this two version
parameters can be ommited (but not both of course), which make RT
understand "is compatible from all version up to xx" (e.g.
mytheme-GTK3-_22.css) or "is compatible from version yy and above" (e.g.
mytheme-GTK3-20_.css)

The RawTherapee-GTK3-_19.css comes 'as is' from the gtk3 branch and has
still to be tuned.
2016-11-20 02:22:03 +01:00
Hombre
0ab931c287 From issue #3446: remove the "Use system theme" option + slight rework
of the Preferences general panel.
2016-11-17 01:50:03 +01:00
Hombre
e4e474ca8a Merge branch 'gtk3' into gtk3-bugfix 2016-10-28 23:48:22 +02:00