commit 80098e4c0abe7952ce939d74e60a2dbc6d17a9b2
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Dec 28 14:48:33 2010 +0200

    bump version for stable release
    add missing files to install target

 MANIFEST.in     |    2 ++
 setup.py        |    4 +++-
 src/__init__.py |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

commit eeb995f8732649a0a573c914cb3b6ab980e03f0e
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Dec 28 10:50:14 2010 +0200

    remove old menu entries

 ui/main.ui | 1099 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 546 insertions(+), 553 deletions(-)

commit d4fc778dde4dacc738f5abcb40cc136be56871ee
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Dec 28 10:49:53 2010 +0200

    prompt on unconfigured serial port

 src/uploader.py |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit f3d766ed4725a7942f290d5667e051391bd4bac9
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Dec 28 10:26:45 2010 +0200

    do not compile empty source

 src/compiler.py |    2 +-
 src/ui.py       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 98f13ada83d5c5206986f3932a3d0e7e20450480
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Dec 28 00:36:26 2010 +0200

    do not crash if port cannot be open

 src/ui.py |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit 38d01af26f2789da453328385a856cfb0bf32dd7
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Dec 27 23:43:50 2010 +0200

    use correct URL in submodules

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

commit 2dfa559c66c49007b14bdfd8a9ff778d3b5615e8
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Dec 27 23:34:48 2010 +0200

    read hardware as git submodule

 .gitmodules |    2 +-
 hardware    |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 8c4e869f30f004e13e3b782c6734e495c3700175
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Dec 27 23:27:06 2010 +0200

    remove debug messages

 hardware  |    1 -
 src/ui.py |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

commit cb48bf761bdb0254ad33697e8fb8f8954297cf6c
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Dec 27 14:36:00 2010 +0200

    add save support for port and baudrate

 src/config.py   |    1 +
 src/serialio.py |    3 ++
 src/ui.py       |   66 ++++++++++++++++++++++++++++++++++++++++++++----------
 3 files changed, 57 insertions(+), 13 deletions(-)

commit 6f1c8e349d8606ecba2d6837e07213ed0979b112
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Dec 26 16:29:05 2010 +0200

    add support for ttyACM*
    change serial default to 9600,8N1
    escape control caracters in serial console

 src/serialio.py |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

commit 380240d997e7f772465f2630fe685a29de058f3a
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Dec 11 22:40:09 2010 +0200

    fix burning bootloader properly and support extended fuse support

 src/board.py    |    3 +
 src/misc.py     |   16 +
 src/uploader.py |   15 +-
 ui/main.ui      | 1137 ++++++++++++++++++++++++++++---------------------------
 4 files changed, 597 insertions(+), 574 deletions(-)

commit 0f140d624c42db66095dc33f375f30bc7e41f398
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Dec 11 09:26:48 2010 +0200

    reduce output updates as it slows things down

 src/misc.py |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

commit 3565dadaed4ea6c86f885c731880f5807a30652e
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Dec 11 08:50:03 2010 +0200

    add missing import file

 src/uploader.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f8f2ff6a4ffc1b56b6f4c8442e03fd656c640a9b
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Wed Nov 10 22:16:04 2010 +0200

    fix find dialog buttons icons

 ui/main.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4483654b122000fe551c494456f59fbf1006b59a
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Wed Nov 10 22:02:00 2010 +0200

    fix search dialog when no results try 2

 src/srcview.py |   13 ++++++-------
 src/ui.py      |    3 ++-
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 26155389e8ee60ccab0ca5bafa6b8fb4a6d0743f
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Nov 9 23:19:23 2010 +0200

    fix search dialog when no results

 src/srcview.py |   24 +++++++++++++++---------
 1 files changed, 15 insertions(+), 9 deletions(-)

commit 417af7a55f2ece5d7dea3c996f8062f2492417fa
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Nov 9 00:08:44 2010 +0200

    add support for user-specified libraries paths

 src/compiler.py |  103 ++++++++++++++++++++++++++++---------------------------
 src/config.py   |    1 +
 src/preproc.py  |    8 ++++-
 src/ui.py       |   10 +++++
 ui/main.ui      |    9 ++---
 5 files changed, 74 insertions(+), 57 deletions(-)

commit e4f8ba2938c682adbf4e51daeb49e8d8be17f342
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Nov 7 20:37:53 2010 +0200

    add local directory in library search path

 src/__init__.pyc |  Bin 122 -> 0 bytes
 src/compiler.py  |   10 ++++++++--
 src/compiler.pyc |  Bin 6410 -> 0 bytes
 src/misc.pyc     |  Bin 2429 -> 0 bytes
 src/preproc.py   |   11 ++++++++---
 src/preproc.pyc  |  Bin 1277 -> 0 bytes
 src/serialio.pyc |  Bin 2090 -> 0 bytes
 src/srcview.pyc  |  Bin 3174 -> 0 bytes
 src/ui.py        |    9 +--------
 src/ui.pyc       |  Bin 12898 -> 0 bytes
 src/uploader.pyc |  Bin 1078 -> 0 bytes
 11 files changed, 17 insertions(+), 13 deletions(-)

commit d2d403a73871680eee2e723274ec7e0161f972ed
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Oct 10 18:45:59 2010 +0300

    try harder to guess the correct mime type

 src/srcview.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 437b40d6cbf0e23c9166a0710143c72df604bc31
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Oct 10 00:13:12 2010 +0300

    fix overwrite dialog

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

