From ff2da1709090c3cc50bef04eea37be7cb8c4a6ee Mon Sep 17 00:00:00 2001 From: iovar Date: Sat, 22 Nov 2008 10:58:07 +0000 Subject: Changed qt-recordMyDesktop's license to GPL version 3 (or later). All license headers have been changed to reflect this change and COPYING.gpl3 has been added with the full text of the license. Also, the previous record/pause/stop icons and their source svg's have been removed and replaced with equivalents from the Oxygen project, provided under the GNU-LGPL version 3 (or later). COPYING.lgpl3 and COPYING.icons have been added to provide the neccessary information. Makefile.am and src/Makefile.am have been modified to reflect this change in the project files. Version changed in configure.ac, to 0.3.8-cvs git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@578 f606c939-3180-4ac9-a4b8-4b8779d57d0a --- qt-recordmydesktop/src/Makefile.am | 17 +- qt-recordmydesktop/src/media-playback-pause.svg | 283 ++++++++++++++++++ qt-recordmydesktop/src/media-playback-stop.svg | 267 +++++++++++++++++ qt-recordmydesktop/src/media-record.svg | 261 +++++++++++++++++ qt-recordmydesktop/src/qt-recordMyDesktop.in | 25 +- .../src/qt-recordmydesktop_pause.png | Bin 350 -> 0 bytes .../src/qt-recordmydesktop_pause.svg | 321 --------------------- .../src/qt-recordmydesktop_record.png | Bin 1442 -> 0 bytes .../src/qt-recordmydesktop_record.svg | 188 ------------ qt-recordmydesktop/src/qt-recordmydesktop_stop.png | Bin 402 -> 0 bytes qt-recordmydesktop/src/qt-recordmydesktop_stop.svg | 261 ----------------- qt-recordmydesktop/src/rmdFrame.py | 26 +- qt-recordmydesktop/src/rmdMonitor.py | 24 +- qt-recordmydesktop/src/rmdPrefsWidget.py | 24 +- qt-recordmydesktop/src/rmdSelect.py | 25 +- qt-recordmydesktop/src/rmdSelectThumb.py | 25 +- qt-recordmydesktop/src/rmdSimple.py | 26 +- qt-recordmydesktop/src/rmdStrings.py | 25 ++ qt-recordmydesktop/src/rmdTrayIcon.py | 30 +- qt-recordmydesktop/src/rmdTrayPopup.py | 25 +- 20 files changed, 950 insertions(+), 903 deletions(-) create mode 100644 qt-recordmydesktop/src/media-playback-pause.svg create mode 100644 qt-recordmydesktop/src/media-playback-stop.svg create mode 100644 qt-recordmydesktop/src/media-record.svg delete mode 100644 qt-recordmydesktop/src/qt-recordmydesktop_pause.png delete mode 100644 qt-recordmydesktop/src/qt-recordmydesktop_pause.svg delete mode 100644 qt-recordmydesktop/src/qt-recordmydesktop_record.png delete mode 100644 qt-recordmydesktop/src/qt-recordmydesktop_record.svg delete mode 100644 qt-recordmydesktop/src/qt-recordmydesktop_stop.png delete mode 100644 qt-recordmydesktop/src/qt-recordmydesktop_stop.svg (limited to 'qt-recordmydesktop/src') diff --git a/qt-recordmydesktop/src/Makefile.am b/qt-recordmydesktop/src/Makefile.am index 246f4d7..f182602 100644 --- a/qt-recordmydesktop/src/Makefile.am +++ b/qt-recordmydesktop/src/Makefile.am @@ -22,22 +22,17 @@ desktop_DATA =qt-recordmydesktop.desktop pixmapdir = $(datadir)/pixmaps pixmap_DATA = qt-recordmydesktop.png\ - qt-recordmydesktop_pause.png\ - qt-recordmydesktop_stop.png\ - qt-recordmydesktop_record.png + media-playback-pause.svg\ + media-playback-stop.svg\ + media-record.svg EXTRA_DIST= qt-recordMyDesktop.in\ qt-recordmydesktop.desktop\ - qt-recordmydesktop.png\ - qt-recordmydesktop.svg\ - qt-recordmydesktop_pause.png\ - qt-recordmydesktop_stop.png\ - qt-recordmydesktop_record.png\ - qt-recordmydesktop_record.svg\ - qt-recordmydesktop_pause.svg\ - qt-recordmydesktop_stop.svg + media-playback-pause.svg\ + media-playback-stop.svg\ + media-record.svg clean-local: rm -rf *.pyc *.pyo diff --git a/qt-recordmydesktop/src/media-playback-pause.svg b/qt-recordmydesktop/src/media-playback-pause.svg new file mode 100644 index 0000000..e255387 --- /dev/null +++ b/qt-recordmydesktop/src/media-playback-pause.svg @@ -0,0 +1,283 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + diff --git a/qt-recordmydesktop/src/media-playback-stop.svg b/qt-recordmydesktop/src/media-playback-stop.svg new file mode 100644 index 0000000..2019ccb --- /dev/null +++ b/qt-recordmydesktop/src/media-playback-stop.svg @@ -0,0 +1,267 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/qt-recordmydesktop/src/media-record.svg b/qt-recordmydesktop/src/media-record.svg new file mode 100644 index 0000000..afe5368 --- /dev/null +++ b/qt-recordmydesktop/src/media-record.svg @@ -0,0 +1,261 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/qt-recordmydesktop/src/qt-recordMyDesktop.in b/qt-recordmydesktop/src/qt-recordMyDesktop.in index 2fe1008..1a0823d 100644 --- a/qt-recordmydesktop/src/qt-recordMyDesktop.in +++ b/qt-recordmydesktop/src/qt-recordMyDesktop.in @@ -1,27 +1,24 @@ #!/usr/bin/python - #/****************************************************************************** #* qt-recordMyDesktop * #******************************************************************************* #* * -#* Copyright (C) 2007 John Varouhakis * -#* * +#* Copyright (C) 2007, 2008 John Varouhakis * #* * -#* 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. * +#* 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 3 of the License, or * +#* (at your option) any later version. * #* * -#* 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 * +#* 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, see . * #* * #* * #* For further information contact me at johnvarouhakis@gmail.com * diff --git a/qt-recordmydesktop/src/qt-recordmydesktop_pause.png b/qt-recordmydesktop/src/qt-recordmydesktop_pause.png deleted file mode 100644 index bddbc9d..0000000 Binary files a/qt-recordmydesktop/src/qt-recordmydesktop_pause.png and /dev/null differ diff --git a/qt-recordmydesktop/src/qt-recordmydesktop_pause.svg b/qt-recordmydesktop/src/qt-recordmydesktop_pause.svg deleted file mode 100644 index 3d06664..0000000 --- a/qt-recordmydesktop/src/qt-recordmydesktop_pause.svg +++ /dev/null @@ -1,321 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - diff --git a/qt-recordmydesktop/src/qt-recordmydesktop_record.png b/qt-recordmydesktop/src/qt-recordmydesktop_record.png deleted file mode 100644 index e3852cc..0000000 Binary files a/qt-recordmydesktop/src/qt-recordmydesktop_record.png and /dev/null differ diff --git a/qt-recordmydesktop/src/qt-recordmydesktop_record.svg b/qt-recordmydesktop/src/qt-recordmydesktop_record.svg deleted file mode 100644 index 54f8f2c..0000000 --- a/qt-recordmydesktop/src/qt-recordmydesktop_record.svg +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/qt-recordmydesktop/src/qt-recordmydesktop_stop.png b/qt-recordmydesktop/src/qt-recordmydesktop_stop.png deleted file mode 100644 index e1a0215..0000000 Binary files a/qt-recordmydesktop/src/qt-recordmydesktop_stop.png and /dev/null differ diff --git a/qt-recordmydesktop/src/qt-recordmydesktop_stop.svg b/qt-recordmydesktop/src/qt-recordmydesktop_stop.svg deleted file mode 100644 index 6ca2f93..0000000 --- a/qt-recordmydesktop/src/qt-recordmydesktop_stop.svg +++ /dev/null @@ -1,261 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - diff --git a/qt-recordmydesktop/src/rmdFrame.py b/qt-recordmydesktop/src/rmdFrame.py index 2d574c6..758200c 100644 --- a/qt-recordmydesktop/src/rmdFrame.py +++ b/qt-recordmydesktop/src/rmdFrame.py @@ -2,27 +2,27 @@ #* qt-recordMyDesktop * #******************************************************************************* #* * -#* Copyright (C) 2007 John Varouhakis * +#* Copyright (C) 2007, 2008 John Varouhakis * #* * #* * -#* 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 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 3 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 * +#* 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, see . * #* * #* * #* For further information contact me at johnvarouhakis@gmail.com * #******************************************************************************/ + + from PyQt4 import QtGui,QtCore class rmdFrame: diff --git a/qt-recordmydesktop/src/rmdMonitor.py b/qt-recordmydesktop/src/rmdMonitor.py index 08450c8..a647e9c 100644 --- a/qt-recordmydesktop/src/rmdMonitor.py +++ b/qt-recordmydesktop/src/rmdMonitor.py @@ -2,23 +2,21 @@ #* qt-recordMyDesktop * #******************************************************************************* #* * -#* Copyright (C) 2007 John Varouhakis * +#* Copyright (C) 2007, 2008 John Varouhakis * #* * #* * -#* 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 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 3 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 * +#* 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, see . * #* * #* * #* For further information contact me at johnvarouhakis@gmail.com * diff --git a/qt-recordmydesktop/src/rmdPrefsWidget.py b/qt-recordmydesktop/src/rmdPrefsWidget.py index f1d9228..3a785a7 100644 --- a/qt-recordmydesktop/src/rmdPrefsWidget.py +++ b/qt-recordmydesktop/src/rmdPrefsWidget.py @@ -2,23 +2,21 @@ #* qt-recordMyDesktop * #******************************************************************************* #* * -#* Copyright (C) 2007 John Varouhakis * +#* Copyright (C) 2007, 2008 John Varouhakis * #* * #* * -#* 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 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 3 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 * +#* 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, see . * #* * #* * #* For further information contact me at johnvarouhakis@gmail.com * diff --git a/qt-recordmydesktop/src/rmdSelect.py b/qt-recordmydesktop/src/rmdSelect.py index 89ee8e4..bd46bde 100644 --- a/qt-recordmydesktop/src/rmdSelect.py +++ b/qt-recordmydesktop/src/rmdSelect.py @@ -2,28 +2,27 @@ #* qt-recordMyDesktop * #******************************************************************************* #* * -#* Copyright (C) 2007 John Varouhakis * +#* Copyright (C) 2007, 2008 John Varouhakis * #* * #* * -#* 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 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 3 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 * +#* 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, see . * #* * #* * #* For further information contact me at johnvarouhakis@gmail.com * #******************************************************************************/ + from PyQt4 import QtGui,QtCore class QtAreaSelector(QtGui.QLabel): diff --git a/qt-recordmydesktop/src/rmdSelectThumb.py b/qt-recordmydesktop/src/rmdSelectThumb.py index 47a3b6b..ed1418d 100644 --- a/qt-recordmydesktop/src/rmdSelectThumb.py +++ b/qt-recordmydesktop/src/rmdSelectThumb.py @@ -2,28 +2,27 @@ #* qt-recordMyDesktop * #******************************************************************************* #* * -#* Copyright (C) 2007 John Varouhakis * +#* Copyright (C) 2007, 2008 John Varouhakis * #* * #* * -#* 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 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 3 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 * +#* 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, see . * #* * #* * #* For further information contact me at johnvarouhakis@gmail.com * #******************************************************************************/ + from PyQt4 import QtGui,QtCore import sys import rmdConfig diff --git a/qt-recordmydesktop/src/rmdSimple.py b/qt-recordmydesktop/src/rmdSimple.py index 34e240a..1dee275 100644 --- a/qt-recordmydesktop/src/rmdSimple.py +++ b/qt-recordmydesktop/src/rmdSimple.py @@ -2,23 +2,21 @@ #* qt-recordMyDesktop * #******************************************************************************* #* * -#* Copyright (C) 2007 John Varouhakis * +#* Copyright (C) 2007, 2008 John Varouhakis * #* * #* * -#* 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 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 3 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 * +#* 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, see . * #* * #* * #* For further information contact me at johnvarouhakis@gmail.com * @@ -116,7 +114,7 @@ class simpleWidget(object): self.NETABox.insertWidget(-1,self.advanced_button) self.NETABox.insertWidget(-1,self.tipLabel) style=QtGui.QApplication.style() - icon_rec_pxm=QtGui.QPixmap(os.path.join(rmdConfig.pixmapdir,"qt-recordmydesktop_record.png")) + icon_rec_pxm=QtGui.QPixmap(os.path.join(rmdConfig.pixmapdir,"media-record.svg")) self.win_button=QtGui.QPushButton(smplButtonStrings[1],self.window) self.start_button=QtGui.QPushButton(QtGui.QIcon(icon_rec_pxm),smplStrings['Record'],self.window) diff --git a/qt-recordmydesktop/src/rmdStrings.py b/qt-recordmydesktop/src/rmdStrings.py index 643881c..0b5398c 100644 --- a/qt-recordmydesktop/src/rmdStrings.py +++ b/qt-recordmydesktop/src/rmdStrings.py @@ -1,3 +1,28 @@ +#/****************************************************************************** +#* qt-recordMyDesktop * +#******************************************************************************* +#* * +#* Copyright (C) 2007, 2008 John Varouhakis * +#* * +#* * +#* 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 3 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, see . * +#* * +#* * +#* For further information contact me at johnvarouhakis@gmail.com * +#******************************************************************************/ + + from PyQt4 import QtGui,QtCore import rmdConfig import locale, gettext diff --git a/qt-recordmydesktop/src/rmdTrayIcon.py b/qt-recordmydesktop/src/rmdTrayIcon.py index c974771..002c589 100644 --- a/qt-recordmydesktop/src/rmdTrayIcon.py +++ b/qt-recordmydesktop/src/rmdTrayIcon.py @@ -2,23 +2,21 @@ #* qt-recordMyDesktop * #******************************************************************************* #* * -#* Copyright (C) 2007 John Varouhakis * +#* Copyright (C) 2007, 2008 John Varouhakis * #* * #* * -#* 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 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 3 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 * +#* 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, see . * #* * #* * #* For further information contact me at johnvarouhakis@gmail.com * @@ -321,11 +319,11 @@ class trayIcon(object): return False def __get_icon_location__(self,name): if name=="start": - return os.path.join(rmdConfig.pixmapdir,"qt-recordmydesktop_record.png") + return os.path.join(rmdConfig.pixmapdir,"media-record.svg") elif name=="stop": - return os.path.join(rmdConfig.pixmapdir,"qt-recordmydesktop_stop.png") + return os.path.join(rmdConfig.pixmapdir,"media-playback-stop.svg") elif name=="pause": - return os.path.join(rmdConfig.pixmapdir,"qt-recordmydesktop_pause.png") + return os.path.join(rmdConfig.pixmapdir,"media-playback-pause.svg") def __init__(self,parent): self.parent=parent diff --git a/qt-recordmydesktop/src/rmdTrayPopup.py b/qt-recordmydesktop/src/rmdTrayPopup.py index 22dff89..3b6b3ab 100644 --- a/qt-recordmydesktop/src/rmdTrayPopup.py +++ b/qt-recordmydesktop/src/rmdTrayPopup.py @@ -2,28 +2,27 @@ #* qt-recordMyDesktop * #******************************************************************************* #* * -#* Copyright (C) 2007 John Varouhakis * +#* Copyright (C) 2007, 2008 John Varouhakis * #* * #* * -#* 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 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 3 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 * +#* 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, see . * #* * #* * #* For further information contact me at johnvarouhakis@gmail.com * #******************************************************************************/ + from PyQt4 import QtGui,QtCore import locale, gettext import rmdConfig -- cgit v1.2.3