summaryrefslogtreecommitdiffstats
path: root/kblackbox/CHANGES
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitc90c389a8a8d9d8661e9772ec4144c5cf2039f23 (patch)
tree6d8391395bce9eaea4ad78958617edb20c6a7573 /kblackbox/CHANGES
downloadtdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.tar.gz
tdegames-c90c389a8a8d9d8661e9772ec4144c5cf2039f23.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegames@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kblackbox/CHANGES')
-rw-r--r--kblackbox/CHANGES52
1 files changed, 52 insertions, 0 deletions
diff --git a/kblackbox/CHANGES b/kblackbox/CHANGES
new file mode 100644
index 00000000..985fa5c9
--- /dev/null
+++ b/kblackbox/CHANGES
@@ -0,0 +1,52 @@
+1999-06-07 Petter Reinholdtsen <pere@td.org.uit.no>
+ * kbbgame.cpp: Changed text Quit to Exit to match KDE style guide.
+
+0.3.0 from 0.2.6 (17.1.1999)
+ - KBBGraphic derived only from QWidget, not QTableView
+ -> a complete rewrite of gfx stuff
+ -> massive changes almost everywhere
+ - minimal size fixed
+ - new icons (I am just learning the povray :-)
+0.2.6 from 0.2.5 (25.8.1998)
+ - the game is active after starting
+ - fixed bad drawing after setting the board size
+ - config. scripts from new kexample (KDE 1.0)
+ - moc dependencies in Makefile.am done by automoc to
+ avoid problems on Solaris (bug report by David Faure)
+ - some string fixes for better translation
+0.2.5 from 0.2.4 (19.3.1998)
+ - es language support added
+ - sk language support added
+0.2.4 from 0.2.3 (6.3.1998)
+ - pt language support added
+ - it language support added
+0.2.3 from 0.2.2 (10.2.1998)
+ - new icon for fired laser
+ - new icon for "give up"
+ - "done" added to menu and toolbar (new icon)
+ - help file updated
+0.2.2 from 0.2.1 (2.2.1998)
+ - "done" button removed - middle mouse button instead
+ - kde toolbar
+ - kde status bar
+ - new icons
+ - help file updated
+0.2.1 from 0.2.0:
+ - KBlackBox.kdelnk
+ - icon kblackbox.xpm
+ - double updating during resize fixed
+ - saves the application size
+ - doesn't autoresize after changing a board size
+0.2.0 from 0.1.1:
+ - kblackbox is now a KDE application -> help, configuration, ...
+ - autoconf usage (by kexample-0.4.0)
+ - remembers last used options
+ - pixmaps on fields in the box
+0.1.1 from 0.1.0:
+ - you are warned if you try to change # of balls when a game is running
+ - game->resize works properly, even if you moved scrollbars now
+ - mouseMoveEvent reimplemented, so that you can "draw" when a button
+ is pressed
+ - marking with the right mouse button
+ - displaying more game statistics
+ - possibility to give up the game (shows you where the balls were)