commit 6dd88e08556566387f7a93c6be514281ba835b9f
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Oct 9 23:49:29 2010 +0300

    remember board selection

 src/board.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit da4324f6504ce5dc0208367911df5ed524ba4837
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Oct 9 23:03:29 2010 +0300

    remember mainwindow size

 src/ui.py |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit 4bb7778e014fb77d847e4badfa74ed31a0256240
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Oct 9 18:44:25 2010 +0300

    fix tab's close button size

 src/ui.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 4247f223b0b8fbc87a428314990c944194dbc760
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Oct 9 18:35:39 2010 +0300

    make about dialog use version automatically

 setup.py        |   10 ++++++++--
 src/__init__.py |    2 ++
 src/ui.py       |    4 +++-
 3 files changed, 13 insertions(+), 3 deletions(-)

commit 9a4c4fb3d7e4745503b4752f84d2d787702cdaa2
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Oct 9 15:08:34 2010 +0300

    update result window with uploader output

 setup.py        |    2 +-
 src/misc.py     |   50 ++++++++++++++++++++++++++++++++++++++++++++++----
 src/uploader.py |   12 +++---------
 3 files changed, 50 insertions(+), 14 deletions(-)

commit 5dce16039a485c73294319abd57989afafa551b8
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Oct 8 22:23:39 2010 +0300

    add verbose build option

 src/uploader.py |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit 6e0d8897d99232479ca05c8b1d720cf7fccfe9bc
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Sep 26 23:30:26 2010 +0300

    make old find test highligted

 src/ui.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3f6eb6a1769b91b85dbee12a6470911ae090c7a0
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Sep 26 22:56:04 2010 +0300

    check before apply undo/redo actions

 src/ui.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3c179e42fe420b366e8b050e4bdf25bcd83ec108
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Sep 26 22:53:20 2010 +0300

    add undo/redo actions

 src/ui.py  |   13 +-
 ui/main.ui | 1130 +++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 589 insertions(+), 554 deletions(-)

commit 817206e9a3b39b20f31b8bada76364d7c2f1f162
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Sep 26 21:28:57 2010 +0300

    ignore wrong utf8 encoding in files

 src/srcview.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit bf4b3b39e685f96671c4fd293b36e5997744a969
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Sep 25 19:34:10 2010 +0300

    fix preferences error

 src/ui.py |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 8a96c9e511f72ab42430d514b7a2dd14c36eae17
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Sep 25 16:54:08 2010 +0300

    fix menu accels

 ui/main.ui | 1170 ++++++++++++++++++++++++++++++------------------------------
 1 files changed, 586 insertions(+), 584 deletions(-)

commit 79b13c570e87d299dae9eb273702e173c982469b
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Sep 25 15:25:57 2010 +0300

    correctly calculate error line

 src/compiler.py |   12 ++++++------
 src/preproc.py  |    9 ++++++---
 2 files changed, 12 insertions(+), 9 deletions(-)

commit 8f94d6212749ed86245317cdba8c86a9e62ee35f
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Sep 25 15:25:26 2010 +0300

    support verbose build

 src/config.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 275be220305d97e0dd6ca8bdf2e7aa71ac3d50fb
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Sep 25 15:25:03 2010 +0300

    support verbose build

 src/ui.py  |    8 ++++++++
 ui/main.ui |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

commit cd8aa4f2119e813eb0b5629b7984cb65ec318b99
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Sep 18 23:27:28 2010 +0300

    allow serial tab to resize freely

 src/ui.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 40ee32d4fb43e3e97c13e7690b6f5e1b038e2d8e
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Sep 18 10:41:34 2010 +0300

    do not try to compile empty files

 src/compiler.py |   13 +++++++------
 ui/main.ui      |   37 +++++++++++++++++++++++++++++++++++--
 2 files changed, 42 insertions(+), 8 deletions(-)

commit a9beb3bfc72c63ad983bfec186f64655726b48ef
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Sep 18 10:25:44 2010 +0300

    fix page buffer update

 src/misc.py |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 423d4ce13e826ea88d384c645dbf664d94dab6ba
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Sep 18 10:24:55 2010 +0300

    fix untitled page accelerator

 src/ui.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 3c329cd8ffc5290abd87482fc0fd8e7ab550b097
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Sep 18 10:02:56 2010 +0300

    do not include libraries twice

 src/compiler.py |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

commit 504c6f0f44085868bda179be496e6ab513559cdb
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Sep 17 23:50:09 2010 +0300

    fix typo

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

commit 135a500252df935d8aa5b14dcebd3dceb2aa8a41
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Sep 17 23:47:33 2010 +0300

    make library support more flexible
    - compile libaries under object build directory - this tries to stay
    more compliant with arduino itself
    - allow library to require other libraries

 src/compiler.py |  126 ++++++++++++++++++++++++++++++++-----------------------
 src/misc.py     |   16 +++----
 src/preproc.py  |    9 +---
 3 files changed, 83 insertions(+), 68 deletions(-)

commit 550956f96b1b32deaf98237c466c7f8231ff28b9
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Sep 16 12:40:56 2010 +0300

    add unsaved message dialog

 src/misc.py |   11 +++++++++++
 src/ui.py   |    7 +++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

commit d25c0283f116151c0665515b711fe353aee61046
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Sep 16 10:12:19 2010 +0300

    fixed error from previous commit

 src/compiler.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 49ba7bd53034bf1fc2eaece87dfb059970542c9d
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Sep 16 10:09:21 2010 +0300

    search for library headers and build library inside builddir

 src/compiler.py |   44 +++++++++++++++++++++++++-------------------
 src/misc.py     |    8 ++++++++
 src/preproc.py  |   25 +++++++++++++++++++++----
 src/serialio.py |    2 +-
 src/ui.py       |    5 +----
 src/uploader.py |    3 ++-
 6 files changed, 58 insertions(+), 29 deletions(-)

