diff -Nru converseen-0.9.7/converseen.pro converseen-0.9.7.2/converseen.pro --- converseen-0.9.7/converseen.pro 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/converseen.pro 2018-10-23 23:30:20.000000000 +0000 @@ -60,16 +60,26 @@ src/dialogmultipageeditor.cpp \ src/dialogshowupdatemsg.cpp - QMAKE_CXXFLAGS += -O2 \ - -Wall \ - -W \ - -pthread \ - -DMAGICKCORE_HDRI_ENABLE=0 \ - -DMAGICKCORE_QUANTUM_DEPTH=16 - - INCLUDEPATH += /usr/include/ImageMagick-7 + !win32 { + QMAKE_CXXFLAGS += -O2 \ + -Wall \ + -W \ + -pthread \ + -DMAGICKCORE_HDRI_ENABLE=0 \ + -DMAGICKCORE_QUANTUM_DEPTH=16 + } - LIBS += -L/usr/lib -lMagick++-7.Q16HDRI -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI + win32 { + INCLUDEPATH += "C:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" + } else { + INCLUDEPATH += /usr/include/ImageMagick-7 + } + + win32 { + LIBS += -L"C:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\lib" -lCORE_RL_Magick++_ -lCORE_RL_MagickCore_ -lCORE_RL_MagickWand_ + } else { + LIBS += -L/usr/lib -lMagick++-7.Q16HDRI -lMagickWand-7.Q16HDRI -lMagickCore-7.Q16HDRI + } TRANSLATIONS += loc/converseen_it_IT.ts \ loc/converseen_hu_HU.ts \ diff -Nru converseen-0.9.7/converseen.rc converseen-0.9.7.2/converseen.rc --- converseen-0.9.7/converseen.rc 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/converseen.rc 2018-10-23 23:30:20.000000000 +0000 @@ -61,8 +61,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,9,7,0 - PRODUCTVERSION 0,9,7,0 + FILEVERSION 0,9,7,2 + PRODUCTVERSION 0,9,7,2 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -80,13 +80,13 @@ VALUE "Comments", "The batch image converter and resizer" VALUE "CompanyName", "Francesco Mondello" VALUE "FileDescription", "Converseen - The batch converter and resizer" - VALUE "FileVersion", "0.9.7.0" + VALUE "FileVersion", "0.9.7.2" VALUE "InternalName", "Converseen" - VALUE "LegalCopyright", "(C) 2009 - 2017 Francesco Mondello GNU - GPL" - VALUE "LegalTrademarks", "(C) 2009 - 2017 Francesco Mondello GNU - GPL" + VALUE "LegalCopyright", "(C) 2009 - 2018 Francesco Mondello GNU - GPL" + VALUE "LegalTrademarks", "(C) 2009 - 2018 Francesco Mondello GNU - GPL" VALUE "OriginalFilename", "converseen.exe" VALUE "ProductName", "Converseen" - VALUE "ProductVersion", "0.9.7.0" + VALUE "ProductVersion", "0.9.7.2" END END BLOCK "VarFileInfo" diff -Nru converseen-0.9.7/converseen.vcxproj converseen-0.9.7.2/converseen.vcxproj --- converseen-0.9.7/converseen.vcxproj 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/converseen.vcxproj 2018-10-23 23:30:20.000000000 +0000 @@ -1,5 +1,5 @@  - + Debug @@ -18,13 +18,13 @@ {94AC27E1-3222-398B-9889-2DC60F4856BE} converseen Qt4VSv1.0 - 8.1 + 10.0.17134.0 Application false - v140 + v140_xp Application @@ -32,7 +32,7 @@ v140_xp - v140 + v141 @@ -72,7 +72,7 @@ -Zm200 -w34100 -w34189 %(AdditionalOptions) MaxSpeed - C:\Program Files (x86)\ImageMagick-7.0.7-Q16-HDRI\include;$(QTDIR)\include;build;..\Qt\4.8.2\mkspecs\win32-msvc2010;.;.\src;.\build;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtWidgets;$(QTDIR)\include\QtNetwork;%(AdditionalIncludeDirectories) + C:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include;$(QTDIR)\include;build;..\Qt\4.8.2\mkspecs\win32-msvc2010;.;.\src;.\build;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtWidgets;$(QTDIR)\include\QtNetwork;%(AdditionalIncludeDirectories) QT_NO_DEBUG;NDEBUG;_WINDOWS;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;QT_DLL;QT_HAVE_MMX;QT_HAVE_3DNOW;QT_HAVE_SSE;QT_HAVE_MMXEXT;QT_HAVE_SSE2;QT_THREAD_SUPPORT;_VISUALC_;NeedFunctionPrototypes;_DLL;_MAGICKMOD_;QT_CORE_LIB;QT_GUI_LIB;QT_WIDGETS_LIB;QT_NETWORK_LIB;%(PreprocessorDefinitions) false false @@ -97,7 +97,7 @@ qtmain.lib;CORE_RL_MagickCore_.lib;CORE_RL_Magick++_.lib;CORE_RL_MagickWand_.lib;odbc32.lib;odbccp32.lib;winmm.lib;wsock32.lib;Qt5Core.lib;Qt5Gui.lib;Qt5Widgets.lib;Qt5Network.lib;%(AdditionalDependencies) release\converseen.exe true - C:\Program Files (x86)\ImageMagick-7.0.7-Q16-HDRI\lib;$(QTDIR)\lib;%(AdditionalLibraryDirectories) + C:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\lib;$(QTDIR)\lib;D:\documents\Sviluppo\converseen\converseen;%(AdditionalLibraryDirectories) false @@ -115,7 +115,7 @@ -Zm200 -w34100 -w34189 %(AdditionalOptions) Disabled - $(QTDIR)\include;build;build;..\Qt\4.7.4\mkspecs\win32-msvc2008;.\src;.\build;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtWidgets;$(QTDIR)\include\QtNetwork;%(AdditionalIncludeDirectories) + C:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include;$(QTDIR)\include;build;..\Qt\4.8.2\mkspecs\win32-msvc2010;.;.\src;.\build;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include\QtWidgets;$(QTDIR)\include\QtNetwork;%(AdditionalIncludeDirectories) _WINDOWS;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;QT_DLL;QT_HAVE_MMX;QT_HAVE_3DNOW;QT_HAVE_SSE;QT_HAVE_MMXEXT;QT_HAVE_SSE2;QT_THREAD_SUPPORT;QT_CORE_LIB;QT_GUI_LIB;QT_WIDGETS_LIB;QT_NETWORK_LIB;%(PreprocessorDefinitions) false false @@ -139,7 +139,7 @@ qtmaind.lib;QtGuid4.lib;QtCored4.lib;QtNetworkd4.lib;Qt5Cored.lib;Qt5Guid.lib;Qt5Widgetsd.lib;Qt5Networkd.lib;%(AdditionalDependencies) debug\converseen.exe true - $(QTDIR)\lib;%(AdditionalLibraryDirectories) + C:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\lib;$(QTDIR)\lib;%(AdditionalLibraryDirectories) true @@ -211,11 +211,11 @@ $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing updatechecker.h... .\build\moc_%(Filename).cpp - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing updatechecker.h... .\build\moc_%(Filename).cpp - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing updatechecker.h... .\build\moc_%(Filename).cpp @@ -223,11 +223,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -240,11 +240,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -257,11 +257,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -274,11 +274,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -291,11 +291,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -308,11 +308,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -396,11 +396,11 @@ $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing combofilters.h... .\build\moc_%(Filename).cpp - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing combofilters.h... .\build\moc_%(Filename).cpp - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing combofilters.h... .\build\moc_%(Filename).cpp @@ -408,11 +408,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -425,11 +425,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -442,11 +442,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -459,11 +459,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -476,11 +476,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -518,11 +518,11 @@ $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing dialogmultipageeditor.h... .\build\moc_%(Filename).cpp - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing dialogmultipageeditor.h... .\build\moc_%(Filename).cpp - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing dialogmultipageeditor.h... .\build\moc_%(Filename).cpp @@ -532,11 +532,11 @@ $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing dialogshowupdatemsg.h... .\build\moc_%(Filename).cpp - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing dialogshowupdatemsg.h... .\build\moc_%(Filename).cpp - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing dialogshowupdatemsg.h... .\build\moc_%(Filename).cpp @@ -569,11 +569,11 @@ $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing multipageconverter.h... .\build\moc_%(Filename).cpp - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing multipageconverter.h... .\build\moc_%(Filename).cpp - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing multipageconverter.h... .\build\moc_%(Filename).cpp @@ -604,11 +604,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) @@ -621,11 +621,11 @@ Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... - "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-7.0.4-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -D_USING_V110_SDK71_ "-IC:\Program Files (x86)\ImageMagick-7.0.8-Q16-HDRI\include" "-I$(QTDIR)\include" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I.\build" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include\QtWidgets" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) diff -Nru converseen-0.9.7/debian/changelog converseen-0.9.7.2/debian/changelog --- converseen-0.9.7/debian/changelog 2018-08-07 17:08:27.000000000 +0000 +++ converseen-0.9.7.2/debian/changelog 2018-10-25 18:32:18.000000000 +0000 @@ -1,3 +1,9 @@ +converseen (0.9.7.2-1dhor~xenial) xenial; urgency=medium + + * fixed + + -- Dariusz Duma Thu, 25 Oct 2018 20:32:18 +0200 + converseen (0.9.7-5dhor~xenial) xenial; urgency=medium * Removed Flattr links and buttons diff -Nru converseen-0.9.7/loc/converseen_cs_CZ.ts converseen-0.9.7.2/loc/converseen_cs_CZ.ts --- converseen-0.9.7/loc/converseen_cs_CZ.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_cs_CZ.ts 2018-10-23 23:30:20.000000000 +0000 @@ -420,10 +420,6 @@ &Nápověda - Actions Panel - Panel činností - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -720,18 +716,6 @@ Žádné otočení - + 90° - + 90° - - - - 90° - - 90° - - - 180° - 180° - - Flip image: Obrátit obrázek: diff -Nru converseen-0.9.7/loc/converseen_da_DK.ts converseen-0.9.7.2/loc/converseen_da_DK.ts --- converseen-0.9.7/loc/converseen_da_DK.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_da_DK.ts 2018-10-23 23:30:20.000000000 +0000 @@ -169,18 +169,6 @@ - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to donate via PayPal or Flattr</span></p></body></html> - <html><head/><body><p align="center"><span style=" font-weight:600;">Hvis du sætter pris på dette arbejde, og gerne vil støtte projektet; Er du velkommen til at donere via PayPal eller Flattr</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2017 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2017 Francesco Mondello GNU - GPL v.3</span></p></body></html> - - - - @@ -520,10 +508,6 @@ &Hjælp - Actions Panel - Handlingspanel - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -699,18 +683,6 @@ Ingen rotering - + 90° - + 90° - - - - 90° - - 90° - - - 180° - 180° - - Flip image: Spejlvend billede: @@ -956,10 +928,6 @@ &Rapportér fejl... - &Flattr This! - &Flattr dette! - - &Check for updates &Check for opdateringer @@ -999,10 +967,6 @@ Import windows icon (*.ico *.icon) Importér Windows-icon (*.ico *.icon) - - Donate via Flattr - Donér via Flattr - MainWindowImpl @@ -1092,22 +1056,22 @@ Forhåndsvisning - + Suggest a new name! Foreslå et nyt navn! - + New name: Nyt navn: - + Please, specify a name! Angiv venligst et navn! - + You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. @@ -1118,23 +1082,23 @@ Klik "Afbryd" for at annullere alle operationer. - - + + Warning! Advarsel! - + The filename should not be empty! Filnavnet skal ikke være tomt! - + The name chosen is identical to the initial one. Do you want to overwrite the original file? Det valgte navn er identisk med det originale. Ønsker du at overskrive den originale fil? - + Aborted! Afbrudt! diff -Nru converseen-0.9.7/loc/converseen_de_DE.ts converseen-0.9.7.2/loc/converseen_de_DE.ts --- converseen-0.9.7/loc/converseen_de_DE.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_de_DE.ts 2018-10-23 23:30:20.000000000 +0000 @@ -206,10 +206,6 @@ - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to donate via PayPal or Flattr</span></p></body></html> - <html><head/><body><p align="center"><span style=" font-weight:600;">Wenn Sie diese Arbeit anerkennen und das Projekt unterstützen möchten, sind Sie herzlich willkommen via Paypal oder Flattr zu spenden</span></p></body></html> - - - - @@ -517,10 +513,6 @@ &Hilfe - Actions Panel - Aktionsleiste - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -696,18 +688,6 @@ Keine Drehung - + 90° - + 90° - - - - 90° - - 90° - - - 180° - 180° - - Flip image: Bild spiegeln: @@ -992,10 +972,6 @@ Import windows icon (*.ico *.icon) Importieren Windows-Icon (*.ico *.ico) - - Donate via Flattr - Spenden via Flattr - MainWindowImpl @@ -1085,22 +1061,22 @@ Vorschau - + Suggest a new name! Schlage einen neuen Namen vor! - + New name: Neuer Name: - + Please, specify a name! Bitte gib einen Namen an! - + You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. @@ -1111,23 +1087,23 @@ Klicke "Abbrechen", um alle Operationen abzubrechen. - - + + Warning! Warnung! - + The filename should not be empty! Der Dateiname muss angegeben werden! - + The name chosen is identical to the initial one. Do you want to overwrite the original file? Der ausgewählte Name ist identisch mit dem vorherigen. Willst du die Originaldatei überschreiben? - + Aborted! Abgebrochen! diff -Nru converseen-0.9.7/loc/converseen_es_CL.ts converseen-0.9.7.2/loc/converseen_es_CL.ts --- converseen-0.9.7/loc/converseen_es_CL.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_es_CL.ts 2018-10-23 23:30:20.000000000 +0000 @@ -209,10 +209,6 @@ - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to donate via PayPal or Flattr</span></p></body></html> - <html><head/><body><p align="center"><span style=" font-weight:600;">Si te agrada este proyecto y quieres apoyarnos, agradeceremos que envíes tu aporte mediante PayPal o Flattr</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -514,10 +510,6 @@ Ayuda - Actions Panel - Panel de acciones - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -693,18 +685,6 @@ No rotar - + 90° - + 90° - - - - 90° - - 90° - - - 180° - 180° - - Flip image: Invertir imagen: @@ -989,10 +969,6 @@ Import windows icon (*.ico *.icon) Importar ícono de Windows (*.ico *.icon) - - Donate via Flattr - Donar via Flattr - MainWindowImpl @@ -1082,22 +1058,22 @@ Abrir carpeta - + Suggest a new name! Sugiere un nuevo nombre. - + New name: Nuevo nombre: - + Please, specify a name! Por favor, especifica un nombre. - + You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. @@ -1108,23 +1084,23 @@ Haz clic en Abortar para cancelar todas las operaciones. - - + + Warning! Advertencia - + The filename should not be empty! El nombre de archivo no debería estar vacío. - + The name chosen is identical to the initial one. Do you want to overwrite the original file? El nombre escogido es idéntico al original. ¿Deseas sobreescribir el archivo original? - + Aborted! Abortado diff -Nru converseen-0.9.7/loc/converseen_fr_FR.ts converseen-0.9.7.2/loc/converseen_fr_FR.ts --- converseen-0.9.7/loc/converseen_fr_FR.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_fr_FR.ts 2018-10-23 23:30:20.000000000 +0000 @@ -204,22 +204,6 @@ - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to donate via PayPal or Flattr</span></p></body></html> - <html><head/><body><p align="center"><span style=" font-weight:600;">Si vous appréciez ce travail et que vous voulez supporter le projet, vous pouvez effectuer un don via PayPal ou Flattr</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2017 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2017 Francesco Mondello GNU - GPL v.3</span></p></body></html> - - <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Suivre Converseen:</span></p></body></html> @@ -530,10 +514,6 @@ Ai&de - Actions Panel - Panneau d'Actions - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -729,18 +709,6 @@ Pas de rotation - + 90° - +90° - - - - 90° - -90° - - - 180° - 180° - - Flip image: Retournement de l'image: @@ -981,10 +949,6 @@ &Rapporter un bogue... - &Flattr This! - Faire un don sur &Flattr ! - - &Check for updates Vérifier les mises à &jour @@ -1009,10 +973,6 @@ Import windows icon (*.ico *.icon) Importer un icône Windows (*.ico *.icon) - - Donate via Flattr - Faire un don via Flattr - MainWindowImpl @@ -1092,22 +1052,22 @@ Prévisualiser - + Suggest a new name! Entrez un Nouveau Nom ! - + New name: Nouveau Nom: - + Please, specify a name! Veuillez spécifier un nom ! - + You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. @@ -1118,23 +1078,23 @@ Cliquez sur Abandonner pour annuler toutes les opérations. - - + + Warning! Avertissement ! - + The filename should not be empty! Le nom de fichier ne de devrait pas être vide ! - + The name chosen is identical to the initial one. Do you want to overwrite the original file? Le nom choisi est identique à l'original. Désirez-vous écraser le fichier original ? - + Aborted! Abandonné ! diff -Nru converseen-0.9.7/loc/converseen_hu_HU.ts converseen-0.9.7.2/loc/converseen_hu_HU.ts --- converseen-0.9.7/loc/converseen_hu_HU.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_hu_HU.ts 2018-10-23 23:30:20.000000000 +0000 @@ -420,10 +420,6 @@ &Segítség - Actions Panel - Műveletek panel - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } diff -Nru converseen-0.9.7/loc/converseen_it_IT.ts converseen-0.9.7.2/loc/converseen_it_IT.ts --- converseen-0.9.7/loc/converseen_it_IT.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_it_IT.ts 2018-10-23 23:30:20.000000000 +0000 @@ -164,22 +164,6 @@ <strong>Traduzione polacca: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to donate via PayPal or Flattr</span></p></body></html> - <html><head/><body><p align="center"><span style=" font-weight:600;">Se hai apprezzato questo progetto e vuoi collaborare puoi effettuare una donazione via PayPal o Flattr</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2017 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2017 Francesco Mondello GNU - GPL v.3</span></p></body></html - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -442,10 +426,6 @@ A&iuto - Actions Panel - Pannello delle azioni - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -746,18 +726,6 @@ Nessuna rotazione - + 90° - + 90° - - - - 90° - - 90° - - - 180° - 180° - - Flip image: Rifletti immagine: @@ -794,10 +762,6 @@ Importa icona di Windows (*.ico *.icon) - Donate via Flattr - Dona via Flattr - - Prefi&x/Suffix Pre&fisso/Suffisso @@ -814,10 +778,6 @@ &Riporta bug... - &Flattr This! - Dona con F&lattr! - - Check if a new version of Converseen is available Controlla se sono disponibili nuove versioni di Converseen diff -Nru converseen-0.9.7/loc/converseen_ja_JP.ts converseen-0.9.7.2/loc/converseen_ja_JP.ts --- converseen-0.9.7/loc/converseen_ja_JP.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_ja_JP.ts 2018-10-23 23:30:20.000000000 +0000 @@ -168,10 +168,6 @@ <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Converseenをフォロー:</span></p></body></html> - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to donate via PayPal or Flattr</span></p></body></html> - <html><head/><body><p align="center"><span style=" font-weight:600;">このアプリが気に入ったらプロジェクトをサポートするための PayPal や Flattr での寄付を歓迎します</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -250,15 +246,15 @@ Check all - すべてチェック + 全てチェック Uncheck - チェックをはずす + チェックを外す Uncheck all - すべてのチェックをはずす + 全てチェックを外す Import multipage document @@ -273,7 +269,7 @@ Please, restart Converseen to apply current language! - 変更した言語を適用するために再起動! + 言語の変更を適用するためにConverseenを再起動してください! Cancel @@ -301,19 +297,19 @@ As&k first - + 最初に確認する(&K) O&verwrite all existing images - + 既存のイメージを全て上書きする(&O) Updates - + アップデート Checks for updates automatically - + アップデートを自動的に確認する @@ -324,11 +320,11 @@ Png compression level - Png圧縮レベル + PNG圧縮レベル Jpeg compression level - Jpeg圧縮レベル + JPEG圧縮レベル Quality 0 - 100: @@ -355,23 +351,23 @@ DialogShowUpdateMsg Dialog - + ダイアログ TextLabel - + テキストラベル Don't show again - + 今後表示しない Update Now - + 今すぐアップデート Not Now - + 今はしない @@ -420,10 +416,6 @@ ヘルプ(&H) - 180° - 180° - - Check selected items 選択したアイテムをチェック @@ -500,18 +492,6 @@ 水平 - + 90° - + 90° - - - - 90° - - 90° - - - Actions Panel - 操作パネル - - Open output directory 出力ディレクトリーを開く @@ -565,7 +545,7 @@ Check all items - すべてチェック + 全てチェック Start with: @@ -577,7 +557,7 @@ Overwrite all - すべて上書き + 全て上書き Flip image: @@ -633,7 +613,7 @@ Check a&ll - すべてチェック(&l) + 全てチェック(&L) &Convert @@ -693,7 +673,7 @@ Remove &all - 全て削除(&a) + 全て削除(&A) Dimensions @@ -729,7 +709,7 @@ Uncheck all &items - すべてチェックを外す(&i) + 全てチェックを外す(&I) Rotate and flip @@ -769,55 +749,51 @@ Import windows icon (*.ico) - Windows アイコン (*.ico)のインポート + Windowsアイコン (*.ico) のインポート Import windows icon (*.ico *.icon) Windowsアイコン (*.ico *.icon) - Donate via Flattr - Flattr で寄付 - - Prefi&x/Suffix - + 接頭辞/接尾辞(&X) Progressi&ve Number - + 連番(&V) &Donate via Paypal - + Paypalで寄付(&D) &Report bug... - + バグを報告(&R)... Check if a new version of Converseen is available - + Converseenの新しいバージョンが利用可能か確認する &Check for updates - + アップデートを確認(&C) Actio&ns Panel - + 動作パネル(&N) + &90° - + + 90°(&9) - 9&0° - - 90° {9&0°?} + - 90°(&0) &180° - + 180°(&1) @@ -969,7 +945,8 @@ A new version of %1 is available! Would you download it? - + %1 の新しいバージョンが利用可能です! +ダウンロードしますか? diff -Nru converseen-0.9.7/loc/converseen_pl_PL.ts converseen-0.9.7.2/loc/converseen_pl_PL.ts --- converseen-0.9.7/loc/converseen_pl_PL.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_pl_PL.ts 2018-10-23 23:30:20.000000000 +0000 @@ -218,10 +218,6 @@ - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to donate via PayPal or Flattr</span></p></body></html> - <html><head/><body><p align="center"><span style=" font-weight:600;">Jeżeli podoba Ci się program i chciałbyś go wspomóc, zapraszmy do wpłacenia darowizny po przez Paypal lub Flattr</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -524,10 +520,6 @@ &Pomoc - Actions Panel - Panel operacji - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -688,18 +680,6 @@ Nie obracaj - + 90° - W prawo o 90° - - - - 90° - W lewo o 90° - - - 180° - o 180° - - Flip image: Odbij obraz: @@ -989,10 +969,6 @@ Import windows icon (*.ico *.icon) Importuj ikonę windows (*.ico *.icon) - - Donate via Flattr - Dotacje poprzez Flattr - MainWindowImpl @@ -1082,22 +1058,22 @@ Podgląd - + Suggest a new name! Podaj nową nazwę! - + New name: Nowa nazwa: - + Please, specify a name! Proszę utworzyć nazwę! - + You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. @@ -1108,23 +1084,23 @@ Kliknij Porzuć, aby zakończyć wszystkie operacje. - - + + Warning! Ostrzeżenie! - + The filename should not be empty! Nazwa pliku nie może być pusta! - + The name chosen is identical to the initial one. Do you want to overwrite the original file? Wybrano taką samą nazwę, jak istniejąca już. Nadpisać orgyinalny plik? - + Aborted! Przerwano! diff -Nru converseen-0.9.7/loc/converseen_pt_BR.ts converseen-0.9.7.2/loc/converseen_pt_BR.ts --- converseen-0.9.7/loc/converseen_pt_BR.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_pt_BR.ts 2018-10-23 23:30:20.000000000 +0000 @@ -204,22 +204,6 @@ - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to donate via PayPal or Flattr</span></p></body></html> - <html><head/><body><p align="center"><span style=" font-weight:600;">Se você aprecia este trabalho e gostaria de apoiar o projeto, está convidado a doar via Paypal ou Flattr</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2017 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2017 Francesco Mondello GNU - GPL v.3</span></p></body></html> - - <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Seguir Converseen:</span></p></body></html> @@ -530,10 +514,6 @@ A&juda - Actions Panel - Ações do Painel - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> @@ -729,18 +709,6 @@ Não girar - + 90° - + 90° - - - - 90° - - 90° - - - 180° - 180° - - Flip image: Inverter a imagem: @@ -981,10 +949,6 @@ &Relatar erro... - &Flattr This! - &Flattr Isto! - - &Check for updates &Verificar por atualizações @@ -1009,10 +973,6 @@ Import windows icon (*.ico *.icon) Importar ícones do Windows (*.ico *.icon) - - Donate via Flattr - Doar via Paypal - MainWindowImpl @@ -1092,22 +1052,22 @@ Preview - + Suggest a new name! Sugerir um novo nome! - + New name: Novo nome: - + Please, specify a name! Por favor, especifique um nome! - + You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. @@ -1118,23 +1078,23 @@ Clique em Abortar para cancelar todas as operações. - - + + Warning! Aviso! - + The filename should not be empty! O nome do arquivo não deve ser vazio! - + The name chosen is identical to the initial one. Do you want to overwrite the original file? O nome escolhido é idêntico ao inicial. Você deseja substituir o arquivo original? - + Aborted! Cancelado! diff -Nru converseen-0.9.7/loc/converseen_ru_RU.ts converseen-0.9.7.2/loc/converseen_ru_RU.ts --- converseen-0.9.7/loc/converseen_ru_RU.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_ru_RU.ts 2018-10-23 23:30:20.000000000 +0000 @@ -427,10 +427,6 @@ #_копия - Actions Panel - Панель действий - - Open output directory Открыть папку назначения @@ -723,19 +719,6 @@ Не вращать - + 90° - + 90° - - - - 90° - - 90° - - - 180° - 180° - 180° - - Flip image: Отразить изображение: diff -Nru converseen-0.9.7/loc/converseen_tr_TR.ts converseen-0.9.7.2/loc/converseen_tr_TR.ts --- converseen-0.9.7/loc/converseen_tr_TR.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_tr_TR.ts 2018-10-23 23:30:20.000000000 +0000 @@ -444,10 +444,6 @@ #_kopyala - Actions Panel - Eylemler Paneli - - Open output directory Çıktı dizinini aç @@ -724,10 +720,6 @@ - 180° - 180° - - Flip image: diff -Nru converseen-0.9.7/loc/converseen_uk_UA.ts converseen-0.9.7.2/loc/converseen_uk_UA.ts --- converseen-0.9.7/loc/converseen_uk_UA.ts 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/loc/converseen_uk_UA.ts 2018-10-23 23:30:20.000000000 +0000 @@ -175,22 +175,6 @@ <strong>Переклад на польську мову: </strong>Michał Olber from OSWorld.pl — <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to donate via PayPal or Flattr</span></p></body></html> - <html><head/><body><p align="center"><span style=" font-weight:600;">Якщо Ви цінуєте цю роботу та бажаєте підтримати проект, Ви можете пожертвувати нам через Paypal чи Flattr</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2017 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2017 Франческо Монделло GNU - GPL вер.3</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -453,10 +437,6 @@ #_копія - Actions Panel - Смужка дій - - Open output directory Відкрити теку призначення @@ -749,19 +729,6 @@ Не обертати - + 90° - + 90° - - - - 90° - - 90° - - - 180° - 180° - 180° - - Flip image: Перевернути зображення: @@ -798,10 +765,6 @@ Імпортувати іконку windows (*.ico *.icon) - Donate via Flattr - Пожертвувати через Flattr - - Prefi&x/Suffix Префі&кс/Суфікс diff -Nru converseen-0.9.7/src/globals.cpp converseen-0.9.7.2/src/globals.cpp --- converseen-0.9.7/src/globals.cpp 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/src/globals.cpp 2018-10-23 23:30:20.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Kawaii Emoji Messenger, a multiplatform Facebook client * based on the idea of bringing emoji on desktop. * -* (C) Francesco Mondello 2014 +* (C) Francesco Mondello 2009 - 2018 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -Nru converseen-0.9.7/src/globals.h converseen-0.9.7.2/src/globals.h --- converseen-0.9.7/src/globals.h 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/src/globals.h 2018-10-23 23:30:20.000000000 +0000 @@ -41,8 +41,8 @@ namespace globals { const QString PROGRAM_NAME = "Converseen"; - const int CURRENT_INTERNAL_VERSION = 970; - const QString VERSION = "0.9.7"; + const int CURRENT_INTERNAL_VERSION = 972; + const QString VERSION = "0.9.7.2"; class Globals { diff -Nru converseen-0.9.7/src/inisettings.cpp converseen-0.9.7.2/src/inisettings.cpp --- converseen-0.9.7/src/inisettings.cpp 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/src/inisettings.cpp 2018-10-23 23:30:20.000000000 +0000 @@ -37,7 +37,15 @@ void IniSettings::init() { - QString myPath = QStandardPaths::writableLocation(QStandardPaths::DataLocation); + QString myPath = QStandardPaths::writableLocation(QStandardPaths::DataLocation); + +#if defined(Q_OS_WIN) + QDir portableConfigDir(QDir::currentPath() + "/settings"); + + if (portableConfigDir.exists()) + myPath = portableConfigDir.absolutePath(); +#endif + QString iniPath = QString("%1/%2").arg(myPath).arg(INIFILENAME); settings = new QSettings(iniPath, QSettings::IniFormat); @@ -83,7 +91,7 @@ int IniSettings::pngQuality() { - int pngQuality = 7; + int pngQuality = 85; if (settings->contains("Quality/Png quality")) pngQuality = settings->value("Quality/Png quality").toInt(); diff -Nru converseen-0.9.7/src/mainwindowimpl.cpp converseen-0.9.7.2/src/mainwindowimpl.cpp --- converseen-0.9.7/src/mainwindowimpl.cpp 2018-08-06 13:35:50.000000000 +0000 +++ converseen-0.9.7.2/src/mainwindowimpl.cpp 2018-10-23 23:30:20.000000000 +0000 @@ -896,12 +896,14 @@ int currentVersion = globals::CURRENT_INTERNAL_VERSION; if (savedVersion < currentVersion) { - QString appVersion; +#if defined(Q_OS_WIN) + // Open thank you page on Windows + QString welcomePage = QString("http://converseen.fasterland.net/thank/"); - /*QString welcomePage = QString("http://converseen.fasterland.net/thank/"); + QDesktopServices::openUrl(QUrl(welcomePage, QUrl::TolerantMode)); +#endif - QDesktopServices::openUrl(QUrl(welcomePage, QUrl::TolerantMode));*/ - IniSettings::setCurrentVersion(currentVersion); + IniSettings::setCurrentVersion(currentVersion); } }