commit 36774488154ac48d46c2e1f08576e58f8daf3983
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Jul 18 09:17:11 2011 +0300

    disable unsupported functions

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

commit 7caef0e1926b77a7d7b1cf8d1ae50da2983452d3
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Jul 18 09:08:20 2011 +0300

    add last minute fixes: find text, app icon

 src/misc.py    |   16 ++++++++++++++++
 src/srcview.py |    4 ++--
 src/ui.py      |   18 +++---------------
 ui/main.ui     |   15 ++++++++++++++-
 4 files changed, 35 insertions(+), 18 deletions(-)

commit 9ebaf518af0b721c407c5e5bbbb16eeeb600f102
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Jul 17 19:40:59 2011 +0300

    update manifest file

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

commit 20b43619ffdc3af35c6396070c1ff4bea622bdf7
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Jul 17 18:52:03 2011 +0300

    raise named errors

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

commit 7f6bf337d456be37afbc67711a1cd12f9b562246
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 16 22:45:56 2011 +0300

    update NEWS

 NEWS            |   38 ++++++++++++++++++++++++++++++++++++++
 setup.py        |    1 -
 src/__init__.py |    2 +-
 3 files changed, 39 insertions(+), 2 deletions(-)

commit 75168169ee6258a6770bdff964c979e1b5577116
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 16 21:27:40 2011 +0300

    disable logfile generation

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

commit cd3de51b5c2ca780548531362c764114bada66bf
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 16 21:26:52 2011 +0300

    try to reduce open/save dialogs

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

commit 5ae79901a2a96d8cdb19acd9965bd8b538c53161
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Tue Jul 5 16:12:37 2011 +0200

    Fix X-GNOME-FullName in .desktop

 data/gnoduino.desktop |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7a127d46e28467c54ec8f2e34d8def5a334d3f89
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Wed Jul 6 00:07:00 2011 +0300

    fix save as behaviour

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

commit 01fbcfa8e7ad86d31567f871f96fc6706c4bc8f4
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Jul 5 23:36:38 2011 +0300

    temporary fix popup dialogs resized oddly

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

commit a30dd1ce1f5f74ce50259dee1c96a5dd391473f6
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Jul 5 22:23:53 2011 +0300

    stay consistent with others on modified text behaviour

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

commit 075e29ee43a9b0417ab2bf26198c0a5ce7cbf1ce
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Jul 5 22:22:23 2011 +0300

    lower minimum defaults for lower res

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

commit 7295b1ad67c4ce4906182b7cf928cbdbaadaae0f
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Jul 4 20:42:06 2011 +0300

    update email address

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

commit 4a695b0e12ba249028667f7e422032c55cd68ae4
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Jul 4 20:25:46 2011 +0300

    update email address

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

commit 9ef5c30c17e5d52d872fd3abc6db6b6618d57f6c
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Mon Jul 4 18:06:23 2011 +0200

    Fixup .desktop file

 data/gnoduino.desktop |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 856b55bf35a9cb7d6a967c4303f206fbe9a07c35
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Mon Jul 4 18:08:16 2011 +0200

    Bring title in sources in line with the .desktop file

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

commit ae0baa42830bd160ed44297bd74cdb9737e1741d
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Mon Jul 4 18:10:17 2011 +0200

    Use monospace font in the console

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

commit f32741a7052de260728c1207e0f1ef374ed1daf6
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Mon Jul 4 17:58:33 2011 +0200

    Generate icons at proper sizes

 scripts/gen-pixmaps.sh |   18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

commit bcf21cf39b20b2f44f2448eee685c1eb24b6d636
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Jul 3 00:26:13 2011 +0300

    add show line numbers option

 src/config.py  |    1 +
 src/prefs.py   |    3 ++-
 src/srcview.py |    2 ++
 src/ui.py      |   24 ++++++++++++++++++++++--
 ui/main.ui     |   36 +++++++++++++++++++++++++++---------
 5 files changed, 54 insertions(+), 12 deletions(-)

commit f42930f486c00fc68efe3c1ca6011f7c6c1e5f8d
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 2 23:10:23 2011 +0300

    fix install target

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

commit b79982422a040a47c17fbea88160b43d9927081d
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 2 23:09:58 2011 +0300

    fix save dialog behaviour (create folders)

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

commit ddffb065f103491b12f2836590f5f1a23740214e
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 2 21:38:36 2011 +0300

    don't shout

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

commit 395acf80b0ce885583f13898de06f1e39e3bb2da
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 2 20:38:00 2011 +0300

    install schema file

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

