commit 35fcba084e9281996751542fe78485d27dc3e651
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Mon Aug 29 13:10:51 2011 -0400

    minor simplifications for compatibility with vala 0.13.x

 src/MainWindow.vala           |    2 +-
 src/SerialStreamRecorder.vala |    2 +-
 src/SettingsDialog.vala       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 69a5a9b6cd17baf27c3f56013651bac061da4fb2
Author: Andrej Žnidaršič <andrej.znidarsic@gmail.com>
Date:   Sat Aug 27 22:49:51 2011 +0200

    Updated Slovenian translation

 po/sl.po |  767 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 410 insertions(+), 357 deletions(-)

commit d17703c77e61b8f503c3e01b1e27140bf18c4796
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Fri Aug 26 14:30:48 2011 -0400

    updated NEWS

 NEWS |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 37750325e35eda3e76701f1cdf936b934860ed25
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Fri Aug 26 12:22:54 2011 -0400

    bring back the menu accelerators

 data/glade/moserial.ui |   16 ++++++++++++----
 src/MainWindow.vala    |    4 ++++
 2 files changed, 16 insertions(+), 4 deletions(-)

commit b77db54955ca516bfef8f88fafc5f2c221608b72
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Thu Aug 25 10:01:19 2011 -0400

    pause to process gtk/gdk events while receiving data

 src/SerialConnection.vala |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit e26b7e8b855efb6031cea377eb8e1532b361863a
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Aug 25 07:55:54 2011 +0200

    Updated Czech translation

 doc/cs/cs.po |  187 +++++++++++++++++++++++++++-------------------------------
 1 files changed, 87 insertions(+), 100 deletions(-)

commit ef7a8ff8b8f1b2d515e2f74004c692af336e2db1
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Aug 25 07:48:40 2011 +0200

    Updated Czech translation

 po/cs.po |  750 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 294 insertions(+), 456 deletions(-)

commit 69f7082ce78d9a8ca584c7c2fbc279273767b90a
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Tue Aug 23 20:22:31 2011 +0200

    [l10n] Updated German translation

 po/de.po |  748 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 409 insertions(+), 339 deletions(-)

commit 78e7e8f6194696b2c314c77375280bfbd22e8be2
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Aug 20 11:30:09 2011 +0200

    Updated Spanish translation

 doc/es/es.po |  210 ++++++++-------
 po/es.po     |  854 ++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 581 insertions(+), 483 deletions(-)

commit fd2f84d4f6ed397a19cf17319b647f8a2186a82e
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Aug 19 21:39:09 2011 +0200

    Updated French translations

 doc/fr/fr.po |  204 ++++++++--------
 po/fr.po     |  750 +++++++++++++++++++++++-----------------------------------
 2 files changed, 398 insertions(+), 556 deletions(-)

commit 7b24f3b3354b8a5de1843db004d5ffbbe8835e42
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Aug 19 21:00:45 2011 +0200

    Remove markup from translatable strings
    
    Fixes bug #656932

 data/glade/moserial.ui |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

commit 0f7fd5d6078ad21a305c2e5b23b04c4f3338af44
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Aug 19 20:32:27 2011 +0200

    Added prefix before .ui file in POTFILES.in

 po/POTFILES.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8255a320a3669f0372ff4719087a77773e38e1d0
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Fri Aug 19 13:00:56 2011 -0400

    clarify vala version requirements

 README |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

commit 368f98af2751b3491e855bc504ecfde8685ecb0d
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Fri Aug 19 12:57:26 2011 -0400

    pre-release version bump

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

commit 7a0d50ff9998025840bd788b12c80eb288c8b65b
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Fri Aug 19 12:56:41 2011 -0400

    refer correctly to enum definitions

 src/SettingsDialog.vala |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 4452c5e8aa99d381f7773d178852d40dba01106b
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Fri Aug 19 12:51:24 2011 -0400

    minor tooltip clarification

 src/PreferencesDialog.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9b2d660a7faf913a52d99b35e9e4a82ff4daea6b
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Fri Aug 19 12:48:20 2011 -0400

    tidy up casts and warnings from glade to gtk-builder move

 data/glade/moserial.ui | 2311 ++++++++++++++++++++++++++----------------------
 src/MainWindow.vala    |   41 +-
 2 files changed, 1273 insertions(+), 1079 deletions(-)

