Hello community, here is the log from the commit of package converseen for openSUSE:Factory checked in at 2015-02-06 22:38:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/converseen (Old) and /work/SRC/openSUSE:Factory/.converseen.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "converseen" Changes: -------- --- /work/SRC/openSUSE:Factory/converseen/converseen.changes 2014-12-05 21:05:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.converseen.new/converseen.changes 2015-02-06 22:38:18.000000000 +0100 @@ -1,0 +2,8 @@ +Sun Feb 1 09:28:04 UTC 2015 - [email protected] + +- Update to 0.8.6. + * Fixed crashes when selecting some pictures. + * Various bugfixes. +- Use %cmake and %cmake_install macros. + +------------------------------------------------------------------- Old: ---- converseen-0.8.5.tar.bz2 New: ---- converseen-0.8.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ converseen.spec ++++++ --- /var/tmp/diff_new_pack.9PX2bq/_old 2015-02-06 22:38:19.000000000 +0100 +++ /var/tmp/diff_new_pack.9PX2bq/_new 2015-02-06 22:38:19.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package converseen # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: converseen -Version: 0.8.5 +Version: 0.8.6 Release: 0 Summary: Batch Image Conversion Tool License: GPL-3.0+ @@ -57,12 +57,7 @@ chmod -x README COPYING %build -mkdir build -cd build -cmake .. \ - -DCMAKE_C_FLAGS="%{optflags}" \ - -DCMAKE_CXX_FLAGS="%{optflags}" \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} +%cmake make %{?_smp_mflags} VERBOSE=1 %install @@ -84,9 +79,7 @@ Type=Application EOF -pushd build -%make_install -popd +%cmake_install rm -rf \ %{buildroot}%{_datadir}/kde4/ \ %{buildroot}%{_datadir}/pixmaps/%{name}.png ++++++ converseen-0.8.5.tar.bz2 -> converseen-0.8.6.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/README.md new/converseen-0.8.6/README.md --- old/converseen-0.8.5/README.md 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/README.md 2015-01-28 00:45:09.000000000 +0100 @@ -35,7 +35,7 @@ ## License Converseen - The image batch converter and resizer - Copyright (C) 2009-2013 Francesco Mondello + Copyright (C) 2009-2015 Francesco Mondello 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/converseen.rc new/converseen-0.8.6/converseen.rc --- old/converseen-0.8.5/converseen.rc 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/converseen.rc 2015-01-28 00:45:09.000000000 +0100 @@ -60,8 +60,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,8,5,0 - PRODUCTVERSION 0,8,5,0 + FILEVERSION 0,8,6,0 + PRODUCTVERSION 0,8,6,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -79,13 +79,13 @@ VALUE "Comments", "The batch image converter and resizer" VALUE "CompanyName", "Faster" VALUE "FileDescription", "Converseen - The batch converter and resizer" - VALUE "FileVersion", "0.8.5.0" + VALUE "FileVersion", "0.8.6.0" VALUE "InternalName", "Converseen" - VALUE "LegalCopyright", "(C) 2009 - 2014 Francesco Mondello GNU - GPL" - VALUE "LegalTrademarks", "(C) 2009 - 2014 Francesco Mondello GNU - GPL" + VALUE "LegalCopyright", "(C) 2009 - 2015 Francesco Mondello GNU - GPL" + VALUE "LegalTrademarks", "(C) 2009 - 2015 Francesco Mondello GNU - GPL" VALUE "OriginalFilename", "converseen.exe" VALUE "ProductName", "Converseen" - VALUE "ProductVersion", "0.8.5.0" + VALUE "ProductVersion", "0.8.6.0" END END BLOCK "VarFileInfo" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/converseen.vcxproj new/converseen-0.8.6/converseen.vcxproj --- old/converseen-0.8.5/converseen.vcxproj 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/converseen.vcxproj 2015-01-28 00:45:09.000000000 +0100 @@ -66,7 +66,7 @@ <ClCompile> <AdditionalOptions>-Zm200 -w34100 -w34189 %(AdditionalOptions)</AdditionalOptions> <Optimization>MaxSpeed</Optimization> - <AdditionalIncludeDirectories>C:\ImageMagick-6.8.4-Q16\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include;$(QTDIR)\include\ActiveQt;build;..\Qt\4.8.2\mkspecs\win32-msvc2010;.;.\src;$(QTDIR)\include\QtNetwork;.\build;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <AdditionalIncludeDirectories>C:\Program Files\ImageMagick-6.9.0-Q16\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include;$(QTDIR)\include\ActiveQt;build;..\Qt\4.8.2\mkspecs\win32-msvc2010;.;.\src;$(QTDIR)\include\QtNetwork;.\build;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <PreprocessorDefinitions>QT_NO_DEBUG;NDEBUG;_WINDOWS;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_HAVE_MMX;QT_HAVE_3DNOW;QT_HAVE_SSE;QT_HAVE_MMXEXT;QT_HAVE_SSE2;QT_THREAD_SUPPORT;_VISUALC_;NeedFunctionPrototypes;_DLL;_MAGICKMOD_;QT_NETWORK_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> <PreprocessToFile>false</PreprocessToFile> <PreprocessSuppressLineNumbers>false</PreprocessSuppressLineNumbers> @@ -91,7 +91,7 @@ <AdditionalDependencies>qtmain.lib;QtGui4.lib;QtCore4.lib;CORE_RL_magick_.lib;CORE_RL_Magick++_.lib;CORE_RL_wand_.lib;X11.lib;odbc32.lib;odbccp32.lib;winmm.lib;wsock32.lib;QtNetwork4.lib;%(AdditionalDependencies)</AdditionalDependencies> <OutputFile>release\converseen.exe</OutputFile> <SuppressStartupBanner>true</SuppressStartupBanner> - <AdditionalLibraryDirectories>C:\ImageMagick-6.8.4-Q16\lib;$(QTDIR)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <AdditionalLibraryDirectories>C:\Program Files\ImageMagick-6.9.0-Q16\lib;$(QTDIR)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> <GenerateDebugInformation>false</GenerateDebugInformation> <ProgramDatabaseFile> </ProgramDatabaseFile> @@ -206,7 +206,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath)</AdditionalInputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing updatechecker.h...</Message> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath)</AdditionalInputs> <Message Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">Moc%27ing updatechecker.h...</Message> <Outputs Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">.\build\moc_%(Filename).cpp</Outputs> @@ -218,7 +218,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -228,7 +228,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -238,7 +238,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -248,7 +248,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -258,7 +258,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -268,7 +268,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -282,7 +282,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath)</AdditionalInputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing combofilters.h...</Message> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath)</AdditionalInputs> <Message Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">Moc%27ing combofilters.h...</Message> <Outputs Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">.\build\moc_%(Filename).cpp</Outputs> @@ -294,7 +294,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -304,7 +304,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -314,7 +314,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -324,7 +324,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -334,7 +334,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -347,7 +347,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath)</AdditionalInputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing dialogmultipageeditor.h...</Message> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath)</AdditionalInputs> <Message Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">Moc%27ing dialogmultipageeditor.h...</Message> <Outputs Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">.\build\moc_%(Filename).cpp</Outputs> @@ -362,7 +362,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath)</AdditionalInputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing multipageconverter.h...</Message> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp</Outputs> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath)</AdditionalInputs> <Message Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">Moc%27ing multipageconverter.h...</Message> <Outputs Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">.\build\moc_%(Filename).cpp</Outputs> @@ -375,7 +375,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -385,7 +385,7 @@ <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Moc%27ing %(Filename)%(Extension)...</Message> - <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> + <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -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_NETWORK_LIB "-IC:\Program Files\ImageMagick-6.9.0-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" "-I.\build"</Command> <AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs)</AdditionalInputs> <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\build\moc_%(Filename).cpp;%(Outputs)</Outputs> </CustomBuild> @@ -596,7 +596,7 @@ </ImportGroup> <ProjectExtensions> <VisualStudio> - <UserProperties QtVersion_x0020_Win32="4.8.5" RccDir=".\GeneratedFiles" /> + <UserProperties QtVersion_x0020_Win32="4.8.6" RccDir=".\GeneratedFiles" /> </VisualStudio> </ProjectExtensions> </Project> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/Modules/multipageconverter.cpp new/converseen-0.8.6/src/Modules/multipageconverter.cpp --- old/converseen-0.8.5/src/Modules/multipageconverter.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/Modules/multipageconverter.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/Modules/multipageconverter.h new/converseen-0.8.6/src/Modules/multipageconverter.h --- old/converseen-0.8.5/src/Modules/multipageconverter.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/Modules/multipageconverter.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/cachingsystem.cpp new/converseen-0.8.6/src/cachingsystem.cpp --- old/converseen-0.8.5/src/cachingsystem.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/cachingsystem.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/cachingsystem.h new/converseen-0.8.6/src/cachingsystem.h --- old/converseen-0.8.5/src/cachingsystem.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/cachingsystem.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/combofilters.cpp new/converseen-0.8.6/src/combofilters.cpp --- old/converseen-0.8.5/src/combofilters.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/combofilters.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/combofilters.h new/converseen-0.8.6/src/combofilters.h --- old/converseen-0.8.5/src/combofilters.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/combofilters.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/converter.cpp new/converseen-0.8.6/src/converter.cpp --- old/converseen-0.8.5/src/converter.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/converter.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/converter.h new/converseen-0.8.6/src/converter.h --- old/converseen-0.8.5/src/converter.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/converter.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/dialogconversionstatus.cpp new/converseen-0.8.6/src/dialogconversionstatus.cpp --- old/converseen-0.8.5/src/dialogconversionstatus.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/dialogconversionstatus.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/dialogconversionstatus.h new/converseen-0.8.6/src/dialogconversionstatus.h --- old/converseen-0.8.5/src/dialogconversionstatus.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/dialogconversionstatus.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/dialoginfo.cpp new/converseen-0.8.6/src/dialoginfo.cpp --- old/converseen-0.8.5/src/dialoginfo.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/dialoginfo.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/dialoginfo.h new/converseen-0.8.6/src/dialoginfo.h --- old/converseen-0.8.5/src/dialoginfo.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/dialoginfo.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/dialogmultipageeditor.cpp new/converseen-0.8.6/src/dialogmultipageeditor.cpp --- old/converseen-0.8.5/src/dialogmultipageeditor.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/dialogmultipageeditor.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/dialogoptions.cpp new/converseen-0.8.6/src/dialogoptions.cpp --- old/converseen-0.8.5/src/dialogoptions.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/dialogoptions.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/dialogoptions.h new/converseen-0.8.6/src/dialogoptions.h --- old/converseen-0.8.5/src/dialogoptions.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/dialogoptions.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/dialogquality.cpp new/converseen-0.8.6/src/dialogquality.cpp --- old/converseen-0.8.5/src/dialogquality.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/dialogquality.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/dialogquality.h new/converseen-0.8.6/src/dialogquality.h --- old/converseen-0.8.5/src/dialogquality.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/dialogquality.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/formats.cpp new/converseen-0.8.6/src/formats.cpp --- old/converseen-0.8.5/src/formats.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/formats.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/formats.h new/converseen-0.8.6/src/formats.h --- old/converseen-0.8.5/src/formats.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/formats.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/globals.h new/converseen-0.8.6/src/globals.h --- old/converseen-0.8.5/src/globals.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/globals.h 2015-01-28 00:45:09.000000000 +0100 @@ -29,8 +29,8 @@ namespace globals { const QString PROGRAM_NAME = "Converseen"; - const int CURRENT_INTERNAL_VERSION = 850; - const QString VERSION = "0.8.5"; + const int CURRENT_INTERNAL_VERSION = 860; + const QString VERSION = "0.8.6"; } #endif // GLOBALS_H diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/inisettings.cpp new/converseen-0.8.6/src/inisettings.cpp --- old/converseen-0.8.5/src/inisettings.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/inisettings.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/inisettings.h new/converseen-0.8.6/src/inisettings.h --- old/converseen-0.8.5/src/inisettings.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/inisettings.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/main.cpp new/converseen-0.8.6/src/main.cpp --- old/converseen-0.8.5/src/main.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/main.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/mainwindowimpl.cpp new/converseen-0.8.6/src/mainwindowimpl.cpp --- old/converseen-0.8.5/src/mainwindowimpl.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/mainwindowimpl.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 @@ -203,12 +203,13 @@ void MainWindowImpl::openFiles() { iAList->clear(); - CachingSystem::clear(); addFiles(); } void MainWindowImpl::addFiles() { + CachingSystem::clear(); + QString path = IniSettings::latestOpenedDir(); QString readableFiltersString = Formats::readableFiltersString(); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/mainwindowimpl.h new/converseen-0.8.6/src/mainwindowimpl.h --- old/converseen-0.8.5/src/mainwindowimpl.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/mainwindowimpl.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/mylabelpreviewer.cpp new/converseen-0.8.6/src/mylabelpreviewer.cpp --- old/converseen-0.8.5/src/mylabelpreviewer.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/mylabelpreviewer.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/mylabelpreviewer.h new/converseen-0.8.6/src/mylabelpreviewer.h --- old/converseen-0.8.5/src/mylabelpreviewer.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/mylabelpreviewer.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/pixtreewidget.cpp new/converseen-0.8.6/src/pixtreewidget.cpp --- old/converseen-0.8.5/src/pixtreewidget.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/pixtreewidget.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/pixtreewidget.h new/converseen-0.8.6/src/pixtreewidget.h --- old/converseen-0.8.5/src/pixtreewidget.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/pixtreewidget.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/pushcolorchooser.cpp new/converseen-0.8.6/src/pushcolorchooser.cpp --- old/converseen-0.8.5/src/pushcolorchooser.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/pushcolorchooser.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/pushcolorchooser.h new/converseen-0.8.6/src/pushcolorchooser.h --- old/converseen-0.8.5/src/pushcolorchooser.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/pushcolorchooser.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/sizeutil.cpp new/converseen-0.8.6/src/sizeutil.cpp --- old/converseen-0.8.5/src/sizeutil.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/sizeutil.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/sizeutil.h new/converseen-0.8.6/src/sizeutil.h --- old/converseen-0.8.5/src/sizeutil.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/sizeutil.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/thumbnailgeneratorthread.cpp new/converseen-0.8.6/src/thumbnailgeneratorthread.cpp --- old/converseen-0.8.5/src/thumbnailgeneratorthread.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/thumbnailgeneratorthread.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/thumbnailgeneratorthread.h new/converseen-0.8.6/src/thumbnailgeneratorthread.h --- old/converseen-0.8.5/src/thumbnailgeneratorthread.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/thumbnailgeneratorthread.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/translator.cpp new/converseen-0.8.6/src/translator.cpp --- old/converseen-0.8.5/src/translator.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/translator.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/translator.h new/converseen-0.8.6/src/translator.h --- old/converseen-0.8.5/src/translator.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/translator.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/updatechecker.cpp new/converseen-0.8.6/src/updatechecker.cpp --- old/converseen-0.8.5/src/updatechecker.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/updatechecker.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -1,8 +1,8 @@ /* -* This file is part of Kawaii Emoji Messenger, a multiplatform Facebook client -* based on the idea of bringing emoji on desktop. +* This file is part of Converseen, an open-source batch image converter +* and resizer. * -* (C) Francesco Mondello 2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/updatechecker.h new/converseen-0.8.6/src/updatechecker.h --- old/converseen-0.8.5/src/updatechecker.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/updatechecker.h 2015-01-28 00:45:09.000000000 +0100 @@ -1,8 +1,8 @@ /* -* This file is part of Kawaii Emoji Messenger, a multiplatform Facebook client -* based on the idea of bringing emoji on desktop. +* This file is part of Converseen, an open-source batch image converter +* and resizer. * -* (C) Francesco Mondello 2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/whereiam.cpp new/converseen-0.8.6/src/whereiam.cpp --- old/converseen-0.8.5/src/whereiam.cpp 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/whereiam.cpp 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/src/whereiam.h new/converseen-0.8.6/src/whereiam.h --- old/converseen-0.8.5/src/whereiam.h 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/src/whereiam.h 2015-01-28 00:45:09.000000000 +0100 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2014 +* (C) Francesco Mondello 2009-2015 * * 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 -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/converseen-0.8.5/ui/dialoginfo.ui new/converseen-0.8.6/ui/dialoginfo.ui --- old/converseen-0.8.5/ui/dialoginfo.ui 2014-11-28 14:02:16.000000000 +0100 +++ new/converseen-0.8.6/ui/dialoginfo.ui 2015-01-28 00:45:09.000000000 +0100 @@ -115,9 +115,9 @@ <property name="geometry"> <rect> <x>0</x> - <y>-44</y> - <width>517</width> - <height>194</height> + <y>0</y> + <width>535</width> + <height>236</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -372,8 +372,8 @@ <string><!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:'MS Shell Dlg 2'; font-size:8pt; 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-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html></string> +</style></head><body style=" font-family:'Oxygen-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 - 2015 Francesco Mondello GNU - GPL v.3</span></p></body></html></string> </property> </widget> </item> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
