# HG changeset patch # User thomas_-_s # Date 1234468534 0 # Node ID b090e6852d1b14050883f004ea1dc0da152794ea # Parent 59a84b16a8a97bdeafff822ab703145094639c91 There were still some changes needed for the new version. Added a todo file so I won't forget which files to touch for each new version. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@926 59b1889a-e5ac-428c-b0c7-476e01d41282 diff -r 59a84b16a8a9 -r b090e6852d1b debian/copyright --- a/debian/copyright Thu Feb 12 17:02:58 2009 +0000 +++ b/debian/copyright Thu Feb 12 19:55:34 2009 +0000 @@ -1,30 +1,30 @@ -This package was debianized by Thomas Schweitzer on -Mon, 03 Nov 2008 12:35:20 +0100. - -It was downloaded from: - - - -And the project homepage is: - - - -Upstream Author: - - Thomas Schweitzer - -Copyright: - - - -License: - - - The sources of UniversalIndentGui are: - - | Copyright (c) 2006-2008, Thomas Schweitzer - +This package was debianized by Thomas Schweitzer on +Thu, 12 Feb 2009 17:15:00 +0100. + +It was downloaded from: + + + +And the project homepage is: + + + +Upstream Author: + + Thomas Schweitzer + +Copyright: + + + +License: + + - The sources of UniversalIndentGui are: + + | Copyright (c) 2006-2009, Thomas Schweitzer + | This program is free software; you can redistribute it and/or modify - | it under the terms of the GNU General Public License version 2.0 as + | it under the terms of the GNU General Public License version 2.0 as | published by the Free Software Foundation. | | This program is distributed in the hope that it will be useful, @@ -34,8 +34,8 @@ | | You should have received a copy of the GNU General Public License | along with this program; if not, write to the Free Software - | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - -The Debian packaging is (C) 2008, Thomas Schweitzer and -is licensed under the GPL 2, see `/usr/share/common-licenses/GPL-2'. - + | Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + +The Debian packaging is (C) 2009, Thomas Schweitzer and +is licensed under the GPL 2, see `/usr/share/common-licenses/GPL-2'. + diff -r 59a84b16a8a9 -r b090e6852d1b doc/Doxyfile --- a/doc/Doxyfile Thu Feb 12 17:02:58 2009 +0000 +++ b/doc/Doxyfile Thu Feb 12 19:55:34 2009 +0000 @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = UniversalIndentGUI -PROJECT_NUMBER = 1.0.0 +PROJECT_NUMBER = 1.0.2 OUTPUT_DIRECTORY = . CREATE_SUBDIRS = NO OUTPUT_LANGUAGE = English diff -r 59a84b16a8a9 -r b090e6852d1b doc/universalindentgui.man --- a/doc/universalindentgui.man Thu Feb 12 17:02:58 2009 +0000 +++ b/doc/universalindentgui.man Thu Feb 12 19:55:34 2009 +0000 @@ -1,18 +1,18 @@ -.TH universalindentgui 1 "2008-11-03" "1.0.2" "UniversalIndentGUI" +.TH universalindentgui 1 "2009-02-12" "1.0.2" "UniversalIndentGUI" .SH NAME universalindentgui \- GUI frontend for several code beautifiers .SH SYNOPSIS .B universalindentgui -.RI [ FILE ] +.RI [ FILE ] .br Optional the as parameter given .IR FILE can be opened at start. .SH DESCRIPTION -\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. +\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/tracker2/?func=browse&group_id=167482&atid=843127 diff -r 59a84b16a8a9 -r b090e6852d1b src/AboutDialog.cpp --- a/src/AboutDialog.cpp Thu Feb 12 17:02:58 2009 +0000 +++ b/src/AboutDialog.cpp Thu Feb 12 19:55:34 2009 +0000 @@ -56,6 +56,7 @@ "

The BCPP project.


" "

The Cobol Beautifier project.


" "

The CSSTidy project.


" + "

The Fortran 90 PPR project.


" "

The GNU Indent project.


" "

The GreatCode project.


" "

The hindent project.


" @@ -67,6 +68,7 @@ "

The PHP_Beautifier project.


" "

The phpCB project.


" "

The PHP Stylist project.


" + "

The pindent project.


" "

The Ruby Beautifier project.


" "

The Ruby Formatter project.


" "

The Shell Indent project.


" diff -r 59a84b16a8a9 -r b090e6852d1b todo_new_version.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/todo_new_version.txt Thu Feb 12 19:55:34 2009 +0000 @@ -0,0 +1,33 @@ +New version file changes +------------------------ +- CHANGELOG.txt +- homepage/features.php +- homepage/index.php +- homepage/universalindentgui_pad.xml +- debian/changelog +- debian/control +- debian/copyright +- debian/files +- doc/Doxyfile +- doc/universalindentgui.man +- src/UiGuiVersion.h +- buildPackage.sh +- buildRelease.sh +- SourceForge News + +New indenter file changes +------------------------- +- src/AboutDialog.cpp +- readme.html +- homepage/features.php +- buildRelease.sh + +New year +-------- +- Every copyright note in src files +- debian/copyright + +Changes on UiGUI ini file syntax +-------------------------------- +- All uigui_*.ini files +- doc/iniFileFormat.html