From b686173026587569a50e295e3869346333110ec3 Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Tue, 12 Jun 2012 17:35:32 +0000 Subject: [PATCH] Created icons collapse and expand. --- README | 6 +- src/gui/mainwindow.ui | 4 +- src/icons.qrc | 2 + src/icons/collapse.png | Bin 0 -> 449 bytes src/icons/collapse.svg | 159 ++++++++++++++++++++++ src/icons/expand.png | Bin 0 -> 472 bytes src/icons/expand.svg | 295 +++++++++++++++++++++++++++++++++++++++++ 7 files changed, 461 insertions(+), 5 deletions(-) create mode 100644 src/icons/collapse.png create mode 100644 src/icons/collapse.svg create mode 100644 src/icons/expand.png create mode 100644 src/icons/expand.svg diff --git a/README b/README index 6b58f37..c2d000a 100644 --- a/README +++ b/README @@ -24,7 +24,7 @@ See the file ./INSTALL for building and installation instructions, and Copyright and License: Copyright (C) 2010 Ixonos Plc. - Copyright (C) 2011-2012, Philipp Spitzer, gregor herrmann + Copyright (C) 2011-2012, Philipp Spitzer, gregor herrmann, Stefan Strahl This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -58,9 +58,9 @@ data/confclerk.*: with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -src/icons/favourite-*, src/icons/alarm-*: +src/icons/favourite-*, src/icons/alarm-*, src/icons/collapse*, src/icons/expand*: - Copyright (C) 2012, Philipp Spitzer + Copyright (C) 2012, Philipp Spitzer, Stefan Strahl This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/gui/mainwindow.ui b/src/gui/mainwindow.ui index e57763c..395850c 100644 --- a/src/gui/mainwindow.ui +++ b/src/gui/mainwindow.ui @@ -208,7 +208,7 @@ - :/icons/add.png:/icons/add.png + :/icons/expand.png:/icons/expand.png Expand all @@ -217,7 +217,7 @@ - :/icons/remove.png:/icons/remove.png + :/icons/collapse.png:/icons/collapse.png Collapse all diff --git a/src/icons.qrc b/src/icons.qrc index 6d82390..60b5634 100644 --- a/src/icons.qrc +++ b/src/icons.qrc @@ -2,6 +2,8 @@ icons/add.png icons/remove.png + icons/expand.png + icons/collapse.png icons/reload.png icons/dialog-warning.png icons/search.png diff --git a/src/icons/collapse.png b/src/icons/collapse.png new file mode 100644 index 0000000000000000000000000000000000000000..36fe1e197a5042525868dba6056e4bcc80bd4165 GIT binary patch literal 449 zcmV;y0Y3hTP)ndMiQeg-n`NjPXwleAs-i8sE$?559Q=imI|C9Dpzkjj718OzJom z*#YcT^O_S?r6>wx0$kS>fH#rnFL(!7!RA%Ih(+|yHH+y09FIq10)ikI%{u@|k{A;(h2{zRTu`IyfH`nocUr*M z7I*VgwR2(I1-|dMFJb=@nsmVwtP6g)pzp?a-7!|v=a5-0_{)tStND*ZtP31~AP8it r&=gin4YmTT04u->umWnx(!b~5n%%VIUHL)|00000NkvXXu0mjf=<>Le literal 0 HcmV?d00001 diff --git a/src/icons/collapse.svg b/src/icons/collapse.svg new file mode 100644 index 0000000..f6551da --- /dev/null +++ b/src/icons/collapse.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + diff --git a/src/icons/expand.png b/src/icons/expand.png new file mode 100644 index 0000000000000000000000000000000000000000..81220b46a41e105b9bca6fcd64fca7348117f83d GIT binary patch literal 472 zcmV;}0Vn>6P);KEf}Um=C03pkLMB36(UNyv`=2$@FOnT4HwyZc5|l`&xfxUSo|3uBBF z$AO3f_^L;|1rUZ|*Xy^21(2pGQ4}2sp63xo(f7Bk)!}6}<8HUZw(a%?vMl={)tOcW zibB=yi&|I4rcr@0vp`gpBuP3qVB59?A_iF2Oj-G=Zr@pO4_pKDlDs`={bqr$x_=f~ zyu&MSb)eraVez24hk>%-No4*3Yk&*5c~srz+K{hc3E-=)iu_;(>hKA*0v#0PcYO)~ O0000 + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5