summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-10 20:44:18 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-03-10 20:44:18 +0000
commita39b92f278f6d1530cb151875b445185951634df (patch)
tree3adaf003614915d78c38782a51353690f9136852 /ChangeLog
downloadpotracegui-a39b92f278f6d1530cb151875b445185951634df.tar.gz
potracegui-a39b92f278f6d1530cb151875b445185951634df.zip
Added KDE3 version of POTraceGUI
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/potracegui@1101754 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..074924f
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,44 @@
+ 1.2 -> 1.3
+ * Internationalization support
+ * German translation
+
+1.1 -> 1.2
+* Potracegui now supports autotrace!!
+* Now if an image is traced to an undisplayable format (i.e. Gimp path or SVG) you can "save as..." (in the older version you could not sue to a silly bug)
+
+1.0 -> 1.1
+
+* Added scrollbars for the images, now they are not strangely resized anymore
+* Changed slightly the layout of the options: now the window is much smaller, so it can be viewed ad lower resolutions (it should be usable at 800x600). Thanks for the idea to Michał Kosmulski
+* Now it builds on FreeBSD 4.x. Thanks to Markus Brueffer
+
+0.5.1 -> 1.0
+
+* New major version
+* Interface totally changed to SDI
+* The changes all too many to be listed here. Launch the program yourself and poke around!!!
+
+0.5 -> 0.5.1
+
+[Bug report from Yannick Roehlly]
+* fixed compilation problem (wrong .ui file)
+
+0.4 -> 0.5
+
+[Patches from Jakub Stachowski]
+* Preview windows remains open after tracing the image
+* Fixed a memory leak when calling the settings dialog
+* Added drag and drop support
+
+0.3 -> 0.4
+
+[Patches from Jakub Stachowski]
+* fixed a memory leak (QPixmap allocated and never deallocated)
+* fixed a race condition in potrace execution
+* Potracegui now uses any image format recognized by KDE
+* Potracegui can use remote files
+
+0.2 -> 0.3
+
+* Updated potracegui to work with potrace 1.3
+* Changed the options dialog to reflect potrace changes