commit 052a6c49b61b4acad9451b1fb886ff7be2bc9247
Author: Christian Persch <[email protected]>
Date:   Mon Feb 21 17:42:44 2011 +0100

   Version 2.91.90

NEWS         |    9 +++++++++
configure.in |    2 +-
2 files changed, 10 insertions(+), 1 deletions(-)

commit dca6f0e2f0677acae7eb43b62e8aecba1d94787d
Author: Christopher Aillon <[email protected]>
Date:   Sat Feb 19 20:02:25 2011 -0800

   Account for idle time when starting a typing break

   If the user has been idle for a while when the typing break starts, it
   should be taken into account.  Otherwise, we can get into a situation
   where 8 minutes before a 10 minute break starts, the user goes idle,
   and returns to the computer to find out they still have a full break
   remaining.

   However, buffer the elapsed time at intervals of 30s in order to avoid
   starting the break at seemingly random times.  This way, we will start
   at times such as 5:30 or 6:00 instead of something like 5:43.

   GNOME Bug 642788

src/drw-break-window.c |   19 ++++++++++++++++---
src/drw-break-window.h |    2 ++
src/drwright.c         |    3 +++
3 files changed, 21 insertions(+), 3 deletions(-)

commit a959b08b357ab81a77ff5c4be68f643ec758baaa
Author: Matej Urbančič <[email protected]>
Date:   Sun Feb 20 13:51:32 2011 +0100

   Updated Slovenian translation

po/sl.po |   18 ++++++++++++------
1 files changed, 12 insertions(+), 6 deletions(-)

commit b36f58180a17311cc5d60219d62d70f5d6fb7a31
Author: Jorge González <[email protected]>
Date:   Sat Feb 19 15:07:21 2011 +0100

   Updated Spanish translation

po/es.po |   45 +++++++++++++++++++++++++--------------------
1 files changed, 25 insertions(+), 20 deletions(-)

commit f38b275a6fb4645532e79d2fb62459b3cbd3bec1
Author: Christian Persch <[email protected]>
Date:   Thu Feb 17 13:27:43 2011 +0100

   Don't focus the Postpone button initially

   Re-enable the timeout to sensitise the Postpone button, with a small
   timout value. This way, the button is insensitive when the window is shown,
   so the focus doesn't go to it.

   Bug #642525.

src/drw-break-window.c |    5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)

commit 5e2fbb2fc911b6e7e0d332b851d60e78d883fa70
Author: Marek Černocký <[email protected]>
Date:   Wed Feb 16 20:25:46 2011 +0100

   Updated Czech translation

po/cs.po |   17 ++++++++++-------
1 files changed, 10 insertions(+), 7 deletions(-)

commit a3dd03f7dbff144ea5f1848ca04fc4e3c2b7339e
Author: Christopher Aillon <[email protected]>
Date:   Tue Feb 15 11:45:38 2011 -0800

   'priority' is a required key for g-s-d plugins

   Not including will lead to g-s-d aborting...
   Bug 642416

...ings-daemon.plugins.typing-break.gschema.xml.in |    4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)

commit bfcd9be2dd16a67299e3ea5ebab5eeb8061dec09
Author: Christian Persch <[email protected]>
Date:   Tue Feb 15 19:07:20 2011 +0100

   Fix critical warning from cc panel

   Really fixes bug #642340.

src/drw-cc-panel.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

commit b87f7a281ca68f147095e53752c2177642e41d85
Author: Christian Persch <[email protected]>
Date:   Tue Feb 15 19:06:33 2011 +0100

   Revert "Fix toplevel widget name"

   This reverts commit 387727498d1714305e2d2901c89646f7ef7c9594.

src/drwright-panel.glade |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

commit 4b3fc92550ef26482aa195eb93b44062694f344d
Author: Christopher Aillon <[email protected]>
Date:   Mon Feb 14 15:23:46 2011 -0800

   Fix GCC 4.6 warning

   gsd-typing-break-manager.c: In function 'gsd_typing_break_manager_finalize':
   gsd-typing-break-manager.c:237:32: warning: unused variable 'typing_break_manager' [-Wunused-variable]

   Bug 642339

src/gsd-typing-break-manager.c |   11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)

commit 2d5edd3a59519cf8ee4844bac21dcfaf8b23a445
Author: Christopher Aillon <[email protected]>
Date:   Mon Feb 14 15:12:18 2011 -0800

   Fix GCC 4.6 warning

   drw-break-window.c: In function 'drw_break_window_init':
   drw-break-window.c:130:25: warning: unused variable 'settings' [-Wunused-variable]

   Bug 642339

src/drw-break-window.c |    1 -
1 files changed, 0 insertions(+), 1 deletions(-)

commit 41acf0c621d3f016e2dfbb1bf4768e4f3240610b
Author: Christopher Aillon <[email protected]>
Date:   Mon Feb 14 15:08:58 2011 -0800

   Fix GCC 4.6 warnings

   drwright.c: In function 'drwright_new':
   drwright.c:832:20: warning: unused variable 'settings' [-Wunused-variable]
   drwright.c:830:13: warning: unused variable 'item' [-Wunused-variable]

   Bug 642339

src/drwright.c |    2 --
1 files changed, 0 insertions(+), 2 deletions(-)

commit 8a56ebbfb734b6f31ab31a28aa1c35f8cad24faf
Author: Christopher Aillon <[email protected]>
Date:   Mon Feb 14 15:07:16 2011 -0800

   Fix GCC 4.6 warning

   drw-cc-panel.c: In function 'spinbutton_input_cb':
   drw-cc-panel.c:60:5: warning: implicit declaration of function 'strtoll' [-Wimplicit-function-declaration]

   Bug 642339

src/drw-cc-panel.c |    1 +
1 files changed, 1 insertions(+), 0 deletions(-)

commit 387727498d1714305e2d2901c89646f7ef7c9594
Author: Christian Persch <[email protected]>
Date:   Tue Feb 15 01:30:38 2011 +0100

   Fix toplevel widget name

   Bug #642340.

src/drwright-panel.glade |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

commit d9b1b4892b6297416e14d7c99c32b68f3df5030c
Author: Christian Persch <[email protected]>
Date:   Mon Feb 14 23:27:30 2011 +0100

   Require gtk 3.0.0

configure.in |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

commit 716235d50085371e79371a7792988e7e0b03fa9e
Author: Matej Urbančič <[email protected]>
Date:   Fri Feb 11 19:19:45 2011 +0100

   Updated Slovenian translation

po/sl.po |   32 +++++++++++++++-----------------
1 files changed, 15 insertions(+), 17 deletions(-)

commit fe15d76f2eba273b22269a0f0993ac7f9c0c9b26
Author: Marek Černocký <[email protected]>
Date:   Wed Feb 9 13:48:35 2011 +0100

   Updated Czech translation

po/cs.po |   14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)

commit d4503cefe3172d41f4b8a024c52bfc26ccbbcfe0
Author: Christian Persch <[email protected]>
Date:   Wed Feb 9 02:39:37 2011 +0100

   Fix summary string

   The meaning of the pref changed from minutes to seconds.

...ings-daemon.plugins.typing-break.gschema.xml.in |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

commit 1974163a650dab7075d83f5a1328930d4787625c
Author: Marek Černocký <[email protected]>
Date:   Tue Feb 8 13:56:43 2011 +0100

   Updated Czech translation

po/cs.po |   31 ++++++++++++++++---------------
1 files changed, 16 insertions(+), 15 deletions(-)