Hello community, here is the log from the commit of package screencast for openSUSE:Factory checked in at 2018-04-16 12:49:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/screencast (Old) and /work/SRC/openSUSE:Factory/.screencast.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "screencast" Mon Apr 16 12:49:38 2018 rev:3 rq:596529 version:0.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/screencast/screencast.changes 2018-04-04 11:05:08.304648927 +0200 +++ /work/SRC/openSUSE:Factory/.screencast.new/screencast.changes 2018-04-16 12:49:40.087630211 +0200 @@ -1,0 +2,10 @@ +Sat Apr 7 18:46:57 UTC 2018 - [email protected] + +- Update to 0.2.4: + * don't hide control window + * removed douplicate line + * Update README.md + * Update lt.po + * Serbian localization + +------------------------------------------------------------------- Old: ---- screencast-0.2.3.tar.gz New: ---- screencast-0.2.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ screencast.spec ++++++ --- /var/tmp/diff_new_pack.9IC0Lg/_old 2018-04-16 12:49:40.839602857 +0200 +++ /var/tmp/diff_new_pack.9IC0Lg/_new 2018-04-16 12:49:40.839602857 +0200 @@ -17,7 +17,7 @@ Name: screencast -Version: 0.2.3 +Version: 0.2.4 Release: 0 Summary: A simple screencasting application License: GPL-3.0+ ++++++ screencast-0.2.3.tar.gz -> screencast-0.2.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/Config.vala.cmake new/screencast-0.2.4/Config.vala.cmake --- old/screencast-0.2.3/Config.vala.cmake 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/Config.vala.cmake 2018-03-29 21:10:44.000000000 +0200 @@ -12,7 +12,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with this program. If not, see <http://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // namespace Constants { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/README.md new/screencast-0.2.4/README.md --- old/screencast-0.2.3/README.md 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/README.md 2018-03-29 21:10:44.000000000 +0200 @@ -17,3 +17,35 @@ <img src="screenshots/Screenshot_Recording.png"/> </p> <p>Screencast is a fork of Eidete created by Sergey "Shnatsel" Davidoff</p> + +## Install from Github. + +As first you need elementary SDK +``` +sudo apt install elementary-sdk +``` + +Install dependencies +``` +sudo apt install libgstreamer1.0-dev libgstreamer-plugins-bad1.0-dev libwnck-3-dev libappindicator3-dev +``` + +Clone repository and change directory +``` +git clone https://github.com/artemanufrij/screencast.git +cd screencast +``` + +Create **build** folder, compile and start application +``` +mkdir build +cd build +cmake -DCMAKE_INSTALL_PREFIX=/usr .. +make +``` + +Install and start Screencast on your system +``` +sudo make install +com.github.artemanufrij.screencast +``` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/cmake/ParseArguments.cmake new/screencast-0.2.4/cmake/ParseArguments.cmake --- old/screencast-0.2.3/cmake/ParseArguments.cmake 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/cmake/ParseArguments.cmake 2018-03-29 21:10:44.000000000 +0200 @@ -1,7 +1,7 @@ ## # This is a helper Macro to parse optional arguments in Macros/Functions # It has been taken from the public CMake wiki. -# See http://www.cmake.org/Wiki/CMakeMacroParseArguments for documentation and +# See https://cmake.org/Wiki/CMakeMacroParseArguments for documentation and # licensing. ## macro(parse_arguments prefix arg_names option_names) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/cmake/README.Vala.rst new/screencast-0.2.4/cmake/README.Vala.rst --- old/screencast-0.2.3/cmake/README.Vala.rst 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/cmake/README.Vala.rst 2018-03-29 21:10:44.000000000 +0200 @@ -149,7 +149,7 @@ svn://pureenergy.cc/pdf_presenter_console/trunk -__ http://westhoffswelt.de/projects/pdf_presenter_console.html +__ https://github.com/jakobwesthoff/Pdf-Presenter-Console Acknowledgments @@ -159,9 +159,9 @@ a lot with the initial version of this macros and always answered my mostly dumb CMake questions. -.. _CMake: http://cmake.org -.. _Vala: http://live.gnome.org/Vala -.. _Genie: http://live.gnome.org/Genie +.. _CMake: https://cmake.org +.. _Vala: https://wiki.gnome.org/Projects/Vala +.. _Genie: https://wiki.gnome.org/Projects/Genie diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/data/com.github.artemanufrij.screencast.appdata.xml new/screencast-0.2.4/data/com.github.artemanufrij.screencast.appdata.xml --- old/screencast-0.2.3/data/com.github.artemanufrij.screencast.appdata.xml 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/data/com.github.artemanufrij.screencast.appdata.xml 2018-03-29 21:10:44.000000000 +0200 @@ -39,6 +39,19 @@ </screenshot> </screenshots> <releases> + <release version="0.2.4" date="2018-03-30"> + <description> + <p>Improved:</p> + <ul> + <li>Don't hide control window from dock panel</li> + </ul> + <p>Translation:</p> + <ul> + <li>Serbian (by Pavle Radosavljević)</li> + <li>Lithuanian (by welaq)</li> + </ul> + </description> + </release> <release version="0.2.3" date="2018-03-10"> <description> <p>Improved:</p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/debian/control new/screencast-0.2.4/debian/control --- old/screencast-0.2.3/debian/control 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/debian/control 2018-03-29 21:10:44.000000000 +0200 @@ -5,7 +5,6 @@ Build-Depends: cmake (>= 2.8), cmake-elementary, debhelper (>= 9), - libgstreamer1.0-dev, libgranite-dev, libgstreamer1.0-dev, libgstreamer-plugins-bad1.0-dev, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/debian/copyright new/screencast-0.2.4/debian/copyright --- old/screencast-0.2.3/debian/copyright 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/debian/copyright 2018-03-29 21:10:44.000000000 +0200 @@ -18,7 +18,7 @@ GNU General Public License for more details. . You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/po/lt.po new/screencast-0.2.4/po/lt.po --- old/screencast-0.2.3/po/lt.po 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/po/lt.po 2018-03-29 21:10:44.000000000 +0200 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-03-06 11:41+0200\n" -"PO-Revision-Date: 2018-03-06 11:42+0200\n" +"POT-Creation-Date: 2018-03-25 17:24+0300\n" +"PO-Revision-Date: 2018-03-25 17:25+0300\n" "Last-Translator: Moo\n" "Language-Team: \n" "Language: lt\n" @@ -47,143 +47,155 @@ msgid "Screencaster" msgstr "Ekrano įrašų programa" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:96 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:97 #, c-format msgid "Monitor %d" msgstr "Monitorius %d" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:120 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:121 msgid "Fullscreen" msgstr "Visas ekranas" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:121 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:122 msgid "Custom" msgstr "Tinkinta" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:136 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:137 msgid "Sound" msgstr "Garsas" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:139 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:140 msgid "Video" msgstr "Vaizdas" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:142 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:143 msgid "Keyboard" msgstr "Klaviatūra" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:145 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:146 msgid "Mouse" msgstr "Pelė" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:148 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:149 msgid "Delay" msgstr "Delsa" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:152 -msgid "Record Computer Sounds:" -msgstr "Įrašinėti kompiuterio garsus:" - -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:154 -msgid "Record from Microphone:" -msgstr "Įrašinėti iš mikrofono:" - -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:157 -msgid "Record from Monitor:" -msgstr "Įrašinėti iš monitoriaus:" - -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:159 -msgid "Recording Area:" -msgstr "Įrašinėjimo sritis:" +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:153 +msgid "Record computer sounds:" +msgstr "Įrašyti kompiuterio garsus:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:155 +msgid "Record from microphone:" +msgstr "Įrašyti iš mikrofono:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:158 +msgid "Record from monitor:" +msgstr "Įrašyti iš monitoriaus:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:160 +msgid "Recording area:" +msgstr "Įrašymo sritis:" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:161 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:162 msgid "Width:" msgstr "Plotis:" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:163 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:164 msgid "Height:" msgstr "Aukštis:" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:195 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:196 msgid "Pressed keys on screen:" msgstr "Rodyti ekrane paspaudžiamus klavišus:" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:198 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:199 msgid "Mouse clicks on screen:" msgstr "Rodyti ekrane pelės spustelėjimus:" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:200 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:201 msgid "Circle around the cursor:" msgstr "Apskritimas aplink žymeklį:" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:203 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:204 msgid "Delay in seconds:" msgstr "Delsa sekundėmis:" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:206 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:207 msgid "Behavior" msgstr "Elgsena" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:207 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:208 msgid "Appearance" msgstr "Išvaizda" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:227 -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:503 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:229 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:485 msgid "Cancel" msgstr "Atsisakyti" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:228 -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:504 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:230 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:486 msgid "Cancel the recording without saving the file" msgstr "Atsisakyti įrašymo, neįrašant failo" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:232 -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:557 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:234 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:539 msgid "Continue" msgstr "Tęsti" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:233 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:235 msgid "Continue recording" msgstr "Tęsti įrašymą" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:237 -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:493 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:239 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:475 msgid "Finish" msgstr "Užbaigti" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:238 -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:494 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:240 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:476 msgid "Stop the recording and save the file" msgstr "Stabdyti įrašymą ir įrašyti failą" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:252 -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:486 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:254 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:468 msgid "Start Recording" msgstr "Pradėti įrašymą" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:257 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:259 msgid "Close" msgstr "Užverti" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:454 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:436 msgid "Save Screencast" msgstr "Įrašyti ekrano įrašą" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:454 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:436 msgid "Save" msgstr "Įrašyti" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:457 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:439 #, c-format msgid "Screencast from %s" msgstr "Ekrano įrašas iš %s" -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:598 -#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:735 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:582 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:719 msgid "Pause" msgstr "Pristabdyti" +#~ msgid "Record Computer Sounds:" +#~ msgstr "Įrašinėti kompiuterio garsus:" + +#~ msgid "Record from Microphone:" +#~ msgstr "Įrašinėti iš mikrofono:" + +#~ msgid "Record from Monitor:" +#~ msgstr "Įrašinėti iš monitoriaus:" + +#~ msgid "Recording Area:" +#~ msgstr "Įrašinėjimo sritis:" + #~ msgid "Screencasts" #~ msgstr "Ekrano įrašai" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/po/sr.po new/screencast-0.2.4/po/sr.po --- old/screencast-0.2.3/po/sr.po 1970-01-01 01:00:00.000000000 +0100 +++ new/screencast-0.2.4/po/sr.po 2018-03-29 21:10:44.000000000 +0200 @@ -0,0 +1,184 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-03-17 20:04+0100\n" +"PO-Revision-Date: 2018-03-17 20:33+0100\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 1.8.7.1\n" +"Last-Translator: \n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Language: sr\n" + +#: /home/artem/Projekte/screencast/po/../src//Widgets/countdown.vala:39 +msgid "Recording starts in" +msgstr "Снимање почиње за" + +#: /home/artem/Projekte/screencast/po/../src//Widgets/countdown.vala:46 +msgid "Focus Screencast to stop recording" +msgstr "Фокусирај мишем \"Screencast\" иконицу да зауставите снимање" + +#: /home/artem/Projekte/screencast/po/../src//Widgets/keyview.vala:62 +msgid "Left" +msgstr "Лево" + +#: /home/artem/Projekte/screencast/po/../src//Widgets/keyview.vala:65 +msgid "Middle" +msgstr "Средина" + +#: /home/artem/Projekte/screencast/po/../src//Widgets/keyview.vala:68 +msgid "Right" +msgstr "Десно" + +#: /home/artem/Projekte/screencast/po/../src//desktop_launcher.vala:22 +msgid "Record screencasts" +msgstr "Снимај екран" + +#: /home/artem/Projekte/screencast/po/../src//desktop_launcher.vala:23 +msgid "Screencaster" +msgstr "\"Screencaster\"" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:97 +#, c-format +msgid "Monitor %d" +msgstr "Екран %d" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:121 +msgid "Fullscreen" +msgstr "Цео екран" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:122 +msgid "Custom" +msgstr "Одређена површина" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:137 +msgid "Sound" +msgstr "Звук" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:140 +msgid "Video" +msgstr "Видео" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:143 +msgid "Keyboard" +msgstr "Тастатура" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:146 +msgid "Mouse" +msgstr "Миш" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:149 +msgid "Delay" +msgstr "Одложен почетак снимања" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:153 +msgid "Record computer sounds:" +msgstr "Сними звуке рачунара:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:155 +msgid "Record from microphone:" +msgstr "Сними звуке преко микрофона:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:158 +msgid "Record from monitor:" +msgstr "Сними звуке монитора:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:160 +msgid "Recording area:" +msgstr "Површина снимања:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:162 +msgid "Width:" +msgstr "Ширина:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:164 +msgid "Height:" +msgstr "Висина:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:196 +msgid "Pressed keys on screen:" +msgstr "Прикажи притиснуте типке на екрану:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:199 +msgid "Mouse clicks on screen:" +msgstr "Прикажи кликове миша на екрану:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:201 +msgid "Circle around the cursor:" +msgstr "Круг око курсора:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:204 +msgid "Delay in seconds:" +msgstr "Одлагање у секундама:" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:207 +msgid "Behavior" +msgstr "Понашање" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:208 +msgid "Appearance" +msgstr "Изглед" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:229 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:485 +msgid "Cancel" +msgstr "Одустани" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:230 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:486 +msgid "Cancel the recording without saving the file" +msgstr "Обустави снимање и заборави снимак" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:234 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:539 +msgid "Continue" +msgstr "Настави" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:235 +msgid "Continue recording" +msgstr "Настави снимање" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:239 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:475 +msgid "Finish" +msgstr "Заврши" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:240 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:476 +msgid "Stop the recording and save the file" +msgstr "Заустави снимање и сачувај снимак" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:254 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:468 +msgid "Start Recording" +msgstr "Започни Снимање" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:259 +msgid "Close" +msgstr "Затвори" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:436 +msgid "Save Screencast" +msgstr "Сачувај \"Screencast\" снимак" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:436 +msgid "Save" +msgstr "Сачувај" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:439 +#, c-format +msgid "Screencast from %s" +msgstr "\"Screencast\" снимак од %s" + +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:582 +#: /home/artem/Projekte/screencast/po/../src//MainWindow.vala:719 +msgid "Pause" +msgstr "Пауза" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/src/Application.vala new/screencast-0.2.4/src/Application.vala --- old/screencast-0.2.3/src/Application.vala 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/src/Application.vala 2018-03-29 21:10:44.000000000 +0200 @@ -13,7 +13,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * along with this program. If not, see <https://www.gnu.org/licenses/>. * * The Noise authors hereby grant permission for non-GPL compatible * GStreamer plugins to be used and distributed together with GStreamer diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/src/Interfaces/MediaKeys.vala new/screencast-0.2.4/src/Interfaces/MediaKeys.vala --- old/screencast-0.2.3/src/Interfaces/MediaKeys.vala 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/src/Interfaces/MediaKeys.vala 2018-03-29 21:10:44.000000000 +0200 @@ -12,7 +12,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * along with this program. If not, see <https://www.gnu.org/licenses/>. * * The Noise authors hereby grant permission for non-GPL compatible * GStreamer plugins to be used and distributed together with GStreamer diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/src/MainWindow.vala new/screencast-0.2.4/src/MainWindow.vala --- old/screencast-0.2.3/src/MainWindow.vala 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/src/MainWindow.vala 2018-03-29 21:10:44.000000000 +0200 @@ -13,7 +13,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * along with this program. If not, see <https://www.gnu.org/licenses/>. * * The Noise authors hereby grant permission for non-GPL compatible * GStreamer plugins to be used and distributed together with GStreamer @@ -222,7 +222,6 @@ recording_controls.column_spacing = 12; recording_controls.row_spacing = 12; recording_controls.margin = 12; - recording_controls.margin_top = 0; recording_controls.valign = Gtk.Align.CENTER; var img_cancel = new Gtk.Image.from_icon_name ("edit-delete", Gtk.IconSize.DIALOG); @@ -265,6 +264,8 @@ actions.add (cancel_bt); actions.add (start_bt); + create_indicator (); + this.show_all (); this.set_default (start_bt); @@ -399,8 +400,6 @@ selectionarea.destroy (); } }); - - create_indicator (); } private bool bus_message_cb (Gst.Bus bus, Gst.Message msg) { @@ -527,9 +526,9 @@ } private void start_cowndown () { - this.hide (); var count = new Screencast.Widgets.Countdown (); count.start (); + this.opacity = 0; } public void pause_recording () { @@ -544,7 +543,7 @@ } show_recording_view (); - this.show (); + this.opacity = 1; this.present (); } @@ -560,7 +559,7 @@ pipeline.send_event (new Gst.Event.eos ()); set_indicator_icon ("media-playback-stop-symbolic"); show_default_view (); - this.show (); + this.opacity = 1; } public void toggle_recording () { @@ -574,7 +573,7 @@ } public void continue_recording () { - this.hide (); + this.opacity = 0; this.pipeline.set_state (Gst.State.PLAYING); this.recording = true; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/src/Settings.vala new/screencast-0.2.4/src/Settings.vala --- old/screencast-0.2.3/src/Settings.vala 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/src/Settings.vala 2018-03-29 21:10:44.000000000 +0200 @@ -12,7 +12,7 @@ * GNU Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * along with this program. If not, see <https://www.gnu.org/licenses/>. * * The Noise authors hereby grant permission for non-GPL compatible * GStreamer plugins to be used and distributed together with GStreamer diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/src/Widgets/countdown.vala new/screencast-0.2.4/src/Widgets/countdown.vala --- old/screencast-0.2.3/src/Widgets/countdown.vala 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/src/Widgets/countdown.vala 2018-03-29 21:10:44.000000000 +0200 @@ -13,7 +13,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with this program. If not, see <http://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // namespace Screencast.Widgets { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/src/Widgets/keyview.vala new/screencast-0.2.4/src/Widgets/keyview.vala --- old/screencast-0.2.3/src/Widgets/keyview.vala 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/src/Widgets/keyview.vala 2018-03-29 21:10:44.000000000 +0200 @@ -13,7 +13,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with this program. If not, see <http://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // namespace Screencast.Widgets { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/src/Widgets/selectionarea.vala new/screencast-0.2.4/src/Widgets/selectionarea.vala --- old/screencast-0.2.3/src/Widgets/selectionarea.vala 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/src/Widgets/selectionarea.vala 2018-03-29 21:10:44.000000000 +0200 @@ -12,7 +12,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with this program. If not, see <http://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // namespace Screencast.Widgets { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/src/desktop_launcher.vala new/screencast-0.2.4/src/desktop_launcher.vala --- old/screencast-0.2.3/src/desktop_launcher.vala 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/src/desktop_launcher.vala 2018-03-29 21:10:44.000000000 +0200 @@ -12,7 +12,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with this program. If not, see <http://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // namespace DesktopLauncher { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/screencast-0.2.3/src/keycapture.c new/screencast-0.2.4/src/keycapture.c --- old/screencast-0.2.3/src/keycapture.c 2018-03-09 20:41:20.000000000 +0100 +++ new/screencast-0.2.4/src/keycapture.c 2018-03-29 21:10:44.000000000 +0200 @@ -12,7 +12,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with this program. If not, see <http://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // #include <stdio.h>