commit 661b4eea914c86ab19d798c0fa1fdc946b6157c9
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Sep 9 22:39:44 2010 +0300

    correctly switch output terminal on compile

 src/ui.py  |   15 ++++++++++++++-
 ui/main.ui |    8 ++++----
 2 files changed, 18 insertions(+), 5 deletions(-)

commit 427e6cb76f2c732f205daf96fe01914cfeb079cf
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Sep 9 21:35:25 2010 +0300

    add library support

 src/compiler.py |   60 ++++++++++++++++++++++++++++++++++++++++++++++++++----
 src/misc.py     |   17 +++++++++++++++
 src/preproc.py  |   15 ++++++++++++-
 ui/main.ui      |    7 ++++++
 4 files changed, 93 insertions(+), 6 deletions(-)

commit 3e6cc0b4ee3feea883fc686bd4e72ee37e738eda
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Sep 9 21:16:03 2010 +0300

    add clear cache lib function

 ui/main.ui |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 2ca6d624a8829fd1acd4063ed9cfc3ca473a99d8
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Sep 9 21:15:42 2010 +0300

    add clear cache lib function

 src/ui.py |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit 3290bf5bc8f1f79f22c2f366616633b693002e8c
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Sep 5 12:20:02 2010 +0300

    obey font size/spec in editor window

 src/config.py |    1 +
 src/ui.py     |   73 +++++++++++++++++++++++++++++++++++++-------------------
 ui/main.ui    |    9 ++++++-
 3 files changed, 57 insertions(+), 26 deletions(-)

commit eaaa74bc48e925b580409c4d772e780aa363cfc3
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Aug 20 22:14:12 2010 +0300

    install hardware files under os share dir

 MANIFEST.in     |    2 +-
 setup.py        |   18 +++++++++++-------
 src/compiler.py |   12 +++++-------
 src/misc.py     |   18 ++++++++++++++++++
 src/srcview.py  |    8 ++++++--
 5 files changed, 41 insertions(+), 17 deletions(-)

commit 2419cb9186ff737b00bd007e631e43b1c8f9773d
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Aug 20 08:35:19 2010 +0300

    add find text functionality

 src/config.py  |    1 +
 src/misc.py    |    5 +++
 src/srcview.py |   82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/ui.py      |   22 +++++++++++---
 ui/main.ui     |   21 +++++++++-----
 5 files changed, 119 insertions(+), 12 deletions(-)

commit f17031c77f7adb1aacc5f71571371fbc6e38d364
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Aug 16 22:13:28 2010 +0300

    properly display and close dialogs

 src/ui.py  |   10 ++++++----
 ui/main.ui |   26 ++++++++++++++------------
 2 files changed, 20 insertions(+), 16 deletions(-)

commit 37b46f2fe6ca4c3a282d69b768b76e25da3a33d4
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Aug 16 22:13:05 2010 +0300

    fix burning of bootloader

 src/uploader.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 04e14be362f4082d170faae267c5a17f08b332a6
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Aug 12 23:56:07 2010 +0300

    add support for sending text to serial

 src/ui.py  |   26 ++++++--
 ui/main.ui |  195 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 214 insertions(+), 7 deletions(-)

commit 87fd28b5e5c9b4022d9e8bbf85535e933f994224
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Wed Aug 11 00:26:21 2010 +0300

    fix generating boards and programmers on install

 MANIFEST.in     |    5 +++--
 setup.py        |   55 +++++++++++++++++++++++++++++++++++++++++++++++++------
 src/uploader.py |    1 +
 3 files changed, 53 insertions(+), 8 deletions(-)

commit faae6a86f038afd8c451fb6d1fcc30f687167603
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Aug 10 23:00:44 2010 +0300

    add default preferences file

 preferences.txt |  227 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 227 insertions(+), 0 deletions(-)

commit 8d25d5a70fdb95650f85c075f8e96cd9f1ecc0d1
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Aug 10 23:00:30 2010 +0300

    add initial configuration generation scripts

 gen_boards.py      |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 gen_programmers.py |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 98 insertions(+), 0 deletions(-)

commit 88b48f8e4b1b04f63803a3441569d411689b0ef8
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Aug 10 22:57:53 2010 +0300

    add missing programmers file

 src/programmer.py |   66 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 66 insertions(+), 0 deletions(-)

commit 71526b71a2167084d08ead9d9125c7025ab50fb7
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Aug 10 21:54:37 2010 +0300

    handle boards fallback

 src/board.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 197a1aae877a382b647d162b4e5b3f8d5e4dc528
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Aug 10 21:53:41 2010 +0300

    ship defaults file

 setup.py     |    2 +-
 src/prefs.py |   42 ++++++++++++++++++++++++++++++++++++++----
 2 files changed, 39 insertions(+), 5 deletions(-)

commit 484f4c09d90905ad08ea29490b4ad71659284fef
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Aug 10 21:52:03 2010 +0300

    add support for serial port selection

 src/config.py   |    1 +
 src/serialio.py |   23 +++++++++++++++++++++++
 src/ui.py       |   38 ++++++++++++++++++++++++++++----------
 src/uploader.py |   45 ++++++++++++++++++++++++++++++---------------
 ui/main.ui      |   21 +--------------------
 5 files changed, 83 insertions(+), 45 deletions(-)

commit 948f7215407afffd88e3c391fdfabb5af16e60af
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Aug 10 14:33:57 2010 +0300

    fix gtkbuilder warnings

 ui/main.ui |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit e12749f960f88408ca1da890c5a0b066318df3ea
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Aug 10 14:30:04 2010 +0300

    handle cleanly missing files

 src/prefs.py |    8 +++++---
 src/ui.py    |    9 +++++++--
 2 files changed, 12 insertions(+), 5 deletions(-)