commit 123ff5c650287c14b41a48b8853f88ac23ad7464
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 2 19:41:22 2011 +0300

    handle missing commandline options gracefully

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

commit 876384ab9d4b7847e1deac3739252a6abb43e1a0
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 2 19:33:31 2011 +0300

    support options and parse files from commandline

 gnoduino.desktop |   11 -----------
 src/ui.py        |   20 ++++++++++++++++----
 2 files changed, 16 insertions(+), 15 deletions(-)

commit 124e0bdc37bd0eb8d3ee64b7d0c1c19bc4485819
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 2 19:32:14 2011 +0300

    move schmeas file to data dir

 data/gnoduino.schemas |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

commit dfb0e60366c4dd2b6bd802f621ac709fe3737e8d
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jul 2 19:31:57 2011 +0300

    add initial desktop file

 data/gnoduino.desktop |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 9622a5f857bdaa48306b86704940a29d7a87022b
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Sat Jul 2 19:31:33 2011 +0300

    add initial man file

 data/gnoduino.1 |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

commit 28110d8fbf6d549bba03fe298e1c97d5e2643143
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Sat Jul 2 15:58:00 2011 +0200

    Toolbar seperator between upload and serial monitor

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

commit 37a7a7cf41dccecefacf482ab6b435474d21bf12
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 1 00:11:15 2011 +0300

    use smaller font for console too

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

commit 27ece292b459e70f3f4c2562bef913682a7e751a
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 1 00:02:40 2011 +0300

    fix typo in previous commit

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

commit 43c6b4b29718f9199d825c01ad2a6d57bc747d20
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jul 1 00:00:49 2011 +0300

    add function to return default values

 src/prefs.py |    6 ++++++
 src/ui.py    |   10 +++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

commit 4903c4ae372d9fd15592b4072f8e3fc19ef380f6
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Jun 30 23:13:58 2011 +0300

    do not generate 16 px images

 scripts/gen-pixmaps.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 4625112dcd27f9f9dfeefccca72e2f51209df3c1
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Jun 30 23:13:26 2011 +0300

    fix saving preferences

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

commit 234645688c2a0085b51e3c55c8703b730f21ee70
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Jun 30 20:05:06 2011 +0300

    add target to generate pixmaps when missing

 scripts/gen-pixmaps.sh |   14 ++++++++++++++
 setup.py               |   45 ++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 54 insertions(+), 5 deletions(-)

commit d85e676eba112ac5f5b21e39765c214d38ec3e56
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Thu Jun 30 20:01:51 2011 +0300

    replace png buttons with svg versions

 pixmaps/compile.png  |  Bin 324 -> 0 bytes
 pixmaps/compile.svg  |  110 +++++++++++++
 pixmaps/gnoduino.svg |  422 ++++++++++++++++++++++++++++++++++++++++++++++++++
 pixmaps/new.png      |  Bin 277 -> 0 bytes
 pixmaps/new.svg      |  112 +++++++++++++
 pixmaps/open.png     |  Bin 292 -> 0 bytes
 pixmaps/open.svg     |  112 +++++++++++++
 pixmaps/save.png     |  Bin 302 -> 0 bytes
 pixmaps/save.svg     |  112 +++++++++++++
 pixmaps/serial.png   |  Bin 304 -> 0 bytes
 pixmaps/serial.svg   |  134 ++++++++++++++++
 pixmaps/stop.png     |  Bin 305 -> 0 bytes
 pixmaps/stop.svg     |  112 +++++++++++++
 pixmaps/upload.png   |  Bin 301 -> 0 bytes
 pixmaps/upload.svg   |  227 +++++++++++++++++++++++++++
 15 files changed, 1341 insertions(+), 0 deletions(-)

commit 771f4f66e0d1c25f22802581f4c634da997f2763
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Jun 28 22:28:01 2011 +0300

    correctly handle closing the app

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

commit add49a51432166a26c4bf94a1b286f09d0fadfc0
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Jun 28 10:37:33 2011 +0300

    handle error when serial port missing/error

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

commit b335769ef25246ef9da6989860905c3025d864eb
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Jun 28 10:36:26 2011 +0300

    rework serial init sequence

 src/serialio.py |   31 ++++++++++++++++++++++++++-----
 src/ui.py       |   21 ++++++++++++++++-----
 2 files changed, 42 insertions(+), 10 deletions(-)

commit c143572f6a32c935893cacc60a7d34091657d4e3
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Jun 28 10:33:51 2011 +0300

    return error when compilation fails

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

