Adam Reichold
|
b6ffe04c46
|
Try to fix #3131 by opening the batch queue CSV file in binary mode to prevent any unwanted implicit text codec conversion on Windows.
|
2016-02-05 21:20:25 +01:00 |
|
Beep6581
|
f5d5083be6
|
Merged master into gtk3, manually copied rtgui/threadutils.h over from master
|
2016-01-31 00:00:28 +01:00 |
|
Adam Reichold
|
17d9309f1c
|
Remove PROTECT_VECTORS option since either program is correct without locking or it is not, especially since std::vector is definitely not thread-safe on all major platforms.
|
2016-01-30 20:39:54 +01:00 |
|
Beep6581
|
fc339a2fea
|
Merged master into gtk3
|
2016-01-30 16:00:53 +01:00 |
|
Adam Reichold
|
260e1f808f
|
Fix #3113 by changing the destruction order in the batch queue, so that the accelerator group reference-counted pointer is destructed after the menu to silence the otherwise resulting Gtk+ RTTI warnings.
|
2016-01-26 21:53:36 +01:00 |
|
Beep6581
|
8c67765341
|
Merged master 55fc921 into gtk3 676a444
|
2016-01-24 17:39:34 +01:00 |
|
Adam Reichold
|
9a0d19ac24
|
Fix #3104, i.e. the batch queue context menu, by binding a reference instead of the initial value of the vector.
|
2016-01-17 16:32:03 +01:00 |
|
Adam Reichold
|
0d9bb56b42
|
Close #3085 which is actually #3074 by cherry-picking the fix from master to gtk3.
|
2016-01-11 19:11:06 +01:00 |
|
Hombre
|
a54dd81b1a
|
Merge branch 'master' into gtk3
|
2016-01-11 00:54:25 +01:00 |
|
Adam Reichold
|
b5a7037e4f
|
Fix a shadowed indirect header dependency in the batch queue to close #3074.
|
2016-01-09 10:50:29 +01:00 |
|
Adam Reichold
|
547b969ed4
|
Rewrite the routines to save and load the batch queue using iostreams.
|
2016-01-06 19:53:02 +01:00 |
|
Adam Reichold
|
b85e9c623f
|
Copy-edit some methods of the batch queue to test usage of C++11's auto variables and lambda functions.
|
2016-01-06 19:53:02 +01:00 |
|
Morgan Hardwood
|
56a0805bc7
|
Gtk3 by Hombre, issue 2807
|
2015-08-12 16:07:19 +02: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 |
|