File tree Expand file tree Collapse file tree 3 files changed +211
-219
lines changed Expand file tree Collapse file tree 3 files changed +211
-219
lines changed Original file line number Diff line number Diff line change 1515# -------------------------------------------------------
1616# GTK YouTube Viewer
1717# Created on: 12 September 2010
18- # Latest edit on: 22 December 2019
18+ # Latest edit on: 23 December 2019
1919# https://github.com/trizen/youtube-viewer
2020# -------------------------------------------------------
2121
22- # EXPERIMENTAL PORTING OF GTK-YOUTUBE-VIEWER TO GTK3. (does not work yet)
23- # https://github.com/trizen/youtube-viewer/issues/284
24-
2522use utf8;
2623use 5.014;
2724
@@ -290,7 +287,7 @@ sub gval ($$) {
290287 Glib::Object::Introspection::GValueWrapper-> new(' Glib::' . ucfirst ($_ [0]) => $_ [1]);
291288}
292289
293- # Convert string into an array-ref of bytes
290+ # Convert a string into an array-ref of bytes
294291sub gcarray ($) {
295292 [map { ord } split (// , $_ [0])]
296293}
Original file line number Diff line number Diff line change @@ -2219,25 +2219,16 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
22192219
22202220See < https://dev.perl.org/licenses/> for more information.
22212221</property >
2222- <property name =" authors" >[+] Developer/Maintainer:
2223- => Trizen (echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d)
2224- * Core
2225- * GUI
2222+ <property name =" authors" ># Main developer #
2223+ Trizen http://github.com/trizen
22262224
2227- [+] Contributors:
2228- =
> Ovidiu D. Nițan (
< [email protected] > )
2229- * GUI fixes.
2225+ # Contributors #
2226+ Ovidiu D. Nițan
< [email protected] > 2227+ Jookia http://github.com/Jookia
2228+ Andreas Hrubak http://github.com/bAndie91
22302229
2231- => Jookia (< https://github.com/Jookia> )
2232- * Proxy support.
2233- * Internal improvements.
2234-
2235- => Andreas Hrubak (< https://github.com/bAndie91> )
2236- * Results tooltips.
2237- * Back and forward navigation support.
2238-
2239- Full list of contributors: < https://github.com/trizen/youtube-viewer/graphs/contributors> </property >
2240- <property name =" artists" >PosixRU (main icon: < http://zenway.ru/page/gtk-youtube-viewer> )</property >
2230+ Full list of contributors: http://github.com/trizen/youtube-viewer/graphs/contributors</property >
2231+ <property name =" artists" >PosixRU (main logo) http://zenway.ru/page/gtk-youtube-viewer</property >
22412232 <signal name =" destroy" handler =" hide_about_window" swapped =" no" />
22422233 <signal name =" delete-event" handler =" hide_about_window" swapped =" no" />
22432234 <signal name =" response" handler =" hide_about_window" swapped =" no" />
You can’t perform that action at this time.
0 commit comments