[chronojump] New icons for videocamera



commit 97cf29ffbf26cd8e819b7bb6c781cc9dc5f1121d
Author: Xavier de Blas <xaviblas gmail com>
Date:   Tue Jun 25 16:09:28 2019 +0200

    New icons for videocamera

 images/md/ic_audio_blue_24dp_1x.png        | Bin 0 -> 293 bytes
 images/md/ic_videocam_blue_24dp_1x.png     | Bin 0 -> 239 bytes
 images/md/ic_videocam_off_blue_24dp_1x.png | Bin 0 -> 298 bytes
 src/Makefile.am                            |   3 +++
 src/gui/chronojumpIcons.cs                 |   8 ++++----
 5 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/images/md/ic_audio_blue_24dp_1x.png b/images/md/ic_audio_blue_24dp_1x.png
new file mode 100644
index 00000000..f597e29a
Binary files /dev/null and b/images/md/ic_audio_blue_24dp_1x.png differ
diff --git a/images/md/ic_videocam_blue_24dp_1x.png b/images/md/ic_videocam_blue_24dp_1x.png
new file mode 100644
index 00000000..a810523d
Binary files /dev/null and b/images/md/ic_videocam_blue_24dp_1x.png differ
diff --git a/images/md/ic_videocam_off_blue_24dp_1x.png b/images/md/ic_videocam_off_blue_24dp_1x.png
new file mode 100644
index 00000000..3d849956
Binary files /dev/null and b/images/md/ic_videocam_off_blue_24dp_1x.png differ
diff --git a/src/Makefile.am b/src/Makefile.am
index 04082e00..76f6f0c1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -396,6 +396,9 @@ RESOURCES = \
        ../images/md/baseline_photo_camera_end_blue_24dp.png,image_photo_end_camera.png \
        ../images/md/baseline_photo_camera_do_red_24dp.png,image_photo_do.png \
        ../images/md/baseline_photo_camera_preview_blue_24dp.png,image_photo_preview.png \
+       ../images/md/ic_audio_blue_24dp_1x.png,audio.png \
+       ../images/md/ic_videocam_blue_24dp_1x.png,videocamera_on.png \
+       ../images/md/ic_videocam_off_blue_24dp_1x.png,videocamera_off.png \
        ../images/md/baseline_play_arrow_blue_24dp.png,video_play.png \
        ../images/md/ic_home_blue_24dp_1x.png,image_home.png \
        ../images/md/ic_import_1x.png,import.png \
diff --git a/src/gui/chronojumpIcons.cs b/src/gui/chronojumpIcons.cs
index d1436f20..b491cdfa 100644
--- a/src/gui/chronojumpIcons.cs
+++ b/src/gui/chronojumpIcons.cs
@@ -382,10 +382,10 @@ public partial class ChronoJumpWindow
                image_encoder_calibrate.Pixbuf = pixbuf;
                image_encoder_recalibrate.Pixbuf = pixbuf;
 
-               image_video_yes.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"image_photo_start_camera.png");
-               image_video_encoder_yes.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"image_photo_start_camera.png");
-               image_video_no.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"image_photo_end_camera.png");
-               image_video_encoder_no.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"image_photo_end_camera.png");
+               image_video_yes.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "videocamera_on.png");
+               image_video_encoder_yes.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"videocamera_on.png");
+               image_video_no.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "videocamera_off.png");
+               image_video_encoder_no.Pixbuf = new Pixbuf (null, Util.GetImagePath(false) + 
"videocamera_off.png");
 
                pixbuf = new Pixbuf (null, Util.GetImagePath(false) + "image_photo_preview.png");
                image_video_preview.Pixbuf = pixbuf;


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