- started work on new icon set

Wed, 23 Apr 2014 01:33:19 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Wed, 23 Apr 2014 01:33:19 +0300
changeset 729
dcd7e3e86374
parent 728
2a8c981d79fa
child 730
9f5ede4c84c1

- started work on new icon set

icons/add-bfc.png file | annotate | diff | comparison | revisions
icons/add-comment.png file | annotate | diff | comparison | revisions
icons/add-condline.png file | annotate | diff | comparison | revisions
icons/add-line.png file | annotate | diff | comparison | revisions
icons/add-quad.png file | annotate | diff | comparison | revisions
icons/add-subfile.png file | annotate | diff | comparison | revisions
icons/add-triangle.png file | annotate | diff | comparison | revisions
icons/bfc-view.png file | annotate | diff | comparison | revisions
icons/bfc.png file | annotate | diff | comparison | revisions
icons/brick-new.png file | annotate | diff | comparison | revisions
icons/brick.png file | annotate | diff | comparison | revisions
icons/colors.txt file | annotate | diff | comparison | revisions
icons/comment.png file | annotate | diff | comparison | revisions
icons/condline.png file | annotate | diff | comparison | revisions
icons/file-new.png file | annotate | diff | comparison | revisions
icons/file-save-as.png file | annotate | diff | comparison | revisions
icons/file-save.png file | annotate | diff | comparison | revisions
icons/isecalc.png file | annotate | diff | comparison | revisions
icons/line.png file | annotate | diff | comparison | revisions
icons/mode-circle.png file | annotate | diff | comparison | revisions
icons/quad.png file | annotate | diff | comparison | revisions
icons/random-colors.png file | annotate | diff | comparison | revisions
icons/subfile.png file | annotate | diff | comparison | revisions
icons/triangle.png file | annotate | diff | comparison | revisions
icons/visibility-hide.png file | annotate | diff | comparison | revisions
icons/visibility-toggle.png file | annotate | diff | comparison | revisions
src/mainWindow.cc file | annotate | diff | comparison | revisions
Binary file icons/add-bfc.png has changed
Binary file icons/add-comment.png has changed
Binary file icons/add-condline.png has changed
Binary file icons/add-line.png has changed
Binary file icons/add-quad.png has changed
Binary file icons/add-subfile.png has changed
Binary file icons/add-triangle.png has changed
Binary file icons/bfc-view.png has changed
Binary file icons/bfc.png has changed
Binary file icons/brick-new.png has changed
Binary file icons/brick.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/colors.txt	Wed Apr 23 01:33:19 2014 +0300
@@ -0,0 +1,24 @@
+KDE RGB Palette
+#
+32 32 32 
+255 255 255 
+224 111 111 
+224 168 111 
+224 224 111 
+187 224 111 
+111 168 224 
+111 224 224 
+168 111 224 
+255 128 128 
+128 255 128 
+64 64 64 
+224 224 224 
+192 95 95 
+192 144 95 
+192 192 95 
+162 192 95 
+95 144 192 
+95 192 192 
+144 95 192 
+128 128 255 
+255 255 128 
Binary file icons/comment.png has changed
Binary file icons/condline.png has changed
Binary file icons/file-new.png has changed
Binary file icons/file-save-as.png has changed
Binary file icons/file-save.png has changed
Binary file icons/isecalc.png has changed
Binary file icons/line.png has changed
Binary file icons/mode-circle.png has changed
Binary file icons/quad.png has changed
Binary file icons/random-colors.png has changed
Binary file icons/subfile.png has changed
Binary file icons/triangle.png has changed
Binary file icons/visibility-hide.png has changed
Binary file icons/visibility-toggle.png has changed
--- a/src/mainWindow.cc	Tue Apr 22 22:52:02 2014 +0300
+++ b/src/mainWindow.cc	Wed Apr 23 01:33:19 2014 +0300
@@ -226,8 +226,8 @@
 		else
 		{
 			QToolButton* colorButton = new QToolButton;
-			colorButton->setIcon (makeColorIcon (entry.color(), 22));
-			colorButton->setIconSize (QSize (22, 22));
+			colorButton->setIcon (makeColorIcon (entry.color(), 16));
+			colorButton->setIconSize (QSize (16, 16));
 			colorButton->setToolTip (entry.color()->name);
 
 			connect (colorButton, SIGNAL (clicked()), this, SLOT (slot_quickColor()));

mercurial