changeset 650:9d16fd3971b1

Prepared for version 1.0.2 release. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@909 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Tue, 03 Feb 2009 21:20:44 +0000
parents 2272223c990b
children f358d0da57cf
files CHANGELOG.txt UniversalIndentGUI.pro buildPackage.sh src/MainWindow.cpp
diffstat 4 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG.txt	Tue Feb 03 16:58:02 2009 +0000
+++ b/CHANGELOG.txt	Tue Feb 03 21:20:44 2009 +0000
@@ -1,4 +1,4 @@
-2009-02-03 Version 1.0.2
+2009-02-04 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.
 [change] When using a non Windows system the default editor font type is now Monospace instead of Courier. The latter was not found properly.
--- a/UniversalIndentGUI.pro	Tue Feb 03 16:58:02 2009 +0000
+++ b/UniversalIndentGUI.pro	Tue Feb 03 21:20:44 2009 +0000
@@ -92,6 +92,12 @@
 unix:indenters.files = indenters/uigui_*.ini
 unix:indenters.files += indenters/example.*
 unix:indenters.files += indenters/JsDecoder.js
+unix:indenters.files += indenters/phpStylist.php
+unix:indenters.files += indenters/phpStylist.txt
+unix:indenters.files += indenters/pindent.py
+unix:indenters.files += indenters/pindent.txt
+unix:indenters.files += indenters/rbeautify.rb
+unix:indenters.files += indenters/ruby_formatter.rb
 unix:indenters.files += indenters/shellindent.awk
 
 # Install translation files
--- a/buildPackage.sh	Tue Feb 03 16:58:02 2009 +0000
+++ b/buildPackage.sh	Tue Feb 03 21:20:44 2009 +0000
@@ -1,5 +1,6 @@
 #!/bin/sh
 
+# Call this script to create the source code archive.
 ./buildRelease.sh
 
 sourcedirname=universalindentgui-1.0.2
--- a/src/MainWindow.cpp	Tue Feb 03 16:58:02 2009 +0000
+++ b/src/MainWindow.cpp	Tue Feb 03 21:20:44 2009 +0000
@@ -37,8 +37,8 @@
 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.2";
-    revision = "888";
-    QDate buildDate(2008, 11, 3);
+    revision = "907";
+    QDate buildDate(2009, 1, 4);
     buildDateStr = buildDate.toString("d. MMMM yyyy");
 
     // Init of some variables.