From efebbd450fa52c4fea6f9f9cffbe2cbb23aa1fcc Mon Sep 17 00:00:00 2001 From: ruglory Date: Tue, 27 Jan 2009 02:52:28 +0000 Subject: [PATCH] release 0.2 prepared git-svn-id: https://svn.code.sf.net/p/qlscribe/svn/trunk@22 cac9541e-1b8d-4bfa-827e-589bba606050 --- NEWS | 5 +++++ src/mainwindow.cpp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 64bb88b..97bb6fa 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ NEWS - list of user-visible changes between releases of qlscribe +New in 0.2: + Print progress dialog shows elapsed/estimated time + Bugfix for not loading angle in round text item + Image items can be scaled now + New in 0.1: Open/save as implemented. Text, round text and image items can be inserted and edited Print preview and print is working (no exclusive lock or tray lock on printing yet) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 01340ef..1fb43c7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -268,7 +268,7 @@ void MainWindow::onMenuAbout() QMessageBox::about( this, tr( "About" ), tr( "

qlscribe - Qt lisghtScribe

" - "

$Revision$

" + "

release 0.2 $Revision$

" "

visit project at home page " "qlscribe.sourceforge.net

" ) ); }