commit c81d5b55f0bc4312306b284682b98ae8937a3f84
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Fri Aug 19 12:21:08 2011 -0400

    finished libglade to gtk-builder migration

 data/glade/Makefile.am    |    5 +-
 data/glade/moserial.glade | 1662 ---------------------------------------------
 data/glade/moserial.ui    |  310 +++++----
 po/POTFILES.in            |   11 +-
 po/POTFILES.skip          |   28 +-
 5 files changed, 207 insertions(+), 1809 deletions(-)

commit ded8242efa19c1893d3d5e0e5ccf7ab64592fc94
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Fri Aug 19 11:40:28 2011 -0400

    move more combo box item definitions out of glade and into the code

 data/glade/moserial.glade     |   10 ------
 data/glade/moserial.ui        |   72 -----------------------------------------
 src/ReceiveChooserDialog.vala |    5 ++-
 src/RecordDialog.vala         |    6 +++-
 src/Rzwrapper.vala            |    4 ++
 src/SendChooserDialog.vala    |    5 ++-
 src/SerialStreamRecorder.vala |    7 +++-
 src/Szwrapper.vala            |    5 +++
 8 files changed, 28 insertions(+), 86 deletions(-)

commit 598d00416b7f7ca9536236b1142206ae176a09d5
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Fri Aug 19 11:19:36 2011 -0400

    first attempt at gtk3 migration

 Makefile.am               |    2 +-
 configure.ac              |    4 +-
 data/glade/moserial.glade |   49 +--------
 data/glade/moserial.ui    |  279 +++------------------------------------------
 src/MainWindow.vala       |   44 ++++----
 src/MoUtils.vala          |   15 +++
 src/SerialConnection.vala |   43 ++------
 src/Settings.vala         |   20 ++++
 src/SettingsDialog.vala   |   53 ++++++---
 9 files changed, 123 insertions(+), 386 deletions(-)

commit 16e130bd891afe9d3a6a2b3b40b5e82318428087
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Aug 19 10:37:22 2011 +0200

    [l10n] Updated German doc translation

 doc/de/de.po |  220 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 112 insertions(+), 108 deletions(-)

commit 0038b062c78874697b9fceb9d24f416ee064a240
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Fri Aug 19 10:32:32 2011 +0200

    [l10n] Updated German translation

 po/de.po |  340 +++++++++++++++++++++++++++----------------------------------
 1 files changed, 151 insertions(+), 189 deletions(-)

commit b94b84200ebff30b34db23d342ec10c47ce949bb
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Thu Aug 18 09:01:43 2011 -0400

    remove check for gconf, it is not used any more

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit c6fec6d070993d139b3f5be0eb3b8c307909fc8d
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Thu Aug 18 08:40:22 2011 -0400

    migrate tooltips from the glade file into code, for gtk_builder migration

 data/glade/moserial.glade  |   14 --------------
 data/glade/moserial.ui     |   14 --------------
 src/MainWindow.vala        |   11 ++++++++++-
 src/PreferencesDialog.vala |    5 +++++
 src/SettingsDialog.vala    |    8 ++++++++
 5 files changed, 23 insertions(+), 29 deletions(-)

commit b92f672ca01870fd8bf08009f285f156d7014111
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 14:10:10 2011 -0400

    update README, remove vala version check

 README       |   16 +++++++++-------
 configure.ac |    1 -
 2 files changed, 9 insertions(+), 8 deletions(-)

commit d917a9e81e9a2559a6ea29365c7d43226606e8fb
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 14:02:15 2011 -0400

    add note to README about stropts.h build problem

 README |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit cdb9d1a94f38ea4cebe420c43244f095bf83d45c
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 12:53:21 2011 -0400

    bump vala requirement to 0.12.0

 configure.ac                  |    1 +
 src/Profile.vala              |    4 ----
 src/SerialStreamRecorder.vala |    4 ----
 3 files changed, 1 insertions(+), 8 deletions(-)

commit 207f1e074d81bb2a272c7623360db7a5c786d431
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 10:34:27 2011 -0400

    fix invisible menu items

 data/glade/moserial.glade |   45 +++++++++++++++++++++++++++++++++++----------
 data/glade/moserial.ui    |   11 +++++++----
 2 files changed, 42 insertions(+), 14 deletions(-)

