changeset 629:22e2378b62e0

Updated files for the next release 1.0.2. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@888 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 03 Nov 2008 10:04:38 +0000
parents 689cc685f122
children edef2a176c94
files CHANGELOG.txt buildPackage.sh buildRelease.sh buildwin32release_gcc.bat debian/changelog debian/control debian/copyright debian/files doc/universalindentgui.man src/indenthandler.cpp src/mainwindow.cpp
diffstat 11 files changed, 21 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Fri Oct 31 15:59:37 2008 +0000
+++ b/CHANGELOG.txt	Mon Nov 03 10:04:38 2008 +0000
@@ -1,3 +1,9 @@
+2008-11-03 Version 1.0.2
+[change] Made the source code be compilable with the slightly older QScintilla version 2.2.
+[change] When starting the very first time without any existing application settings, do not show the mainwindow at position 0,0. On Mac the window couldn't be moved because the window title bar was hidden under the Mac menu bar.
+[fix] Avoid a crash if an uigui ini file with faulty header info is read, where the indenter executable was emtpy.
+[fix] Some application settings were tried to be read from a wrong directory when running in multi user mode.
+
 2008-10-14 Version 1.0.1
 [add] Feature Request ID 2161471 : Added support for the Python indenter pindent.
 [add] Feature Request ID 1883444 : Added support for the JSP indenter JSPPP.
--- a/buildPackage.sh	Fri Oct 31 15:59:37 2008 +0000
+++ b/buildPackage.sh	Mon Nov 03 10:04:38 2008 +0000
@@ -2,9 +2,9 @@
 
 ./buildRelease.sh
 
-sourcedirname=universalindentgui-1.0.1
+sourcedirname=universalindentgui-1.0.2
 sourcefilename=$sourcedirname.tar.gz
-sourcefilenameorig=universalindentgui_1.0.1.orig.tar.gz
+sourcefilenameorig=universalindentgui_1.0.2.orig.tar.gz
 
 targetDir=packaging
 
--- a/buildRelease.sh	Fri Oct 31 15:59:37 2008 +0000
+++ b/buildRelease.sh	Mon Nov 03 10:04:38 2008 +0000
@@ -50,7 +50,7 @@
 # Configuration
 # -------------
 #TODO: get version from source code file.
-version=1.0.1
+version=1.0.2
 doSVNUpdate=false
 
 
--- a/buildwin32release_gcc.bat	Fri Oct 31 15:59:37 2008 +0000
+++ b/buildwin32release_gcc.bat	Mon Nov 03 10:04:38 2008 +0000
@@ -128,7 +128,7 @@
 echo Packing the whole release dir content
 echo -------------------------------------
 cd UniversalIndentGUI_win32
-7z.exe a -tzip UniversalIndentGUI_1.0.1_win32.zip >NUL
+7z.exe a -tzip UniversalIndentGUI_1.0.2_win32.zip >NUL
 IF ERRORLEVEL 1 goto ERROR
 cd ..
 echo Done.
--- a/debian/changelog	Fri Oct 31 15:59:37 2008 +0000
+++ b/debian/changelog	Mon Nov 03 10:04:38 2008 +0000
@@ -1,8 +1,8 @@
-universalindentgui (1.0.1-1) unstable; urgency=low
+universalindentgui (1.0.2-1) unstable; urgency=low
 
   * New upstream release
 
- -- Thomas Schweitzer <mail@thomas-schweitzer.de>  Mon, 27 Oct 2008 12:35:20 +0100
+ -- Thomas Schweitzer <mail@thomas-schweitzer.de>  Mon, 03 Nov 2008 12:35:20 +0100
 
 universalindentgui (0.8.1-1) unstable; urgency=low
 
--- a/debian/control	Fri Oct 31 15:59:37 2008 +0000
+++ b/debian/control	Mon Nov 03 10:04:38 2008 +0000
@@ -10,7 +10,7 @@
 Package: universalindentgui
 Architecture: any
 Depends: ${shlibs:Depends}
