831 Commits

Author SHA1 Message Date
ffsup2
f785d5d69d Startup Directory should default to last visited one. 2011-05-27 00:30:08 +02:00
Hombre
25463094a6 New CMake build option to avoid version conflicts : CACHE_NAME_SUFFIX By default, append the latesttag value, but the developper may override it by specifying -DCACHE_NAME_SUFFIX:STRING=MySuffix in the cmake command line
With this new mechanism, the cache name will then be RawTherapee3.0, RawTherapee3.1, etc... The cache is now located in %LOCALAPPDATA% on Windows

Options.xxx template files has also been reduced to essential values, other ones are set in options.cc
2011-05-22 19:24:25 +02:00
Hombre
33c8254b87 (Partially) solved issue 663 : UTF-8 support at Windows for stable branch_3.0 2011-05-22 10:39:26 +02:00
ffsup2
9ae1bdc443 Crash when exiting rt in singletab mode: reverted the automatic destructor for FilePanel 2011-05-21 22:40:44 +02:00
ffsup2
6f6b060c47 Ported Michael fix 2011-05-17 00:21:36 +02:00
Wyatt Olson
28b25337d9 Updated make-app-bundle to zip the .dmg with the about text file, for upload to site. 2011-04-27 20:02:51 -06:00
ffsup2
b44ead49b2 Merge 2011-05-13 23:20:13 +02:00
ffsup2
90b9c1a827 bugfix for issue #569: thumbs disappear when +/- button is pressed
An implementation for redrawNeed() was lacking in the derived class BatchQueue:
when updateImage called it there was no effect.
2011-05-13 23:19:07 +02:00
ffsup2
446cddcc80 bugfix for crash when user empties trash bin
bug introduced with latest patch for memory leaks
When a widget is not constant but changed during operation it mustn't be "manged" automatically by gtk.
2011-05-13 23:13:34 +02:00
Gyurk? M. 'dualon' D?vid
23c7349413 Updated Hungarian translation 2011-05-12 14:23:48 +02:00
ffsup2
25e0447cfb Hidden "Tagging" tab
Currently the tab is empty: hope we'll fill it in next release.
2011-05-10 00:06:35 +02:00
ffsup2
dacf453c54 Some fixes for memory leaks, issue #657
Added Gtk:manage() on widgets and some destructors.
2011-05-09 23:37:25 +02:00
ffsup2
47ba6a6dd5 Removed thumbnail alignment button (not working) in queue panel. Issue #570 2011-05-06 20:18:36 +02:00
ffsup2
26ac5743d8 Removed 3 obsolete files 2011-05-05 23:58:23 +02:00
ffsup2
8bf260053a Fix for procparams not saved
the name of the file was not initialized so ... later some checks prevent saving
2011-05-03 20:25:08 +02:00
ffsup2
ab4120e6dd Code cleanup: removed opdialog (not needed and memory leaks) issue #656 2011-05-02 23:08:46 +02:00
Hombre
8f33088f0f Special character handling patch from Oduis backported from Defloat 2011-05-02 00:18:59 +02:00
Hombre
6bb20f0e2c Various corrections:
Wolfgang added to AUTHORS.txt
    PhenomX4 target added
    profiles version updated
    slightly enhanced Dark theme
    --large-adress-aware included in the example cmake option file
