Skip to content

Commit

Permalink
version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
butcherg committed Nov 4, 2017
1 parent bcdf84e commit b735ae3
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for rawproc 0.6Dev.
# Generated by GNU Autoconf 2.68 for rawproc 0.6.2.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand Down Expand Up @@ -557,8 +557,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='rawproc'
PACKAGE_TARNAME='rawproc'
PACKAGE_VERSION='0.6Dev'
PACKAGE_STRING='rawproc 0.6Dev'
PACKAGE_VERSION='0.6.2'
PACKAGE_STRING='rawproc 0.6.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''

Expand Down Expand Up @@ -1240,7 +1240,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures rawproc 0.6Dev to adapt to many kinds of systems.
\`configure' configures rawproc 0.6.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1301,7 +1301,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of rawproc 0.6Dev:";;
short | recursive ) echo "Configuration of rawproc 0.6.2:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1421,7 +1421,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
rawproc configure 0.6Dev
rawproc configure 0.6.2
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2005,7 +2005,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by rawproc $as_me 0.6Dev, which was
It was created by rawproc $as_me 0.6.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -5504,7 +5504,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by rawproc $as_me 0.6Dev, which was
This file was extended by rawproc $as_me 0.6.2, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -5557,7 +5557,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
rawproc config.status 0.6Dev
rawproc config.status 0.6.2
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.68])
AC_INIT(rawproc, 0.6Dev)
AC_INIT(rawproc, 0.6.2)


# MINGW_AC_WIN32_NATIVE_HOST
Expand Down
4 changes: 2 additions & 2 deletions doc/main.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<html><body>

<h1>rawproc</h1>
<p>Version 0.6.2pre<br>
10/18/2017<br>
<p>Version 0.6.2<br>
11/3/2017<br>
This text Copyright 2017, Glenn Butcher, All Rights Reserved.<br>
Code at https://github.com/butcherg/rawproc, licensed under the GPL V2
</p>
Expand Down
2 changes: 1 addition & 1 deletion doc/workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h3 id="Workflow">How to use rawproc</h3>
<p>Having a desktop shortcut to rawproc (selectable option in the Windows install package) is handy for quick opening of images; with your file explorer, you
can review images and open the one you want to edit by dragging it to the rawproc desktop icon.</p>

<p>Almost all of the rawproc tools are multithreaded (as of 0.6, still need to work on colorspace). The usage of your processor's cores can be specifically controlled with the tool.*.cores parameter, where "*" is the tool name. "0" tells rawproc to use all available cores, "n" tells rawproc to use a specific
<p>All of the rawproc tools are multithreaded. The usage of your processor's cores can be specifically controlled with the tool.*.cores parameter, where "*" is the tool name. "0" tells rawproc to use all available cores, "n" tells rawproc to use a specific
number of cores, and "-N" tells rawproc to use all the available cores -N. The latter is useful for saving one or more cores for interactive processing,
so you could go and read email while rawproc does denoise, for instance. Each tool also has a .log parameter, set to 1 will compel rawproc to write a log
entry every time that tool does its processing. That log entry includes the number of cores used for that activity. Both of these parameters are read each
Expand Down
7 changes: 4 additions & 3 deletions rawprocFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include "unchecked.xpm"
#include "checked.xpm"

wxString version = "0.6.2pre";
wxString version = "0.6.2";

//Do not add custom headers between
//Header Include Start and Header Include End
Expand Down Expand Up @@ -1274,7 +1274,8 @@ void rawprocFrm::UpdateConfig(wxPropertyGridEvent& event)
if (propname.Find("display.cms") != wxNOT_FOUND)
if (!commandtree->IsEmpty())
pic->SetPic( ((PicProcessor *) commandtree->GetItemData(displayitem))->getProcessedPicPointer() );
if (propname.Find("backgroundcolor") != wxNOT_FOUND) SetBackground();
//not ready for prime time
//if (propname.Find("backgroundcolor") != wxNOT_FOUND) SetBackground();
}


Expand Down Expand Up @@ -1607,7 +1608,7 @@ void rawprocFrm::MnuColorSpace(wxCommandEvent& event)
if (commandtree->IsEmpty()) return;
SetStatusText("");
try {
PicProcessorColorSpace *p = new PicProcessorColorSpace("colorspace", "(none),-", commandtree, pic);
PicProcessorColorSpace *p = new PicProcessorColorSpace("colorspace", "(none),-,-", commandtree, pic);
p->createPanel(parambook);
p->processPic();
if (!commandtree->GetNextSibling(p->GetId()).IsOk()) CommandTreeSetDisplay(p->GetId());
Expand Down

0 comments on commit b735ae3

Please sign in to comment.