commit 2ce6294ee12da3711b90b4f9d8fc7f4d5eb2d9dd
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Aug 10 14:29:03 2010 +0300

    generate boards and pgms on install

 BOARDS |   94 ----------------------------------------------------------------
 1 files changed, 0 insertions(+), 94 deletions(-)

commit 84e0b6ecdb8ad8c13852400293c940592c3d00ea
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Aug 10 14:28:44 2010 +0300

    generate boards and pgms on install

 setup.py     |    7 +++++++
 src/board.py |   27 ++++++++++++++++++---------
 2 files changed, 25 insertions(+), 9 deletions(-)

commit 3c099207ba297d238d31000ebcf2af90c7ec35ec
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Aug 10 08:43:45 2010 +0300

    add support for burning bootloaders with different programmers

 gnoduino        |   17 +++++++++++++++
 src/board.py    |   60 +++++++++++++++++++++++++++++++++++++++++++-----------
 src/ui.py       |   28 +++++++++++++++++--------
 src/uploader.py |   53 +++++++++++++++++++++++++++++++++++++++++-------
 ui/main.ui      |   44 +--------------------------------------
 5 files changed, 130 insertions(+), 72 deletions(-)

commit db5abe346a0e70ebbdd1ddec81ebf40a157e299c
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Aug 8 22:27:24 2010 +0300

    add support for different chips in uploader

 BOARDS          |    6 ++++++
 src/uploader.py |   24 +++++++++++++++++++++---
 2 files changed, 27 insertions(+), 3 deletions(-)

commit 995bd3bf652c8b0fa912645fa7fa41faf6d2f512
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Aug 8 20:36:00 2010 +0300

    improve functions headers detection

 src/preproc.py |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit 403546ea09992b542cb64401cdca140420f329b7
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Aug 8 20:35:37 2010 +0300

    add debug support

 src/compiler.py |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit b947d46d60c914fdc725e684023b9fe1374ec0af
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Aug 7 23:17:12 2010 +0300

    accelerators cleanup

 src/ui.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 5810d6ffffb8ddeea42aaf688df7ada109904dc5
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Aug 7 23:16:27 2010 +0300

    add default C language to srcview

 src/srcview.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 60e98e55ec689b62be42febcd6efca6f172db8b6
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Aug 5 23:58:54 2010 +0300

    change accelerators to avoid overlap

 src/ui.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 9d87859a0bfd4abde162d87756d9105617f3661e
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Aug 5 23:50:21 2010 +0300

    add missing header

 src/uploader.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 232ed62fa62393c4d5833f9b02ee06f2fafbf591
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Aug 5 23:05:38 2010 +0300

    atempt fix boudrate changing

 src/ui.py |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 3a6122e7ee5d3ea0e10c63bf019491f12dffbd7d
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Aug 5 23:05:15 2010 +0300

    add prototype support to preprocesor

 src/preproc.py |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

commit 15c9b78505fdf05b46f3eae851f4c39f3894a947
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Jul 27 08:19:45 2010 +0300

    flashing process - add protocol and speed support

 src/board.py    |   12 +++++++++++-
 src/ui.py       |    2 ++
 src/uploader.py |    5 +++--
 3 files changed, 16 insertions(+), 3 deletions(-)

commit 01aa10d54dd8669189917fb7f6f3cf1cb1c885f6
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Jul 26 00:22:06 2010 +0300

    fix setting src language when insterting text

 src/srcview.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit c24cf5153c3752a5c3538783842c5a373397e5ec
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Jul 25 22:34:45 2010 +0300

    fix board selection

 src/board.py  |    7 +++----
 src/config.py |    2 +-
 src/ui.py     |    7 ++++---
 3 files changed, 8 insertions(+), 8 deletions(-)

commit 56e4a17c3d2ceb1ad191dbdb37e6b310b81036d0
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Jul 25 21:30:37 2010 +0300

    add fonts support

 src/prefs.py   |    2 +-
 src/srcview.py |    4 +-
 src/ui.py      |   34 +++++++++++++---
 ui/main.ui     |  123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 153 insertions(+), 10 deletions(-)

commit c9414b65d630fe1cfa67de094bd95335ddef6876
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Jul 25 19:25:57 2010 +0300

    add missing files

 src/board.py  |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/config.py |    3 +++
 src/prefs.py  |   15 +++++++++++++++
 3 files changed, 73 insertions(+), 0 deletions(-)

commit cf293ede21a39c62b994bfc270866637de21111d
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 24 23:29:56 2010 +0300

    fix hardcoded variables

 src/ui.py  |    3 +++
 ui/main.ui |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+), 0 deletions(-)

commit 6a31a49cd263a3770fc4e2b7df5083fd71080386
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 24 22:31:13 2010 +0300

    add missing files

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

commit 49e4c6b7d767d915c146d636196dbc3238cca282
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 24 22:31:00 2010 +0300

    disable hardcoded paths

 src/ui.py       |    2 +-
 src/uploader.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 3607206e0deff2fa39aa41a7f37b628602a9bd35
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 24 20:45:45 2010 +0300

    add various boards support

 BOARDS          |   88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/compiler.py |   24 +++++++++------
 src/misc.py     |   26 ++++++++++++++++
 src/ui.py       |   19 ++++++++++++
 ui/main.ui      |   42 +++++++++++++++++++++++++-
 5 files changed, 188 insertions(+), 11 deletions(-)

