diff options
-rw-r--r-- | gtk-recordmydesktop/AUTHORS | 24 | ||||
-rw-r--r-- | gtk-recordmydesktop/ChangeLog | 10 | ||||
-rw-r--r-- | gtk-recordmydesktop/README | 28 | ||||
-rw-r--r-- | gtk-recordmydesktop/configure.ac | 2 | ||||
-rw-r--r-- | gtk-recordmydesktop/src/Makefile.am | 2 |
5 files changed, 59 insertions, 7 deletions
diff --git a/gtk-recordmydesktop/AUTHORS b/gtk-recordmydesktop/AUTHORS index 2c14f26..be232f1 100644 --- a/gtk-recordmydesktop/AUTHORS +++ b/gtk-recordmydesktop/AUTHORS @@ -1,10 +1,18 @@ -gtk-recordMyDesktop is written by +gtk-recordMyDesktop (except the files specified bellow) is written by: John Varouhakis(johnvarouhakis@gmail.com) -Portions of the code are taken from Istanbul -version 0.2.1, available at http://live.gnome.org/Istanbul -which is written by + + +The files rmdTrayPopup.py, rmdSelect.py and rmdSelectThumb.py are modified +versions of tray_popup.py and select.py, as these are found, in the istanbul/main/ +sub-directory of Istanbul version 0.2.1, available at http://live.gnome.org/Istanbul + +More specifically: +rmdTrayPopup.py is a modification of tray_popup.py +rmdSelect.py and rmdSelectThumb.py are both modifications of select.py + +Istanbul is written by Zaheer Abbas Merali John N. Laliberte @@ -12,3 +20,11 @@ John N. Laliberte and publiced under the GNU GPL Version 2. + + +Design of the Graphical User Interface has been made by + +Daniel Campos + + + diff --git a/gtk-recordmydesktop/ChangeLog b/gtk-recordmydesktop/ChangeLog index 887998d..e35ffcf 100644 --- a/gtk-recordmydesktop/ChangeLog +++ b/gtk-recordmydesktop/ChangeLog @@ -1,3 +1,13 @@ +/*VERSION 0.3.1*/ +*Added Arabic transaltion by Anas Husseini +*Added German transaltion by Daniel Ziegenberg +*Added Japanese transaltion by Paul D +*Added Portuguese transaltion by Joel Ramos and Sergio Santos +*Added Turkish transaltion by Eren Inan Canpolat +*Changed Icon (added svg source) +*Select window includes borders now (-frame in xwininfo call) +*Updated AUTHORS file with more correct information + /*VERSION 0.3.0r2*/ *Added french translation by David Valot *Fixed non responding close button in about dialog. diff --git a/gtk-recordmydesktop/README b/gtk-recordmydesktop/README index caf8ebb..f3b9f60 100644 --- a/gtk-recordmydesktop/README +++ b/gtk-recordmydesktop/README @@ -1,8 +1,34 @@ +********************************************************************************** +* This program is free software; you can redistribute it and/or modify * +* it under the terms of the GNU General Public License as published by * +* the Free Software Foundation; either version 2 of the License, or * +* (at your option) any later version. * +* * +* This program is distributed in the hope that it will be useful, * +* but WITHOUT ANY WARRANTY; without even the implied warranty of * +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * +* 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, write to the Free Software * +* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * +********************************************************************************** + +gtk-recordMyDesktop and all the material accompanying the source +distribution is licenced under the GNU-GPL version 2. + +Complete licence text can be found in the COPYING file. + +Author information can be found in the AUTHORS file. + + NOTICE: -gtk-recordMyDesktop is ONLY A FRONTEND to recordMyDesktop. You have to obtain and +gtk-recordMyDesktop is ONLY A FRONTEND to recordMyDesktop. You have to obtain and install that first. For installation instructions and dependencies see the INSTALL file. + + diff --git a/gtk-recordmydesktop/configure.ac b/gtk-recordmydesktop/configure.ac index 75f4180..388bb17 100644 --- a/gtk-recordmydesktop/configure.ac +++ b/gtk-recordmydesktop/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.59) AC_INIT(src/gtk-recordMyDesktop) -AM_INIT_AUTOMAKE(gtk-recordmydesktop, 0.3.1-CVS04122006) +AM_INIT_AUTOMAKE(gtk-recordmydesktop, 0.3.1) AS_AC_EXPAND(LIBDIR, $libdir) AC_MSG_NOTICE(Storing library files in $LIBDIR) diff --git a/gtk-recordmydesktop/src/Makefile.am b/gtk-recordmydesktop/src/Makefile.am index 79f206e..08f4f2e 100644 --- a/gtk-recordmydesktop/src/Makefile.am +++ b/gtk-recordmydesktop/src/Makefile.am @@ -22,7 +22,7 @@ desktop_DATA =gtk-recordmydesktop.desktop pixmapdir = $(datadir)/pixmaps pixmap_DATA = gtk-recordmydesktop.png -EXTRA_DIST=gtk-recordMyDesktop gtk-recordmydesktop.desktop gtk-recordmydesktop.png +EXTRA_DIST=gtk-recordMyDesktop gtk-recordmydesktop.desktop gtk-recordmydesktop.png gtk-recordmydesktop.svg clean-local: rm -rf *.pyc *.pyo |