[Pkg-phototools-commits] qtpfsgui: branch "upstream" updated.

Cyril Brulebois cyril.brulebois at enst-bretagne.fr
Fri Mar 7 22:28:37 UTC 2008


==== qtpfsgui packaging ====

The branch "upstream" has been updated
       via  144e971e925fc7399c9f5028c17540e1d10b21cf (commit)
      from  1a29313089aabbc1759cdd21a719f7822130eeb2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 144e971e925fc7399c9f5028c17540e1d10b21cf
Author: Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
Date:   Fri Mar 7 23:22:30 2008 +0100

    Import qtpfsgui_1.9.1.orig.tar.gz.

-----------------------------------------------------------------------

Summary of changes:
 AUTHORS                                            |    3 +-
 Changelog                                          |   14 +-
 README                                             |   58 +-
 TODO                                               |    2 -
 forms/about.ui                                     |    2 +-
 forms/hdrwizardform.ui                             |   10 +-
 forms/maingui.ui                                   |   76 +-
 forms/projectionsDialog.ui                         |  671 ++
 html/hints.html                                    |    8 +-
 html/images/projectiveTransformationDialog.jpeg    |  Bin 0 -> 28874 bytes
 html/manual.html                                   |   22 +-
 i18n/lang_cs.ts                                    |  957 ++--
 i18n/lang_de.ts                                    | 6401 ++++++++++----------
 i18n/lang_es.ts                                    | 6475 ++++++++++----------
 i18n/lang_fr.ts                                    |  635 ++-
 i18n/lang_id.ts                                    |  633 ++-
 i18n/lang_it.ts                                    |  632 ++-
 i18n/lang_pl.ts                                    |  619 ++-
 i18n/lang_ru.ts                                    |  890 ++-
 i18n/lang_tr.ts                                    |  619 ++-
 project.pro                                        |    7 +
 src/Batch/batch_dialog.cpp                         |   15 +-
 src/Batch/batch_dialog.h                           |    7 +-
 src/Common/commandline.cpp                         |   82 +-
 src/Common/commandline.h                           |    2 +-
 src/Common/config.h                                |    2 +-
 src/Common/global.cpp                              |   83 +
 src/{Exif/exif_operations.h => Common/global.h}    |   19 +-
 src/Common/options.cpp                             |   39 +-
 src/Common/options.h                               |   24 +-
 src/Filter/pfspanoramic.cpp                        |  617 ++
 src/Filter/pfspanoramic.h                          |  163 +
 src/HdrCreation/HdrCreationManager.cpp             |    6 +-
 src/HdrCreation/HdrCreationManager.h               |    6 +-
 src/HdrCreation/createhdr.cpp                      |    1 -
 src/HdrCreation/createhdr.h                        |    1 +
 src/HdrWizard/editingTools.cpp                     |    2 +-
 src/HdrWizard/editingTools.h                       |    3 +-
 src/HdrWizard/newHdrWizard.cpp                     |   22 +-
 src/HdrWizard/newHdrWizard.h                       |    8 +-
 src/MainWindow/hdrviewer.cpp                       |   11 +-
 src/MainWindow/hdrviewer.h                         |    1 +
 src/MainWindow/mainWindow.cpp                      |   71 +-
 src/MainWindow/mainWindow.h                        |   31 +-
 src/Preferences/preferencesDialog.cpp              |  103 +-
 src/Preferences/preferencesDialog.h                |   11 +-
 src/Projection/projectiveDialog.cpp                |  100 +
 .../projectiveDialog.h}                            |   42 +-
 src/TM_operators/ashikhmin02/tmo_ashikhmin02.cpp   |    2 +-
 src/Threads/hdrInputLoader.cpp                     |    3 +-
 src/Threads/loadHdrThread.cpp                      |    5 +-
 src/Threads/loadHdrThread.h                        |    4 +-
 src/Threads/tonemapperThread.cpp                   |    6 +-
 src/Threads/tonemapperThread.h                     |    3 +-
 src/ToneMappingDialog/tonemappingDialog.cpp        |   70 +-
 src/ToneMappingDialog/tonemappingDialog.h          |    5 +-
 src/ToneMappingDialog/tonemapping_widget.cpp       |    4 +-
 src/ToneMappingDialog/tonemapping_widget.h         |    5 +-
 src/TransplantExif/transplant.cpp                  |    8 +-
 src/TransplantExif/transplant.h                    |    2 -
 .../exif_operations.h => arch/freebsd/math.h}      |   24 +-
 src/arch/freebsd/math_private.h                    |  228 -
 src/arch/freebsd/s_exp2f.c                         |  142 -
 src/main.cpp                                       |   14 +-
 64 files changed, 11992 insertions(+), 8739 deletions(-)
 create mode 100644 forms/projectionsDialog.ui
 create mode 100644 html/images/projectiveTransformationDialog.jpeg
 create mode 100644 src/Common/global.cpp
 copy src/{Exif/exif_operations.h => Common/global.h} (72%)
 create mode 100644 src/Filter/pfspanoramic.cpp
 create mode 100644 src/Filter/pfspanoramic.h
 create mode 100644 src/Projection/projectiveDialog.cpp
 copy src/{Preferences/preferencesDialog.h => Projection/projectiveDialog.h} (59%)
 copy src/{Exif/exif_operations.h => arch/freebsd/math.h} (72%)
 delete mode 100644 src/arch/freebsd/math_private.h
 delete mode 100644 src/arch/freebsd/s_exp2f.c




More information about the Pkg-phototools-commits mailing list