commit 213ced0bc97b79a70571c7506f9d936ceaaa60e7
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 23 17:21:49 2010 +0300

    relocate some general purpose functions

 src/compiler.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7c4c46359f724d968a53aa2546364464ba8a2b2d
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 23 17:16:37 2010 +0300

    relocate some general purpose functions

 src/compiler.py |   43 +++++++++++--------------------------------
 src/misc.py     |   25 +++++++++++++++++++++++++
 src/srcview.py  |    6 ++++--
 src/ui.py       |   14 ++++++++------
 4 files changed, 48 insertions(+), 40 deletions(-)

commit 3dc383dad4ba04325aa897632c59066848af4ae9
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 23 17:16:19 2010 +0300

    setup buttons only on toolbar

 ui/main.ui |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit 686949f72ab217f737e6ad10f2cb5432931c0bc9
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 23 16:34:23 2010 +0300

    filter out file/lines in compiler output

 src/compiler.py |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

commit 10b00cda91e79e6497a9e141c9df14b50f5bb94c
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 23 13:03:34 2010 +0300

    update license in setup file

 setup.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 532d8fcf2d2321aa041bc3462330e3f23e79be9a
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 23 13:03:19 2010 +0300

    add MANIFEST file

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

commit 3c3c55dc16e7bc5c8e54873759a4e0c56c10ea79
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 23 12:24:01 2010 +0300

    update pkg description

 setup.py |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit 4451d3a7d9e4fd6c1f06f8b1700c88cfce374fb8
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 23 12:10:42 2010 +0300

    add license text

 src/__init__.py |   16 ++++++++++++++++
 src/misc.py     |   16 ++++++++++++++++
 src/srcview.py  |    1 -
 src/uploader.py |   16 ++++++++++++++++
 4 files changed, 48 insertions(+), 1 deletions(-)

commit d71684bc2bc979001dc9fe7aa908cb2e4b13bd97
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 23 12:10:03 2010 +0300

    add packaging support

 compiler.py      |  244 -------------------------------------
 gnoduino         |    5 +
 gnoduino.py      |  352 -----------------------------------------------------
 misc.py          |   59 ---------
 preproc.py       |   52 --------
 serialio.py      |   43 -------
 setup.py         |   15 +++
 src/__init__.pyc |  Bin 0 -> 122 bytes
 src/compiler.py  |  248 +++++++++++++++++++++++++++++++++++++
 src/compiler.pyc |  Bin 0 -> 6410 bytes
 src/misc.py      |   59 +++++++++
 src/misc.pyc     |  Bin 0 -> 2429 bytes
 src/preproc.py   |   52 ++++++++
 src/preproc.pyc  |  Bin 0 -> 1277 bytes
 src/serialio.py  |   43 +++++++
 src/serialio.pyc |  Bin 0 -> 2090 bytes
 src/srcview.py   |   93 ++++++++++++++
 src/srcview.pyc  |  Bin 0 -> 3174 bytes
 src/ui.py        |  356 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/ui.pyc       |  Bin 0 -> 12898 bytes
 src/uploader.py  |   38 ++++++
 src/uploader.pyc |  Bin 0 -> 1078 bytes
 srcview.py       |   93 --------------
 uploader.py      |   38 ------
 24 files changed, 909 insertions(+), 881 deletions(-)

commit 1ba684d8b1773c647fcdf021b1d4e399f6c8bcfd
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Jul 22 12:27:46 2010 +0300

    remove moved file

 main.ui |  473 ---------------------------------------------------------------
 1 files changed, 0 insertions(+), 473 deletions(-)

commit 1b26935094e2b2a601b1244a5c64c63a85afb073
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Jul 22 12:27:08 2010 +0300

    kill whitespace

 compiler.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 8c046a01fbe2c6c1cd59156c46dc8ba6f6093a94
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Jul 22 12:26:30 2010 +0300

    kill hardcoded paths

 gnoduino.py |   75 ++++++++---
 ui/main.ui  |  438 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 492 insertions(+), 21 deletions(-)

commit 855160d4c61ef28a48a89ff6bc55af114712365f
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Mar 12 20:29:54 2010 +0200

    make GUI a little more responsive

 misc.py     |    4 ++++
 uploader.py |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit e94756785f1d654bae6b9aff96d166baf3fe04f2
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Mar 12 19:54:42 2010 +0200

    implement clear serial console

 gnoduino.py |    1 +
 serialio.py |    8 +++++++-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit f086a8455eab3c4c346ea43f69eddbb98e4c5f0e
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Mar 12 12:56:55 2010 +0200

    add overwrite popup

 gnoduino.py |   21 +++++----------------
 misc.py     |   17 +++++++++++++++++
 2 files changed, 22 insertions(+), 16 deletions(-)

commit fe7b7afdbad322fb426d028bdf5f234284cd8c29
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Mar 12 11:43:48 2010 +0200

    add pixmaps directory

 pixmaps/compile.png |  Bin 0 -> 324 bytes
 pixmaps/new.png     |  Bin 0 -> 277 bytes
 pixmaps/open.png    |  Bin 0 -> 292 bytes
 pixmaps/save.png    |  Bin 0 -> 302 bytes
 pixmaps/serial.png  |  Bin 0 -> 304 bytes
 pixmaps/stop.png    |  Bin 0 -> 305 bytes
 pixmaps/upload.png  |  Bin 0 -> 301 bytes
 7 files changed, 0 insertions(+), 0 deletions(-)

commit 8bdb48bac574c2f5a6784a1e5db268c9c4f323dd
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Mar 11 14:15:28 2010 +0200

    fix upload functions

 gnoduino.py |    4 +++-
 uploader.py |   13 +++++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)