commit c1702ac81488a9b3e0a3cf28e85e8f2ddc948d87
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 10:18:41 2011 -0400

    apply font settings to text entry box too

 src/MainWindow.vala |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 0a538598e90a34028dac4821097532540c341a23
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 10:14:24 2011 -0400

    remove obsolete comment

 src/MainWindow.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit efc68ce3b434912ff4ff2f391c3d84b22daf693f
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 10:11:59 2011 -0400

    use string.index_of instead of string.str

 src/Rzwrapper.vala |    4 ++--
 src/Szwrapper.vala |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 65135e057a8d493a3bff8278142ad5c7eefe13f1
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 10:07:28 2011 -0400

    use int.parse() instead of string.to_int()

 src/SettingsDialog.vala |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit ea10275f08714c4f45f0bcbf6798e7af073ed843
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 10:03:56 2011 -0400

    migrate from gconf to gsettings

 Makefile.am          |    2 +-
 src/Preferences.vala |   14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 9abab954e9361beb0c1bc8e8ab9a68ec202ca859
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 09:40:19 2011 -0400

    remove deprecated hide_all function, use hide instead

 src/PreferencesDialog.vala     |    2 +-
 src/ReceiveProgressDialog.vala |    2 +-
 src/SendProgressDialog.vala    |    2 +-
 src/SettingsDialog.vala        |    6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

commit d1096aef53ac94a2b96af1a24a293b15f25e23f8
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 08:30:55 2011 -0400

    bump version back slightly - more work required before any release

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

commit ba30c590884f58b5fb68c1eafbbeb0f7118d42c4
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Wed Aug 17 08:28:06 2011 -0400

    Ran the glade file through glade 3.6.7, to prepare for move to gtkbuilder
    
    To fully move to the gtkbuilder format, we have to fix the comboboxes
    and tooltips.

 data/glade/moserial.glade | 4286 ++++++++++++++++++---------------------------
 data/glade/moserial.ui    | 1565 +++++------------
 2 files changed, 2061 insertions(+), 3790 deletions(-)

commit 1891b00007f23ad7d59b799bed09fb36ce7308a3
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Aug 17 01:36:37 2011 +0200

    Updated Spanish translation

 po/es.po |  217 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 118 insertions(+), 99 deletions(-)

commit 645ca2e1d94914b159c4576eddf7c423e215d53f
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Tue Aug 16 16:10:24 2011 -0400

    remove deprecated gtk stock icon names

 src/MainWindow.vala           |    6 +++---
 src/ReceiveChooserDialog.vala |    2 +-
 src/RecordDialog.vala         |    2 +-
 src/SendChooserDialog.vala    |    2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

commit 8df9febed51c2613fbed62cfd4cadff982d6fcf5
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Tue Aug 16 15:40:49 2011 -0400

    Pre-release version bump to 3.0.0 and misc doc updates

 configure.ac                     |    2 +-
 doc/C/figures/authorizations.png |  Bin 148427 -> 0 bytes
 doc/C/moserial.xml               |   25 ++++---------------------
 src/MainWindow.vala              |    2 +-
 4 files changed, 6 insertions(+), 23 deletions(-)

commit 48fede4a96ceef6ef5d541478df7dd93f68e2417
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Tue Aug 16 15:24:20 2011 -0400

    updates to work with vala 0.12
    
    Removes the custom posix.vapi file, and uses the posix and
    linux packages that are now stock vala items.

 Makefile.am                   |    3 +-
 data/glade/moserial.glade     |    4 +-
 data/glade/moserial.ui        |    6 +
 src/Profile.vala              |    4 +
 src/SerialConnection.vala     |  127 ++++----
 src/SerialStreamRecorder.vala |    6 +-
 src/posix.vapi                |  749 -----------------------------------------
 7 files changed, 84 insertions(+), 815 deletions(-)

commit 4ae8dc929ef43c1e7cb3303f560c72d11a51de8f
Author: Takeshi AIHANA <takeshi.aihana@gmail.com>
Date:   Sat May 21 15:04:47 2011 +0900

    Added Japanese translation.

 po/LINGUAS |    1 +
 po/ja.po   |  629 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 630 insertions(+), 0 deletions(-)

commit eac95ace4f1996aa4a1b0abb8e01c731fe28eb02
Author: Michael J. Chudobiak <mjc@avtechpulse.com>
Date:   Thu May 19 11:19:37 2011 -0400

    post-release version bump

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