-Recommends: astyle, bcpp, csstidy, hindent, indent, tidy, uncrustify (>= 0.50), xmlindent
+Recommends: astyle, bcpp, csstidy, hindent, indent, perltidy, tidy, uncrustify, xmlindent
 Description: GUI frontend for nearly any code beautifier
  UniversalIndentGui is a GUI fontend for nearly any code beautifier.
  It allows you to comfortably change each parameter of a beautifier and
--- a/debian/copyright	Fri Oct 31 15:59:37 2008 +0000
+++ b/debian/copyright	Mon Nov 03 10:04:38 2008 +0000
@@ -1,9 +1,9 @@
 This package was debianized by Thomas Schweitzer <mail@thomas-schweitzer.de> on
-Mon, 27 Oct 2008 12:35:20 +0100.
+Mon, 03 Nov 2008 12:35:20 +0100.
 
 It was downloaded from:
 
-    <http://downloads.sourceforge.net/universalindent/universalindentgui-1.0.1.tar.gz>
+    <http://downloads.sourceforge.net/universalindent/universalindentgui-1.0.2.tar.gz>
 
 And the project homepage is:
 
--- a/debian/files	Fri Oct 31 15:59:37 2008 +0000
+++ b/debian/files	Mon Nov 03 10:04:38 2008 +0000
@@ -1,1 +1,1 @@
-universalindentgui_1.0.1-1_i386.deb devel optional
+universalindentgui_1.0.2-1_i386.deb devel optional
--- a/doc/universalindentgui.man	Fri Oct 31 15:59:37 2008 +0000
+++ b/doc/universalindentgui.man	Mon Nov 03 10:04:38 2008 +0000
@@ -1,4 +1,4 @@
-.TH universalindentgui 1 "2008-10-24" "1.0.1" "UniversalIndentGUI"
+.TH universalindentgui 1 "2008-11-03" "1.0.2" "UniversalIndentGUI"
 
 .SH NAME 
 universalindentgui \- GUI frontend for several code beautifiers
@@ -15,7 +15,7 @@
 \fBUniversalIndentGUI\fP is a GUI fontend for nearly any code beautifier. It allows you to comfortably change each parameter of a beautifier and directly see how the source code is affected done by a live preview. Many free available code beautifier, formatter and indenter are currently supported, like GNU Indent, Uncrustify, Artistic Styler, PHP Stylist, Ruby Beautify, HTML Tidy and many other (look at features for complete list). Currently not supported indenters can be easyly added by creating a configuration file for them.
 
 .SH BUGS 
-Currently known bugs can be browsed on http://sf.net/tracker/?func=browse&group_id=167482&atid=843127
+Currently known bugs can be browsed on http://sf.net/tracker2/?func=browse&group_id=167482&atid=843127
 
 .SH AUTHOR 
 Thomas\ Schweitzer <thomas_-_s@users.sourceforge.net>
--- a/src/indenthandler.cpp	Fri Oct 31 15:59:37 2008 +0000
+++ b/src/indenthandler.cpp	Mon Nov 03 10:04:38 2008 +0000
@@ -455,7 +455,6 @@
 
     // Set the directory for the indenter execution
     indentProcess.setWorkingDirectory( QFileInfo(tempDirctoryStr).absoluteFilePath() );
-    QString test = indentProcess.workingDirectory();
 
     indentProcess.start(indenterCompleteCallString);
 
--- a/src/mainwindow.cpp	Fri Oct 31 15:59:37 2008 +0000
+++ b/src/mainwindow.cpp	Mon Nov 03 10:04:38 2008 +0000
@@ -36,9 +36,9 @@
  */
 MainWindow::MainWindow(QString file2OpenOnStart, QWidget *parent) : QMainWindow(parent) {
     // set the program version, revision and date, which is shown in the main window title and in the about dialog.
-    version = "1.0.1";
-    revision = "854";
-    QDate buildDate(2008, 10, 20);
+    version = "1.0.2";
+    revision = "888";
+    QDate buildDate(2008, 11, 3);
     buildDateStr = buildDate.toString("d. MMMM yyyy");
 
     // Init of some variables.