commit e444533781e007f4362e7d6036ad774d6b6ec7f8
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Mar 8 23:43:27 2010 +0200

    implement uploader via avrdude

 gnoduino.py |    6 +++---
 misc.py     |    2 --
 serialio.py |    5 +++++
 uploader.py |    8 +++++---
 4 files changed, 13 insertions(+), 8 deletions(-)

commit 55297e3f1d72f456ae7258f5325c9b815bf578da
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Mar 8 22:27:59 2010 +0200

    initial uploader module

 compiler.py |   37 ++++++++++---------------------------
 gnoduino.py |   11 +++++++++--
 misc.py     |   40 ++++++++++++++++++++++++++++++++++++++++
 srcview.py  |    7 +++----
 uploader.py |   27 +++++++++++++++++++++++++++
 5 files changed, 89 insertions(+), 33 deletions(-)

commit 616f5b2702dd5f72b6725f8bd1c987279283b268
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Mar 7 22:53:32 2010 +0200

    goto error line on compile error

 compiler.py |   19 ++++++++++++++++---
 gnoduino.py |    3 ++-
 2 files changed, 18 insertions(+), 4 deletions(-)

commit 71dff611155f0daf2c5e8461a6dc3433eee10994
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Mar 7 19:38:35 2010 +0200

    implement cursor control

 srcview.py |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 64282b7b79cc15ebb07cb3baec80ba95ec5f1012
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Mar 7 13:11:21 2010 +0200

    implement cursor control

 gnoduino.py |   23 ++++++++++++++++-------
 1 files changed, 16 insertions(+), 7 deletions(-)

commit 92bb166e0885023e57591aaa7be5b9da75cfc20d
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Mar 7 12:49:51 2010 +0200

    update icons

 main.ui |   42 +++++++++++++++++++++++++++++++++++-------
 1 files changed, 35 insertions(+), 7 deletions(-)

commit ae0f1492cc2d47cb2ccc49b41dd9e94e67218ad9
Author: root <root@mapes.(none)>
Date:   Sat Mar 6 23:29:56 2010 +0200

    separate serial console and compile console

 gnoduino.py |   83 +++++++++++++++++++++++++++++++++++++++++++++-------------
 serialio.py |    9 +++---
 2 files changed, 69 insertions(+), 23 deletions(-)

commit e4d7326a454a1a2aaf05f74be20ffcefc85a2c60
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Mar 6 21:45:04 2010 +0200

    update cusor when switching pages

 gnoduino.py |    4 +++-
 serialio.py |    3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

commit f23852ffad941ba6e6495ad7c030256a322e2e9c
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Mar 6 20:34:14 2010 +0200

    remove untracked directory

 arduino/boards.txt                                 |  220 ----
 arduino/bootloaders/atmega/ATmegaBOOT_168.c        | 1054 --------------------
 .../atmega/ATmegaBOOT_168_atmega1280.hex           |  245 -----
 .../atmega/ATmegaBOOT_168_atmega328.hex            |  125 ---
 .../atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex   |  124 ---
 .../atmega/ATmegaBOOT_168_diecimila.hex            |  126 ---
 arduino/bootloaders/atmega/ATmegaBOOT_168_ng.hex   |  110 --
 .../bootloaders/atmega/ATmegaBOOT_168_pro_8MHz.hex |  126 ---
 arduino/bootloaders/atmega/Makefile                |  224 -----
 arduino/bootloaders/atmega8/ATmegaBOOT.c           |  507 ----------
 arduino/bootloaders/atmega8/ATmegaBOOT.hex         |   66 --
 arduino/bootloaders/atmega8/Makefile               |   88 --
 arduino/bootloaders/bt/ATmegaBOOT_168.c            | 1032 -------------------
 arduino/bootloaders/bt/ATmegaBOOT_168.hex          |  121 ---
 arduino/bootloaders/lilypad/LilyPadBOOT_168.hex    |  117 ---
 arduino/bootloaders/lilypad/src/ATmegaBOOT.c       |  979 ------------------
 arduino/bootloaders/lilypad/src/Makefile           |   84 --
 arduino/cores/arduino/HardwareSerial.cpp           |  226 -----
 arduino/cores/arduino/HardwareSerial.h             |   66 --
 arduino/cores/arduino/Print.cpp                    |  206 ----
 arduino/cores/arduino/Print.h                      |   62 --
 arduino/cores/arduino/Tone.cpp                     |  515 ----------
 arduino/cores/arduino/WConstants.h                 |    1 -
 arduino/cores/arduino/WInterrupts.c                |  215 ----
 arduino/cores/arduino/WMath.cpp                    |   60 --
 arduino/cores/arduino/WProgram.h                   |   32 -
 arduino/cores/arduino/binary.h                     |  515 ----------
 arduino/cores/arduino/main.cpp                     |   14 -
 arduino/cores/arduino/pins_arduino.c               |  469 ---------
 arduino/cores/arduino/pins_arduino.h               |   76 --
 arduino/cores/arduino/wiring.c                     |  238 -----
 arduino/cores/arduino/wiring.h                     |  133 ---
 arduino/cores/arduino/wiring_analog.c              |  179 ----
 arduino/cores/arduino/wiring_digital.c             |  111 --
 arduino/cores/arduino/wiring_private.h             |   68 --
 arduino/cores/arduino/wiring_pulse.c               |   66 --
 arduino/cores/arduino/wiring_shift.c               |   40 -
 arduino/programmers.txt                            |   20 -
 38 files changed, 0 insertions(+), 8660 deletions(-)

commit 13f7dd51e7a492a0dc5ab21a4cd3f655741590c7
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Mar 6 12:38:41 2010 +0200

    fix close tab logic

 gnoduino.py |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

