[gnome-latex: 135/205] Icons for the templates (from Kile)



commit 895a82746c4db2a22c736f837f18cbcc212f4168
Author: Sébastien Wilmet <sebastien wilmet gmail com>
Date:   Sun Dec 13 18:42:59 2009 +0100

    Icons for the templates (from Kile)

 CMakeLists.txt                  |   1 +
 TODO                            |   2 ++
 images/CMakeLists.txt           |   1 +
 images/templates/CMakeLists.txt |   2 ++
 images/templates/article.png    | Bin 0 -> 1327 bytes
 images/templates/book.png       | Bin 0 -> 2655 bytes
 images/templates/empty.png      | Bin 0 -> 1033 bytes
 images/templates/letter.png     | Bin 0 -> 1102 bytes
 images/templates/report.png     | Bin 0 -> 1623 bytes
 templates/CMakeLists.txt        |   2 ++
 10 files changed, 8 insertions(+)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b426229..e871ea6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -71,6 +71,7 @@ CONFIGURE_FILE(${latexila_SOURCE_DIR}/src/config.h.cmake
 
 ADD_SUBDIRECTORY(src)
 ADD_SUBDIRECTORY(images)
+ADD_SUBDIRECTORY(templates)
 
 # packages
 SET(CPACK_GENERATOR "TGZ")
diff --git a/TODO b/TODO
index 63991ab..5838909 100644
--- a/TODO
+++ b/TODO
@@ -9,3 +9,5 @@ TODO LaTeXila
 [-] BibTeX support
 
 [-] toolbars: possibility to put the edit toolbar on the right of the first toolbar instead of bottom
+
+[-] comment/uncomment selected lines
diff --git a/images/CMakeLists.txt b/images/CMakeLists.txt
index fc4403d..5c3dd0f 100644
--- a/images/CMakeLists.txt
+++ b/images/CMakeLists.txt
@@ -6,6 +6,7 @@ ADD_SUBDIRECTORY(operators)
 ADD_SUBDIRECTORY(delimiters)
 ADD_SUBDIRECTORY(misc-math)
 ADD_SUBDIRECTORY(misc-text)
+ADD_SUBDIRECTORY(templates)
 
 FILE(GLOB images *.png)
 INSTALL(FILES ${images} DESTINATION ${DATA_DIR}/images)
diff --git a/images/templates/CMakeLists.txt b/images/templates/CMakeLists.txt
new file mode 100644
index 0000000..ab98519
--- /dev/null
+++ b/images/templates/CMakeLists.txt
@@ -0,0 +1,2 @@
+FILE(GLOB templates *.png)
+INSTALL(FILES ${templates} DESTINATION ${DATA_DIR}/images/templates)
diff --git a/images/templates/article.png b/images/templates/article.png
new file mode 100644
index 0000000..179439a
Binary files /dev/null and b/images/templates/article.png differ
diff --git a/images/templates/book.png b/images/templates/book.png
new file mode 100644
index 0000000..8495f01
Binary files /dev/null and b/images/templates/book.png differ
diff --git a/images/templates/empty.png b/images/templates/empty.png
new file mode 100644
index 0000000..1c3a709
Binary files /dev/null and b/images/templates/empty.png differ
diff --git a/images/templates/letter.png b/images/templates/letter.png
new file mode 100644
index 0000000..d9f1e2c
Binary files /dev/null and b/images/templates/letter.png differ
diff --git a/images/templates/report.png b/images/templates/report.png
new file mode 100644
index 0000000..bdeb7d1
Binary files /dev/null and b/images/templates/report.png differ
diff --git a/templates/CMakeLists.txt b/templates/CMakeLists.txt
new file mode 100644
index 0000000..05f15dc
--- /dev/null
+++ b/templates/CMakeLists.txt
@@ -0,0 +1,2 @@
+FILE(GLOB templates *.tex)
+INSTALL(FILES ${templates} DESTINATION ${DATA_DIR}/templates)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]