commit eb5bea0ca0639e6bd6035db7384755e6806f6573 Author: Lucas Rocha Date: Wed Apr 27 22:39:51 2011 +0100 [release] 0.1.3 NEWS | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) commit d9c5bbe6385421e84f5ae89f048a2a30cd6f6172 Author: Lucas Rocha Date: Wed Apr 27 22:26:59 2011 +0100 [build] Depend on Cheese 3.0.1 This is the only version that actually works. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 319dfc1d1bbd3a009d1ffd101510ef47d784ebc3 Author: Lucas Rocha Date: Wed Apr 27 22:26:18 2011 +0100 [release] Post-release bump to 0.1.3 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit bc179bfbc91399d334e91a705810cad2ec721dff Author: Daniel Mustieles Date: Wed Apr 13 19:38:59 2011 +0200 Updated Spanish translation po/es.po | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit d1f40f3fbf4845f0b5454f405dc243b50442d75f Author: Lucas Rocha Date: Wed Apr 13 11:11:43 2011 +0100 [chrome] Change extension version to 0.1.0 src/chrome/manifest.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 43310ab807ee4157e406883823d25fc4c03e8696 Author: Lucas Rocha Date: Wed Apr 13 11:09:39 2011 +0100 [chrome] Simplify the extension description a bit src/chrome/manifest.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 85cbc12458c6242f39a2693190d5d81bb146c3f6 Author: Lucas Rocha Date: Tue Apr 12 14:44:48 2011 +0100 [tb] Remove unused variable from tb_sound_recorder_stop() src/tb/tb-sound-recorder.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit ef5339006a78feee02d0cb8a2f4d3dcb8a24d81a Author: Lucas Rocha Date: Tue Apr 12 23:06:33 2011 +0100 [build] Properly install caption-border.png for photo thing data/things/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit afc2b218e6b1b035435bd683b48a68da0e53f5d2 Author: Lucas Rocha Date: Tue Apr 12 22:55:12 2011 +0100 [model] Discard cancellable before finishing page content load So that we don't end up with a dangling reference to the cancellable in case of a JS exception. src/js/model/pageModel.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 2e88494c62c47c70b0a02a9f9db78f7f267bc62e Author: Lucas Rocha Date: Tue Apr 12 22:54:10 2011 +0100 [model] Use wrapper for g_file_load_contents_finish() Fixes this JS exception (on app startup): JS ERROR: !!! Exception was: Error: FIXME: Only supporting zero-terminated ARRAYs JS ERROR: !!! lineNumber = '0' JS ERROR: !!! fileName = 'gjs_throw' JS ERROR: !!! stack = '("FIXME: Only supporting zero-terminated ARRAYs")@gjs_throw:0 ([object _private_GObject_GLocalFile],[object_private_Gio_SimpleAsyncResult])@/usr/share/the-board/js/model/pageModel.js:148 ([object _private_GObject_GLocalFile],[object_private_Gio_SimpleAsyncResult])@/usr/share/gjs-1.0/lang.js:110run()@/usr/share/the-board/js/ui/main.js:21@main.c:2 src/js/model/pageModel.js | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) commit 812dfe0d5e25db55dea9628d8f51ac64dcaf2bbf Author: Lucas Rocha Date: Tue Apr 12 22:50:18 2011 +0100 [tb] Add introspectable wrapper for g_file_load_contents_finish() src/tb/tb-gio-util.c | 12 ++++++++++++ src/tb/tb-gio-util.h | 4 ++++ 2 files changed, 16 insertions(+), 0 deletions(-) commit 9ca9854e015b40bca00c546d77f69886600e0414 Author: Lucas Rocha Date: Tue Apr 12 22:27:42 2011 +0100 [build] Make Cheese-based features optional We'll have to disable Cheese-based features on distros not shipping GNOME 3 yet (i.e. Ubuntu Natty). configure.ac | 27 ++++++++++++++++++++++++--- src/Makefile-tb.am | 23 ++++++++++++++++++++--- src/Makefile.am | 3 ++- src/js/ui/things/photo.js | 18 ++++++++++++------ src/js/util/features.js.in | 1 + 5 files changed, 59 insertions(+), 13 deletions(-) commit 615d73a71c261f146ed7d23fa76c1a69d27d3232 Author: Daniel Mustieles Date: Tue Apr 12 21:11:10 2011 +0200 Updated Spanish translation po/es.po | 96 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 50 insertions(+), 46 deletions(-) commit 54f0c4f2d8712150b24f85201a44cd7192148c1a Author: Matej Urbančič Date: Tue Apr 12 16:14:44 2011 +0200 Updated Slovenian translation po/sl.po | 104 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 54 insertions(+), 50 deletions(-) commit e5c8b7c551efee22514a2476f85d9f014c5fe315 Author: Lucas Rocha Date: Mon Apr 11 23:05:56 2011 +0100 [build] Update all dependencies to stable releases where applicable configure.ac | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 41ddb842982311e301146144177ff4a2625dec34 Author: Lucas Rocha Date: Sun Apr 3 12:14:35 2011 +0100 [things] Increase caption font size a bit on video and photo For better reability on the UI. data/things/photo/style.css | 2 +- data/things/video/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit a310f262688c6ef3f94df42ca96a4aa640323897 Author: Lucas Rocha Date: Sun Apr 3 12:13:11 2011 +0100 [things] Add more padding around VideoThing's caption label data/things/video/style.css | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 7ca92c9d0809b1d0d8c0f171bc922c9a776bb4b3 Author: Lucas Rocha Date: Sun Apr 3 12:10:42 2011 +0100 [things] Remove unused video thing style data/things/video/style.css | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit a137694aa453d03c4cb0d4c7946677afec82c573 Author: Lucas Rocha Date: Wed Mar 30 01:48:52 2011 +0100 [things] Webcam support in photo elements https://bugzilla.gnome.org/show_bug.cgi?id=636625 configure.ac | 3 +- data/things/photo/caption-border.png | Bin 0 -> 219 bytes data/things/photo/style.css | 14 ++- src/js/ui/things/photo.js | 333 +++++++++++++++++++++++++++++++--- 4 files changed, 325 insertions(+), 25 deletions(-) commit dd746e25ce03d57283dcad1f7715fcee5f4352ad Author: Lucas Rocha Date: Sun Apr 3 12:07:57 2011 +0100 [things] Pack photo texture in an surrounding content box This way we can pack overlays on top of the texture using the same allocation. src/js/ui/things/photo.js | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) commit a09ab5b902c7f1646e4d504464b179d97a1a13a6 Author: Lucas Rocha Date: Sun Apr 3 11:18:39 2011 +0100 [things] Remove unused style from PhotoThing data/things/photo/style.css | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) commit edd158e892e799f7e3b3be21d41d3c9e2b8edf6c Author: Lucas Rocha Date: Sun Apr 3 11:13:39 2011 +0100 [things] Set font on MxWidget to auto-apply to any other widget data/things/photo/style.css | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 5acfeed1d2fc1097e2566b217c9e19ffb1e52a8a Author: Lucas Rocha Date: Sat Apr 2 02:10:18 2011 +0100 [tb] Add utils to start cheese camera asynchronously configure.ac | 2 + src/Makefile-tb.am | 3 ++ src/tb/tb-cheese-util.c | 91 +++++++++++++++++++++++++++++++++++++++++++++++ src/tb/tb-cheese-util.h | 15 ++++++++ 4 files changed, 111 insertions(+), 0 deletions(-) commit ec0863d4e56b47c42e96d7fe57af58b1cb40147c Author: Lucas Rocha Date: Sun Apr 3 11:03:00 2011 +0100 [things] Factor out method to start/stop editing photo caption src/js/ui/things/photo.js | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) commit 4480e64a262fa7e6ffefaaffb1b85afb24476002 Author: Lucas Rocha Date: Sun Apr 3 12:03:18 2011 +0100 [things] Rename private constants for better clarity in SoundThing src/js/ui/things/sound.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 791a584cf5610e8e4d45eec3557fd916de2c5115 Author: Christian Kirbach Date: Wed Apr 6 21:13:55 2011 +0200 [l10n] Added German translation by Markus Schley po/de.po | 79 ++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 57 insertions(+), 22 deletions(-) commit 249a60c810cdf2ae20555052543f3e3840434078 Author: Lucas Rocha Date: Tue Apr 5 15:53:50 2011 +0100 [style] Fix style cascading for new page button data/style/style.css | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 061e8e86cd5070f5904f7db058b75212c938182e Author: Lucas Rocha Date: Sat Apr 2 22:56:25 2011 +0100 [ui] Add Ctrl+N keyboard shortcut to add new page src/js/ui/mainWindow.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 9c7b3311eb982b8ad8448e28af054fbad801a63d Author: Lucas Rocha Date: Sat Apr 2 22:54:33 2011 +0100 [ui] Factor new page action from toolbox into a main toolbar action This way we can add different triggers to same action. src/js/ui/mainWindow.js | 9 ++++++++- src/js/ui/toolBoxPages.js | 16 +++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) commit cae334f3c43c3738915aef311701c8a23542b5e5 Author: Lucas Rocha Date: Sat Apr 2 16:22:53 2011 +0100 [ui] Add missing returns in MainWindow's key handling src/js/ui/mainWindow.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 1c77ee70cd9c79676691c7c5a85fd314d43fee98 Author: Lucas Rocha Date: Sat Apr 2 01:54:23 2011 +0100 [things] Set style on constructor instead of calling set_style() Slightly more efficient and cleaner. src/js/ui/things/photo.js | 6 ++---- src/js/ui/things/sound.js | 36 ++++++++++++------------------------ src/js/ui/things/text.js | 21 ++++----------------- src/js/ui/things/video.js | 30 ++++++++++-------------------- 4 files changed, 28 insertions(+), 65 deletions(-) commit 008ae9a6600ef6c0fc59e0b0312f7fc018400525 Author: Lucas Rocha Date: Thu Mar 31 01:34:28 2011 +0100 [tb] Small indentation fix in tb-gio-util.c src/tb/tb-gio-util.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 9b4a2d98b593fd559d03a59a51ad36c29ec76b93 Author: Lucas Rocha Date: Thu Mar 31 01:02:02 2011 +0100 [tb] Rename header constant to be consistent with file name src/tb/tb-gio-util.h | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) commit 057927dfacedd9a0b5bae117bfe408fb5d47f1f8 Author: Lucas Rocha Date: Sat Apr 2 01:42:48 2011 +0100 [ui] Pressing Delete key now removes selected things src/js/ui/mainWindow.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 01f38978a590cbdb9c7659e5bff29460bc055f3e Author: Lucas Rocha Date: Wed Mar 30 01:17:02 2011 +0100 [things] Move TheBoard import to correct alphabetical order src/js/ui/things/photo.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e59fa344343f622fdae2b779dde0c42756f3234e Author: Lucas Rocha Date: Wed Mar 30 01:03:58 2011 +0100 [build] Don't skip gtk+ anymore as it's now pointing at GTK+ 3 It used to point at GTK+ 2 branches. build/jhbuildrc-the-board | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e83ad23ac39badbca384b86005a48319cf64ba6f Author: Ken VanDine Date: Tue Mar 29 16:06:07 2011 +0100 [data] Hide the appmenu stub in Unity https://bugzilla.gnome.org/show_bug.cgi?id=646111 data/the-board.desktop.in.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)