commit 0e4287188f9238630f3effcef8f92a38d08c3341
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Mar 6 00:58:14 2010 +0200

    add alt<0-9> keybinding

 gnoduino.py |   37 +++++++++++++++++++++++++------------
 1 files changed, 25 insertions(+), 12 deletions(-)

commit 3e036fab477b65836586f05f15944b05aebc837e
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Mar 5 22:21:18 2010 +0200

    implemented save as function

 gnoduino.py |   45 ++++++++++++++++++++++++++++++++++++++++++---
 main.ui     |    2 +-
 srcview.py  |   18 +-----------------
 3 files changed, 44 insertions(+), 21 deletions(-)

commit d901e586af1414285e4b71efe2d2501c0954d30a
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Mar 4 08:41:07 2010 +0200

    add cursor position status

 gnoduino.py                       |    3 ++-
 main.ui                           |   22 ++++++++++++++++++++--
 scripts/update-hardware-branch.sh |   14 ++++++++++++++
 srcview.py                        |   20 ++++++++++++++++----
 4 files changed, 52 insertions(+), 7 deletions(-)

commit 16b803580ce70ae5462b988850aed7a588cecf4e
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Wed Mar 3 22:00:25 2010 +0200

    correctly focus source view

 gnoduino.py |   14 ++++++++------
 srcview.py  |    3 +++
 2 files changed, 11 insertions(+), 6 deletions(-)

commit 3524e483cd07a1a21e9c394f65c004a69e93dac8
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Wed Mar 3 12:23:32 2010 +0200

    optimize compiled objects

 compiler.py |   43 +++++++++++++++++++++++++++++++------------
 preproc.py  |    5 -----
 srcview.py  |    2 +-
 3 files changed, 32 insertions(+), 18 deletions(-)

commit 402f973244bef8e34c057d0d3db54fe6e7147e61
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Mar 2 22:58:13 2010 +0200

    properly cleanup on exit

 compiler.py |    4 ----
 gnoduino.py |    2 ++
 2 files changed, 2 insertions(+), 4 deletions(-)

commit 72cc8b512cb9a83e99ef3a7521fef77d7254c398
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Mar 2 22:49:25 2010 +0200

    add missing file

 preproc.py |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 57 insertions(+), 0 deletions(-)

commit a98d990d01b407e60356d1b683c217d4ae6c8bfc
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Mar 2 22:49:08 2010 +0200

    correctly generate temp files

 compiler.py |   33 ++++++++++++++++++++-------------
 gnoduino.py |    8 +++++++-
 srcview.py  |   11 ++++++++---
 3 files changed, 35 insertions(+), 17 deletions(-)

commit d02c55691298e80fce1a9d89c78c893644d409c8
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Mar 2 19:46:29 2010 +0200

    initial import

 compiler.py |  226 +++++++++++++++++++++++++++++++
 gnoduino.py |  195 +++++++++++++++++++++++++++
 main.ui     |  427 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 serialio.py |   30 ++++
 srcview.py  |   83 ++++++++++++
 5 files changed, 961 insertions(+), 0 deletions(-)

commit 4d5247b3a69fcb02b5bedf47d51ea4a7a30490a6
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Mar 2 12:53:35 2010 +0200

    add hardware as submodule

 .gitmodules |    3 +++
 hardware    |    1 +
 2 files changed, 4 insertions(+), 0 deletions(-)

commit fd1ac15d9eb0b5cbeff5fefb3c602e55a8a62cdf
Author: dmellis <dmellis@5a7bb8b8-8b4a-0410-973d-494203d638bc>
Date:   Sat Jan 9 17:02:27 2010 +0000

    Limiting tone generation to timer 2 only to prevent conflicts with the Servo library.
    
    
    git-svn-id: http://arduino.googlecode.com/svn/trunk/hardware@828 5a7bb8b8-8b4a-0410-973d-494203d638bc

 arduino/cores/arduino/Tone.cpp |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

commit a462ccb8951ca4d5125bb3e80c7bf8373f256c7a
Author: dmellis <dmellis@5a7bb8b8-8b4a-0410-973d-494203d638bc>
Date:   Tue Dec 29 20:57:07 2009 +0000

    Adding tone() and noTone() functions, using Brett Hagman's Tone library.
    
    
    git-svn-id: http://arduino.googlecode.com/svn/trunk/hardware@822 5a7bb8b8-8b4a-0410-973d-494203d638bc

 arduino/cores/arduino/Tone.cpp   |  515 ++++++++++++++++++++++++++++++++++++++
 arduino/cores/arduino/WProgram.h |    3 +
 2 files changed, 518 insertions(+), 0 deletions(-)

commit d902127d0430e08094f84d84fe0b69fe27cf91b4
Author: dmellis <dmellis@5a7bb8b8-8b4a-0410-973d-494203d638bc>
Date:   Mon Dec 28 15:39:19 2009 +0000

    Removing (no longer maintaining) the Makefile.
    
    
    git-svn-id: http://arduino.googlecode.com/svn/trunk/hardware@820 5a7bb8b8-8b4a-0410-973d-494203d638bc

 arduino/cores/arduino/Makefile |  243 ----------------------------------------
 1 files changed, 0 insertions(+), 243 deletions(-)

commit 9596b1e524eed505ad50e993ad0d109a7f3429d6
Author: dmellis <dmellis@5a7bb8b8-8b4a-0410-973d-494203d638bc>
Date:   Fri Dec 25 20:20:27 2009 +0000

    Adding precision parameter for printing of floats / doubles.  Restructured the print() and println() functions a bit.
    
    
    git-svn-id: http://arduino.googlecode.com/svn/trunk/hardware@816 5a7bb8b8-8b4a-0410-973d-494203d638bc

 arduino/cores/arduino/Print.cpp |   91 +++++++++++++++++---------------------
 arduino/cores/arduino/Print.h   |   34 +++++++-------
 2 files changed, 58 insertions(+), 67 deletions(-)

