[Xfce4-commits] [panel-plugins/xfce4-timer-plugin] branch master updated (74e519b -> fe4140f)
noreply at xfce.org
noreply at xfce.org
Sat Dec 30 06:16:21 CET 2017
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c h a n g e t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-timer-plugin.
from 74e519b I18n: Add new translation fi (85%).
new 8ad1311 Rename some files to be more autotools compliant
new 8eec076 Bring to the present
new 038401b Fix to work with API-1.0
new cc0b1cb Ported to GTK3
new 67dcdc9 Revert name "Xfce4 Timer Plugin" to "Xfce4 Timer"
new e131e28 Space up Start Timer (contextual menu)
new 5af1aa5 Code fix
new b4f98b8 Deleted comment gcc
new 15357f3 Center progress bar in panel icon
new 1ae04d1 Now start with progress_bar 100%
new 8ff3323 Fix when horizontal progress direction progress direction
new 46f9958 Keep abobe Beeep! message box
new 375df25 Deleted unused variables
new 7336ca6 Now when stop progress_bar is 0%
new 57a19b3 Clean and format code
new 8bb042f Create .gitignore
new db63f69 Code formatting
new 2e00cd8 Update .gitignore
new 7c74004 When paused, now show list alarms
new d872cee Convert Add/Edit timer window to dialog
new 4c732ba Correction format of "_("
new fe4140f New icon
The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 30 +
Makefile.am | 38 +-
autogen.sh | 37 +-
configure.ac.in | 118 ++
configure.in.in | 60 -
icons/32x32/Makefile.am | 7 +
icons/32x32/xfce4-timer-plugin.png | Bin 0 -> 1168 bytes
icons/48x48/Makefile.am | 2 +-
icons/48x48/xfce4-timer-plugin.png | Bin 0 -> 1830 bytes
icons/48x48/xfce4-timer.png | Bin 7081 -> 0 bytes
icons/Makefile.am | 4 +-
icons/scalable/Makefile.am | 7 +
icons/scalable/xfce4-timer-plugin.svg | 169 ++
panel-plugin/Makefile.am | 55 +
.../xfce4-timer-plugin.desktop.in | 8 +-
panel-plugin/xfcetimer.c | 1833 +++++++++++++++++++
panel-plugin/xfcetimer.h | 74 +
src/Makefile.am | 58 -
src/xfcetimer.c | 1856 --------------------
src/xfcetimer.h | 90 -
20 files changed, 2345 insertions(+), 2101 deletions(-)
create mode 100644 .gitignore
create mode 100644 configure.ac.in
delete mode 100644 configure.in.in
create mode 100644 icons/32x32/Makefile.am
create mode 100644 icons/32x32/xfce4-timer-plugin.png
create mode 100644 icons/48x48/xfce4-timer-plugin.png
delete mode 100644 icons/48x48/xfce4-timer.png
create mode 100644 icons/scalable/Makefile.am
create mode 100644 icons/scalable/xfce4-timer-plugin.svg
create mode 100644 panel-plugin/Makefile.am
rename src/xfce4-timer.desktop.in.in => panel-plugin/xfce4-timer-plugin.desktop.in (60%)
create mode 100644 panel-plugin/xfcetimer.c
create mode 100644 panel-plugin/xfcetimer.h
delete mode 100644 src/Makefile.am
delete mode 100644 src/xfcetimer.c
delete mode 100644 src/xfcetimer.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list