[umbrello] [Bug 361964] No build support for recreating umbrello icons available

2019-11-23 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=361964

Ralf Habacker  changed:

   What|Removed |Added

   Target Milestone|--- |2.26 (KDE Applications
   ||18.08)

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 361964] No build support for recreating umbrello icons available

2018-06-11 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=361964

Ralf Habacker  changed:

   What|Removed |Added

   Version Fixed In||2.25.80 (KDE Applications
   ||18.07.80)
  Latest Commit|http://commits.kde.org/umbr |https://commits.kde.org/umb
   |ello/19f8bf61a979f2726980c4 |rello/1490627148eccdb685842
   |ef8f082d90147addd3  |b849f95e20c74c623d5

--- Comment #5 from Ralf Habacker  ---
Git commit 1490627148eccdb685842b849f95e20c74c623d5 by Ralf Habacker.
Committed on 11/06/2018 at 21:09.
Pushed by habacker into branch 'master'.

Merge branch '361964-recreate-icons'

Fix size, color gradient, text display and backgrounds in svg files and
recreate all png's from svg files.
FIXED-IN:2.25.80 (KDE Applications 18.07.80)


https://commits.kde.org/umbrello/1490627148eccdb685842b849f95e20c74c623d5

-- 
You are receiving this mail because:
You are watching all bug changes.

[umbrello] [Bug 361964] No build support for recreating umbrello icons available

2016-04-20 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361964

--- Comment #4 from Ralf Habacker  ---
Git commit 616ed80907955deaccebc7ddb27e9166848637e9 by Ralf Habacker.
Committed on 20/04/2016 at 10:20.
Pushed by habacker into branch 'master'.

Disable installing of missing icons.

M  +13   -13   umbrello/pics/CMakeLists.txt

http://commits.kde.org/umbrello/616ed80907955deaccebc7ddb27e9166848637e9

-- 
You are receiving this mail because:
You are watching all bug changes.


[umbrello] [Bug 361964] No build support for recreating umbrello icons available

2016-04-20 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361964

--- Comment #3 from Ralf Habacker  ---
Git commit 1a45ab3b9d2dd0acf20c6df1787f3ddd00417fb6 by Ralf Habacker.
Committed on 20/04/2016 at 09:56.
Pushed by habacker into branch 'master'.

Cleanup icon lists.

Split icon list into regular and cursor icons and install them separatly.

M  +86   -235  umbrello/pics/CMakeLists.txt

http://commits.kde.org/umbrello/1a45ab3b9d2dd0acf20c6df1787f3ddd00417fb6

-- 
You are receiving this mail because:
You are watching all bug changes.


[umbrello] [Bug 361964] No build support for recreating umbrello icons available

2016-04-20 Thread Ralf Habacker via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361964

Ralf Habacker  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/umbr
   ||ello/19f8bf61a979f2726980c4
   ||ef8f082d90147addd3
 Resolution|--- |FIXED

--- Comment #1 from Ralf Habacker  ---
Git commit 19f8bf61a979f2726980c4ef8f082d90147addd3 by Ralf Habacker.
Committed on 20/04/2016 at 06:28.
Pushed by habacker into branch 'master'.

Add cmake build support for recreating icons and cursors.

If enabled with cmake command line option BUILD_ICONS and/or BUILD_CURSOR_ICONS
icons and cursor bitmaps are rendered from svg sources by a qt helper
application named svg2png automatically on building umbrello.

Cursor bitmaps are combination of a cursor template svg file and regular
umbrello icons. The cursor template svg file is added by this patch too.

For debugging purpose the additional cmake variable
BUILD_ICONS_INTO_SIZE_RELATED_DIRS
is available.

Signed-off-by: Ralf Habacker 

M  +0-1.gitignore
M  +13   -2CMakeLists.txt
A  +71   -0cmake/modules/Macros.cmake
A  +7-0maintainer/CMakeLists.txt
A  +102  -0maintainer/svg2png.cpp [License: GPL (v2+)]
M  +2-1umbrello/CMakeLists.txt
M  +219  -51   umbrello/pics/CMakeLists.txt
A  +482  -0umbrello/pics/sources/cursor-template.svg

http://commits.kde.org/umbrello/19f8bf61a979f2726980c4ef8f082d90147addd3

-- 
You are receiving this mail because:
You are watching all bug changes.