commit 67b4b94b6d42e0881509d8598622885d496e7ac1
Author: dmellis <dmellis@5a7bb8b8-8b4a-0410-973d-494203d638bc>
Date:   Wed Dec 23 00:00:17 2009 +0000

    Adding Serial.end().
    
    
    git-svn-id: http://arduino.googlecode.com/svn/trunk/hardware@809 5a7bb8b8-8b4a-0410-973d-494203d638bc

 arduino/cores/arduino/HardwareSerial.cpp |    7 +++++++
 arduino/cores/arduino/HardwareSerial.h   |    1 +
 2 files changed, 8 insertions(+), 0 deletions(-)

commit 7c838c80f7ebb8c83eb264cead14ddd39fd02be2
Author: dmellis <dmellis@5a7bb8b8-8b4a-0410-973d-494203d638bc>
Date:   Fri Dec 18 17:44:08 2009 +0000

    Fixing bug in calling micros() from interrupts: http://code.google.com/p/arduino/issues/detail?id=55
    
    
    git-svn-id: http://arduino.googlecode.com/svn/trunk/hardware@808 5a7bb8b8-8b4a-0410-973d-494203d638bc

 arduino/cores/arduino/wiring.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 5e3f66e266a35402f400c669805d6d71c782a2a0
Author: dmellis <dmellis@5a7bb8b8-8b4a-0410-973d-494203d638bc>
Date:   Fri Dec 18 17:04:51 2009 +0000

    No longer disabling interrupts in delayMicroseconds(): http://code.google.com/p/arduino/issues/detail?id=67
    
    
    git-svn-id: http://arduino.googlecode.com/svn/trunk/hardware@807 5a7bb8b8-8b4a-0410-973d-494203d638bc

 arduino/cores/arduino/wiring.c |   14 +-------------
 1 files changed, 1 insertions(+), 13 deletions(-)

commit 073ff0a019e603db7ecc4908c1083add1d2db944
Author: dmellis <dmellis@5a7bb8b8-8b4a-0410-973d-494203d638bc>
Date:   Fri Dec 18 16:05:52 2009 +0000

    Merging third-party hardware branch: svn merge -r 795:802 https://arduino.googlecode.com/svn/branches/third-party-hardware .
    
    
    git-svn-id: http://arduino.googlecode.com/svn/trunk/hardware@804 5a7bb8b8-8b4a-0410-973d-494203d638bc

 arduino/boards.txt                                 |  220 ++++
 arduino/bootloaders/atmega/ATmegaBOOT_168.c        | 1054 ++++++++++++++++++++
 .../atmega/ATmegaBOOT_168_atmega1280.hex           |  245 +++++
 .../atmega/ATmegaBOOT_168_atmega328.hex            |  125 +++
 .../atmega/ATmegaBOOT_168_atmega328_pro_8MHz.hex   |  124 +++
 .../atmega/ATmegaBOOT_168_diecimila.hex            |  126 +++
 arduino/bootloaders/atmega/ATmegaBOOT_168_ng.hex   |  110 ++
 .../bootloaders/atmega/ATmegaBOOT_168_pro_8MHz.hex |  126 +++
 arduino/bootloaders/atmega/Makefile                |  224 +++++
 arduino/bootloaders/atmega8/ATmegaBOOT.c           |  507 ++++++++++
 arduino/bootloaders/atmega8/ATmegaBOOT.hex         |   66 ++
 arduino/bootloaders/atmega8/Makefile               |   88 ++
 arduino/bootloaders/bt/ATmegaBOOT_168.c            | 1032 +++++++++++++++++++
 arduino/bootloaders/bt/ATmegaBOOT_168.hex          |  121 +++
 arduino/bootloaders/lilypad/LilyPadBOOT_168.hex    |  117 +++
 arduino/bootloaders/lilypad/src/ATmegaBOOT.c       |  979 ++++++++++++++++++
 arduino/bootloaders/lilypad/src/Makefile           |   84 ++
 arduino/cores/arduino/HardwareSerial.cpp           |  219 ++++
 arduino/cores/arduino/HardwareSerial.h             |   65 ++
 arduino/cores/arduino/Makefile                     |  243 +++++
 arduino/cores/arduino/Print.cpp                    |  215 ++++
 arduino/cores/arduino/Print.h                      |   62 ++
 arduino/cores/arduino/WConstants.h                 |    1 +
 arduino/cores/arduino/WInterrupts.c                |  215 ++++
 arduino/cores/arduino/WMath.cpp                    |   60 ++
 arduino/cores/arduino/WProgram.h                   |   29 +
 arduino/cores/arduino/binary.h                     |  515 ++++++++++
 arduino/cores/arduino/main.cpp                     |   14 +
 arduino/cores/arduino/pins_arduino.c               |  469 +++++++++
 arduino/cores/arduino/pins_arduino.h               |   76 ++
 arduino/cores/arduino/wiring.c                     |  250 +++++
 arduino/cores/arduino/wiring.h                     |  133 +++
 arduino/cores/arduino/wiring_analog.c              |  179 ++++
 arduino/cores/arduino/wiring_digital.c             |  111 ++
 arduino/cores/arduino/wiring_private.h             |   68 ++
 arduino/cores/arduino/wiring_pulse.c               |   66 ++
 arduino/cores/arduino/wiring_shift.c               |   40 +
 arduino/programmers.txt                            |   20 +
 38 files changed, 8398 insertions(+), 0 deletions(-)