commit 675740a6f36fba41631e77ef80bf3e3f0ba558fe
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Jun 26 21:06:36 2011 +0300

    support custom syntax hl. files

 setup.py       |    2 +-
 src/misc.py    |   14 ++++++++++++++
 src/srcview.py |    4 +++-
 3 files changed, 18 insertions(+), 2 deletions(-)

commit 6c062a952cfa3d00f3a146cbbc33450dd59a29bd
Author: Pascal de Bruijn <pmjdebruijn@pcode.nl>
Date:   Sun Jun 26 20:36:50 2011 +0300

    add arduino-like syntax hightliting

 ui/arduino.xml |   65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 65 insertions(+), 0 deletions(-)

commit 5b263ada57d542fb0bfac2af11aadcdba7261714
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Jun 24 00:43:12 2011 +0300

    make save button work

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

commit c70e745bd78a70cf30612076201ae82e51bc913b
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Jun 23 23:19:50 2011 +0300

    add initial desktop file

 gnoduino.desktop |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit b0604f47537d83c4ce54911906caee50dd404801
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Wed Jun 22 08:38:02 2011 +0300

    pre create the console so we can report errors

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

commit 9c1b6dc49b39f13cd0fc68b4e2a35e8d7a2dfce7
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Wed Jun 22 00:25:37 2011 +0300

    fix loading of ui file

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

commit 988976c64f2914b288ca9c0fb6a9511bbbd007eb
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat May 14 14:36:16 2011 +0300

    correctly parse cflags to library objects

 src/compiler.py |   14 ++++++++++----
 src/preproc.py  |   37 ++++++++++++++++++++++++++++++-------
 2 files changed, 40 insertions(+), 11 deletions(-)

commit 70b4ff54d9e4c3bfec9aa050010760771e0498aa
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu May 12 22:53:50 2011 +0300

    ship libraries module too

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

commit fb7aef1081785f0756bd7baeb6c9de8fb3aa60ab
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu May 12 22:53:17 2011 +0300

    search arduino libraries in standard paths

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

commit 763729fb06ad97569a97e2cce789b8ebde235620
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu May 12 21:47:07 2011 +0300

    add libraries submodule

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

commit 9cb3e637e690748589ba6d477e919ec286fd2382
Author: Fabio Varesano <fvaresano@yahoo.it>
Date:   Thu May 12 13:56:26 2011 +0300

    properly report compilation error

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

commit 7dd9f686b60c33861ce798fc969f77e16ac8ccf0
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu May 12 00:34:12 2011 +0300

    update hardware submodule

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

commit 61b90eff72d9ca847a8d3b4135f30815bc362041
Author: Fabio Varesano <fvaresano@yahoo.it>
Date:   Wed May 11 23:21:45 2011 +0300

    fix typo

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

commit ac4964e257a6e5404351589cfdc57b2d28f42c8a
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Apr 29 22:22:45 2011 +0300

    add menu accelerators for missing interms

 ui/main.ui |   16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

commit 385c11ddd63836f9d5cd1e8f22094b52a94df7fe
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Apr 29 21:59:57 2011 +0300

    make text editing functions work

 src/ui.py  |   24 ++
 ui/main.ui | 1214 ++++++++++++++++++++++++++++++++----------------------------
 2 files changed, 681 insertions(+), 557 deletions(-)

commit 18f3e34a917fd6bb641a546e06fd34d39accd058
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Apr 29 21:20:17 2011 +0300

    do not destroy page if save isn't successful

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

commit 5c8179895843f6ab194e8dd321c4bbcd9cfab319
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Apr 29 21:12:50 2011 +0300

    Improve handling of settings
    We use 2 different backends for storing settings.
    One is the preferences.txt file (if exists) - we try to stay
    as compatible to arduino as we can if files does not exist
    we use gconf backend.

 src/board.py |   14 +++--------
 src/misc.py  |    8 +++---
 src/prefs.py |   73 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 src/ui.py    |   72 +++++++++++++++++++++++---------------------------------
 4 files changed, 99 insertions(+), 68 deletions(-)

commit f7e120f8368c7aff1be34c1109f3e38adb824e0e
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Thu Mar 24 22:50:15 2011 +0200

    fix saving preferences and properly handle config boolean data

 src/misc.py  |    4 ++--
 src/prefs.py |   16 ++++++++++++++--
 src/ui.py    |   16 ++++++++++++----
 3 files changed, 28 insertions(+), 8 deletions(-)