2011-05-02 00:05:59 +02:00
ffsup2
1233491e7d Some fixes on behalf of GreatBull issue #649 2011-04-29 00:32:36 +02:00
Wyatt Olson
a6b2a49785 Updated package script for branch, applying fixes to make mac build icons show again 2011-04-27 18:54:02 -06:00
Wyatt Olson
693c4270d5 Updated German locale (thanks to Martin) 2011-04-26 10:41:32 -06:00
Wyatt Olson
6e4ded14d6 Updated Czech (thanks to Marian Kyral) 2011-04-25 08:54:35 -06:00
Wyatt Olson
b38cf6064a Updated en-GB (thanks to Richard Regal) 2011-04-21 16:31:28 -06:00
Oliver Duis
6baf129ec5 Compilation fix for x64 2011-04-19 23:37:05 +02:00
Hombre
2ba28c597e "SnapTo" feature enabled in the curve editor + non periodic handling of the flat curve editor.
Here is the new modifiew key behaviour :

    * CONTROL while dragging a point :
      slow down 20x the point move (i.e. 1pixel of cursor move move the control point by 0.05px)

    * SHIFT while dragging a point :
      snap the point to the following elements, on a "use nearest solution" method :
          o Diagonal curve editor :
                + top bound,
                + bottom bound,
                + identity (diagonal) line,
                + same Y than previous point,
                + same Y than next point,
                + line made by the previous and next point ; this will help to create linear parts in the curve more easilly
          o Flat curve editor (when moving a point) :
                + top bound,
                + bottom bound,
                + identity (horizontal) line,
                + same Y than previous point (or last point if you move the first point),
                + same Y than next point (or first point if you move the last point
          o Flat curve editor (when moving a tangential handle) :
                + 0.0, 0.35, 0.5, 1.0 values
                  0.35 is the default handles value and does create an smooth "diagonal" transition between points.
2011-04-18 16:02:28 +02:00
Hombre
7fd19bf259 CMakelists.txt more compliant with cmake-gui ; PROC_FORCED_LABEL removed,
you have to eventually set PROC_LABEL instead
2011-04-16 20:53:18 +02:00
Hombre
62384e924b Build failed in some situations 2011-04-16 17:28:29 +02:00
Hombre
baca9601a6 Version handling was broken (solving issue #635) 2011-04-16 16:08:05 +02:00
ffsup2
56964eceeb Issue #497 Before/After: purple after image rotate 2011-04-16 10:29:33 +02:00
ffsup2
c35d1bd254 Update to dcraw 9.07 2011-04-12 23:51:07 +02:00
Hombre
f50fcbd141 Solving bug #282 : already existing file may be overwritted in a rename process (directory tab) 2011-04-10 23:26:16 +02:00
Philip Rinn
f474fd4a5e Fix build failure (closes issue #614) (branch_3.0) 2011-04-07 19:46:53 +02:00
Hombre
9e5a52cb29 Solving issue 593 with Maweso's patch + GUI cleanup of the preference window 2011-04-05 23:15:24 +02:00
Hombre
d63dd05b89 Typo correction in AboutThisBuild.txt : changset -> changeset 2011-04-05 01:34:44 +02:00
Hombre
148f0a8c95 Tagging Branch3 to Beta1 2011-04-05 01:32:17 +02:00
Hombre
c87308293f Updating Nederlands language strings, on behalf of Paul Matthijsse 2011-04-05 01:23:02 +02:00
Hombre
4cd7c22940 Better handling of the autoresize feature of the curve editors. Not ideal yet, but way better. 2011-04-05 01:16:18 +02:00
Emil Martinec
5d008fdcf7 Changed S/H warning to use luminance rather than individual color channels (see issue 506). 2011-04-03 12:14:07 -05:00
Hombre
16c0bd2c77 French application's strings update 2011-04-01 16:59:57 +02:00
Hombre
a1281c2de5 Correction of a bug about the libtiff build that wasn't handling compression features + correction of a bug in the build process of Windows 64bit version + updated COMPILE.txt
WARNING: Now all Windows developers/builders have to update Cmake to 2.8.4 at least.
2011-03-31 01:14:36 +02:00
Hombre
3eb0e0a040 HG_CMD was not set in About-Windows.cmake (only required for the Apple/Linux platforms). 2011-03-28 21:21:53 +02:00
Philip Rinn
12e4991c6b Cleanup generation of AboutThisBuild.txt and fix wrong path assumtions for the splash screen (closes issue #591) (branch_3.0) 2011-03-27 17:13:41 +02:00
Wyatt Olson
5b159e8d5f Updated German locale (thanks to MaWe); re-generated all translations 2011-03-24 07:47:14 -06:00
Hombre
4d1d5eb072 Removing some annoying debug outputs 2011-03-24 01:51:28 +01:00
Hombre
eb4b2d8781 Flat curve editor widget, HSV tool modified to use it.
Usage :
 - click & drag a control point to move it in X&Y direction
 - click & drag a vertical line to move it in horizontal or vertical direction (the very first move will be used to determine the motion direction)
 - click & drag the yellow or blue square handle to modify the tangent of the same color
2011-03-24 00:39:48 +01:00
Wyatt Olson
e57a56b40f Updated Czech translation (thanks to Marian) 2011-03-20 16:37:11 -06:00
ffsup2
b97b2ea127 Updated italian language 2011-03-19 23:33:03 +01:00
ffsup2
e3b4f4f044 Dialog preferences: issue #521 2011-03-19 21:50:58 +01:00
ffsup2
0180a683f5 Patch on behalf of maweso. issue #470 2011-03-19 19:03:52 +01:00
ffsup2
19163b86b6 Tooltip markup issue #571 2011-03-19 00:22:03 +01:00