diff --git a/livesupport/modules/widgets/src/WidgetFactory.cxx b/livesupport/modules/widgets/src/WidgetFactory.cxx index ff4ee4de8..3861d1c8b 100644 --- a/livesupport/modules/widgets/src/WidgetFactory.cxx +++ b/livesupport/modules/widgets/src/WidgetFactory.cxx @@ -21,8 +21,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Author : $Author: fgerlits $ - Version : $Revision: 1.29 $ + Author : $Author: maroy $ + Version : $Revision: 1.30 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/widgets/src/WidgetFactory.cxx,v $ ------------------------------------------------------------------------------*/ @@ -202,13 +202,13 @@ static const std::string cueStopButtonRollName * The name of the passive image for the master panel play button. */ static const std::string masterPlayButtonPassiveName - = "imageButton/masterPlay.gif"; + = "imageButton/masterPlay.png"; /** * The name of the rollover image for the master panel play button. */ static const std::string masterPlayButtonRollName - = "imageButton/masterPlayRoll.gif"; + = "imageButton/masterPlayRoll.png"; /** * The name of the passive image for the master panel pause button. @@ -226,13 +226,13 @@ static const std::string masterPauseButtonRollName * The name of the passive image for the master panel stop button. */ static const std::string masterStopButtonPassiveName - = "imageButton/masterStop.gif"; + = "imageButton/masterStop.png"; /** * The name of the rollover image for the master panel stop button. */ static const std::string masterStopButtonRollName - = "imageButton/masterStopRoll.gif"; + = "imageButton/masterStopRoll.png"; /** * The name of the combo box left image. @@ -281,12 +281,12 @@ static const std::string playlistsWindowTitleImageName /** * The name of the image for the audio clip icon. */ -static const std::string audioClipIconImageName = "icons/audioClipIcon.gif"; +static const std::string audioClipIconImageName = "icons/audioClipIcon.png"; /** * The name of the image for the playlist icon. */ -static const std::string playlistIconImageName = "icons/playlistIcon.gif"; +static const std::string playlistIconImageName = "icons/playlistIcon.png"; /** * The name of the image for the title of the scheduler window. diff --git a/livesupport/modules/widgets/var/icons/audioClipIcon.gif b/livesupport/modules/widgets/var/icons/audioClipIcon.gif deleted file mode 100755 index ebfb2ba02..000000000 Binary files a/livesupport/modules/widgets/var/icons/audioClipIcon.gif and /dev/null differ diff --git a/livesupport/modules/widgets/var/icons/audioClipIcon.png b/livesupport/modules/widgets/var/icons/audioClipIcon.png new file mode 100644 index 000000000..f7adf90a8 Binary files /dev/null and b/livesupport/modules/widgets/var/icons/audioClipIcon.png differ diff --git a/livesupport/modules/widgets/var/icons/playlistIcon.gif b/livesupport/modules/widgets/var/icons/playlistIcon.gif deleted file mode 100755 index c38edfff7..000000000 Binary files a/livesupport/modules/widgets/var/icons/playlistIcon.gif and /dev/null differ diff --git a/livesupport/modules/widgets/var/icons/playlistIcon.png b/livesupport/modules/widgets/var/icons/playlistIcon.png new file mode 100644 index 000000000..2f41a4678 Binary files /dev/null and b/livesupport/modules/widgets/var/icons/playlistIcon.png differ diff --git a/livesupport/modules/widgets/var/imageButton/masterPlay.png b/livesupport/modules/widgets/var/imageButton/masterPlay.png new file mode 100644 index 000000000..e2ae165a7 Binary files /dev/null and b/livesupport/modules/widgets/var/imageButton/masterPlay.png differ diff --git a/livesupport/modules/widgets/var/imageButton/masterPlayRoll.png b/livesupport/modules/widgets/var/imageButton/masterPlayRoll.png new file mode 100644 index 000000000..f01a765b0 Binary files /dev/null and b/livesupport/modules/widgets/var/imageButton/masterPlayRoll.png differ diff --git a/livesupport/modules/widgets/var/imageButton/masterStop.png b/livesupport/modules/widgets/var/imageButton/masterStop.png new file mode 100644 index 000000000..d6db4a0a0 Binary files /dev/null and b/livesupport/modules/widgets/var/imageButton/masterStop.png differ diff --git a/livesupport/modules/widgets/var/imageButton/masterStopRoll.png b/livesupport/modules/widgets/var/imageButton/masterStopRoll.png new file mode 100644 index 000000000..8f7ecc0b0 Binary files /dev/null and b/livesupport/modules/widgets/var/imageButton/masterStopRoll.png differ diff --git a/livesupport/products/gLiveSupport/var/widgets/icons/audioClipIcon.gif b/livesupport/products/gLiveSupport/var/widgets/icons/audioClipIcon.gif deleted file mode 100755 index ebfb2ba02..000000000 Binary files a/livesupport/products/gLiveSupport/var/widgets/icons/audioClipIcon.gif and /dev/null differ diff --git a/livesupport/products/gLiveSupport/var/widgets/icons/audioClipIcon.png b/livesupport/products/gLiveSupport/var/widgets/icons/audioClipIcon.png new file mode 100644 index 000000000..f7adf90a8 Binary files /dev/null and b/livesupport/products/gLiveSupport/var/widgets/icons/audioClipIcon.png differ diff --git a/livesupport/products/gLiveSupport/var/widgets/icons/playlistIcon.gif b/livesupport/products/gLiveSupport/var/widgets/icons/playlistIcon.gif deleted file mode 100755 index c38edfff7..000000000 Binary files a/livesupport/products/gLiveSupport/var/widgets/icons/playlistIcon.gif and /dev/null differ diff --git a/livesupport/products/gLiveSupport/var/widgets/icons/playlistIcon.png b/livesupport/products/gLiveSupport/var/widgets/icons/playlistIcon.png new file mode 100644 index 000000000..2f41a4678 Binary files /dev/null and b/livesupport/products/gLiveSupport/var/widgets/icons/playlistIcon.png differ diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlay.gif b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlay.gif deleted file mode 100644 index 21c495156..000000000 Binary files a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlay.gif and /dev/null differ diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlay.png b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlay.png new file mode 100644 index 000000000..e2ae165a7 Binary files /dev/null and b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlay.png differ diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlayRoll.gif b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlayRoll.gif deleted file mode 100644 index 86d70abb9..000000000 Binary files a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlayRoll.gif and /dev/null differ diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlayRoll.png b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlayRoll.png new file mode 100644 index 000000000..f01a765b0 Binary files /dev/null and b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterPlayRoll.png differ diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStop.gif b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStop.gif deleted file mode 100644 index 1c06242be..000000000 Binary files a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStop.gif and /dev/null differ diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStop.png b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStop.png new file mode 100644 index 000000000..d6db4a0a0 Binary files /dev/null and b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStop.png differ diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStopRoll.gif b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStopRoll.gif deleted file mode 100644 index a86a086e3..000000000 Binary files a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStopRoll.gif and /dev/null differ diff --git a/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStopRoll.png b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStopRoll.png new file mode 100644 index 000000000..8f7ecc0b0 Binary files /dev/null and b/livesupport/products/gLiveSupport/var/widgets/imageButton/masterStopRoll.png differ