commit 9195b3f1c861f633897c046ad637f5f800b082bb
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Wed Mar 23 23:11:22 2011 +0200

    fallback to default port when setup port is no longer valid
    eg. ACM devices get a new major numbers on disconnect

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

commit 15d56fff69d3980c7c86fd7d0f2a297b94f6b577
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Mon Mar 21 08:30:00 2011 +0200

    exit with error on broken boards/programers file

 scripts/gen_boards.py      |   18 +++++++++++-------
 scripts/gen_programmers.py |   18 +++++++++++-------
 src/board.py               |    2 ++
 src/programmer.py          |    2 ++
 4 files changed, 26 insertions(+), 14 deletions(-)

commit cff505c25346f5c284e8c27e43d56c54bf9d1bec
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Mar 20 22:12:39 2011 +0200

    do not crash on missing defaults

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

commit 407c2c07e8207f5e89440bd83a6c290276a265aa
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Mar 20 20:51:42 2011 +0200

    Bug 8 - quitting does not ask for document to be saved

 src/misc.py |    6 +++++-
 src/ui.py   |   11 +++++++++--
 2 files changed, 14 insertions(+), 3 deletions(-)

commit 00cae9a736edf78ac18b8cb5088f51cb4b3bec7e
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sun Mar 20 12:00:19 2011 +0200

    improve compiler error reporting

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

commit eb12ae0187082929b765d463f0aee405cf05b441
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Mar 19 23:40:30 2011 +0200

    Bug 9 - screen size problem

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

commit 8ba4d2d2a59aa5fc658e742d2ce1edef0216b47f
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Mar 19 23:10:31 2011 +0200

    Bug 10 - Cannot load defaults file

 src/board.py      |   18 +-
 src/compiler.py   |    9 +
 src/misc.py       |   24 ++
 src/prefs.py      |   22 +-
 src/programmer.py |   18 +-
 src/ui.py         |   18 +-
 ui/main.ui        | 1106 ++++++++++++++++++++++++++--------------------------
 7 files changed, 614 insertions(+), 601 deletions(-)

commit cc55ad50c254e526aeee9816da35ecf9525f7dd4
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Mar 18 13:15:40 2011 +0200

    move scripts to scripts folder

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

commit 7ff317d92e552a93006d86d3d306d322cc6ec038
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Mar 18 13:04:18 2011 +0200

    add missing scripts

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

commit 0cc681b734b6f344e0e3af153ea9c2c52f098631
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Mar 18 13:03:24 2011 +0200

    add NEWS file

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

commit 36086111506f214b2a0c2df9734fb91f1fee2f8a
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Mar 18 13:00:48 2011 +0200

    add script to generate changelog

 scripts/gitlog.sh |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

commit 122fdfa6216ce38706cc1cdaa4e5a26983118c54
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Mar 18 12:39:44 2011 +0200

    remove console ouput error

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

commit 7f04c9d73ab5a1046060c87a164fab891ab826b8
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jan 1 18:15:06 2011 +0200

    support arduino fonts specifications

 src/misc.py    |    8 ++++++++
 src/srcview.py |    2 +-
 src/ui.py      |   20 +++++++++-----------
 3 files changed, 18 insertions(+), 12 deletions(-)

commit 6107dfd15ba7ab2ddfe3b3621a9798a0827d5de2
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jan 1 18:13:33 2011 +0200

    support write to arduino preferences files

 src/prefs.py |   34 ++++++++++++++++++++++++++++------
 1 files changed, 28 insertions(+), 6 deletions(-)

commit d0a7e03b06bf1fc8b472f42d86e153b5175c2774
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jan 1 16:04:40 2011 +0200

    add option for changing console font

 src/config.py |    3 +-
 src/ui.py     |   42 ++++++++++++++++-----------
 ui/main.ui    |   88 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
 3 files changed, 109 insertions(+), 24 deletions(-)

commit 34e628fb9a5ea1edf25374414268491bc35ad968
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Sat Jan 1 16:01:56 2011 +0200

    use new function for outputting log messages

 src/compiler.py |   54 +++++++++++++++++++++++++++---------------------------
 src/misc.py     |    4 ++++
 2 files changed, 31 insertions(+), 27 deletions(-)

commit 4415628c696f74bf6fa037380a223f07236d4cd8
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Fri Dec 31 22:28:36 2010 +0200

    add tooltip description for additional libs field

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

commit 96e62da143e8549e8484855fa2cd17d393fa4e99
Author: Lucian Langa <lucilanga@gnome.org>
Date:   Tue Dec 28 14:52:02 2010 +0200

    post release version bump

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

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(-)
