[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (rel_0.1.1-10-g5503b70)



The branch, master has been updated
       via  5503b70134cd782ebbe8f4a14c88c17951ac4725 (commit)
       via  32914bbfd89a8335c9200c8fd5d00b9f0dd96b1d (commit)
      from  fa2084767aacabe7ab956a86ec3da56f06fbc49a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 ChangeLog                      |   82 ++++++++++++++++++++++++++++++++++++++++
 configure.ac                   |    2 +-
 data/geda-xgsch2pcb.desktop.in |    3 +-
 3 files changed, 85 insertions(+), 2 deletions(-)


=================
 Commit Messages
=================

commit 5503b70134cd782ebbe8f4a14c88c17951ac4725
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Thu Dec 13 13:55:35 2007 +0000

    Bump version to 0.1.1.90 as a pre-release for 0.1.2, updating ChangeLog

:100644 100644 60fafa8... bfffde7... M	ChangeLog
:100644 100644 540a718... a06b172... M	configure.ac

commit 32914bbfd89a8335c9200c8fd5d00b9f0dd96b1d
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Mon Dec 3 17:00:48 2007 +0000

    Add mime-type to .desktop file: application/x-geda-gsch2pcb-project

:100644 100644 49f5507... 42157dc... M	data/geda-xgsch2pcb.desktop.in

=========
 Changes
=========

commit 5503b70134cd782ebbe8f4a14c88c17951ac4725
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Thu Dec 13 13:55:35 2007 +0000

    Bump version to 0.1.1.90 as a pre-release for 0.1.2, updating ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 60fafa8..bfffde7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,88 @@
 # Do not edit this file - generated from version control history
 
 
+commit 32914bbfd89a8335c9200c8fd5d00b9f0dd96b1d
+Author: Peter Clifton <pcjc2@xxxxxxxxx>
+Date:   Mon Dec 3 17:00:48 2007 +0000
+
+    Add mime-type to .desktop file: application/x-geda-gsch2pcb-project
+
+commit fa2084767aacabe7ab956a86ec3da56f06fbc49a
+Author: Peter Clifton <pcjc2@xxxxxxxxx>
+Date:   Mon Dec 3 17:00:34 2007 +0000
+
+    Fix copy-paste error in configure.ac comment
+
+commit 59c3a9a59f4ddfa893edf18b5aa7df552b8af356
+Author: Peter Clifton <pcjc2@xxxxxxxxx>
+Date:   Sun Nov 11 05:31:29 2007 +0000
+
+    Add .desktop file and icon to install
+    
+    Packaged builds for .deb, .rpm etc.. should build with the new configure
+    option --disable-desktop-database-update, or delete the cache files placed
+    into the build directory. The icon cache files should also be deleted
+    before installing.
+
+commit 649f9471386c378c0dc8145cc5a7cc1c3dbae515
+Author: Peter Clifton <pcjc2@xxxxxxxxx>
+Date:   Sun Nov 11 05:30:40 2007 +0000
+
+    Add build infrastructure for translations and fix gettext invocation
+    
+    A translation template is found at "po/geda-xgsch2pcb.pot", and can
+    be update by executing "make update-po" in the "po" directory.
+
+commit d0e352691a5a330ccef662013875ebdfbfbea0a9
+Author: Peter Clifton <pcjc2@xxxxxxxxx>
+Date:   Sun Nov 11 05:29:23 2007 +0000
+
+    Add .gitignore entry for generated toplevel config.py
+
+commit 1e35cf9eb5bd654f58e5b461ff073042204a8880
+Author: Peter Clifton <pcjc2@xxxxxxxxx>
+Date:   Sun Nov 11 04:34:21 2007 +0000
+
+    Fix the "here documents" in the configure script to a non bashism
+    
+    Fix FTBFS on non bash shells, such as "dash" which is default in Ubuntu.
+
+commit 5911561361be6e21d586d4f2dcbe901d6278d702
+Author: Peter Clifton <pcjc2@xxxxxxxxx>
+Date:   Mon Oct 8 23:29:49 2007 +0100
+
+    Parse gsch2pcb ouput for missing elements its backup filename.
+    
+    Popup a dialog warning the user of any missing elements from the layout.
+    In addition, gsch2pcb only makes a backup file if it changes the board
+    layout. Don't make PCB "revert" to the new layout in that case, as it
+    looses the user's undo history un-necessarily.
+
+commit 90d72dc57a8817d86409473dc2b3db6bc3704c85
+Author: Peter Clifton <pcjc2@xxxxxxxxx>
+Date:   Sun Oct 7 20:41:28 2007 +0100
+
+    Pass PCB an absolute path to PCB when editing the layout.
+    
+    Depending on the lrealpath implementation found at compile time in PCB,
+    the path returned by PCB may not be an absolute path (as we require)
+    if the file does not yet exist on disk. (e.g. a new project).
+    
+    Passing a full path on PCB's command line ensures it will return an
+    absolute path when queried via D-Bus.
+
+commit 109620962168516475f49626dc34ad4f5c282bda
+Author: Peter Clifton <pcjc2@xxxxxxxxx>
+Date:   Sat Oct 6 21:52:18 2007 +0100
+
+    Makefile.am changes to fix VPATH builds and make distcheck pass
+
+commit 0e01ccac01a4582b205b671c8a5755d7195735d8
+Author: Peter Clifton <pcjc2@xxxxxxxxx>
+Date:   Sat Oct 6 20:25:11 2007 +0100
+
+    Update ChangeLog for xgsch2pcb release 0.1.1
+
 commit efeeb51f2e02ffa867ca6da834b46001d6d10576
 Author: Peter Clifton <pcjc2@xxxxxxxxx>
 Date:   Sat Oct 6 19:16:03 2007 +0100
diff --git a/configure.ac b/configure.ac
index 540a718..a06b172 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 
 AC_PREREQ(2.59)
-AC_INIT([geda-xgsch2pcb], [0.1.1], BUG-REPORT-ADDRESS)
+AC_INIT([geda-xgsch2pcb], [0.1.1.90], BUG-REPORT-ADDRESS)
 AC_CONFIG_AUX_DIR([tools])
 
 AM_INIT_AUTOMAKE([foreign dist-bzip2 dist-zip ])

commit 32914bbfd89a8335c9200c8fd5d00b9f0dd96b1d
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date:   Mon Dec 3 17:00:48 2007 +0000

    Add mime-type to .desktop file: application/x-geda-gsch2pcb-project

diff --git a/data/geda-xgsch2pcb.desktop.in b/data/geda-xgsch2pcb.desktop.in
index 49f5507..42157dc 100644
--- a/data/geda-xgsch2pcb.desktop.in
+++ b/data/geda-xgsch2pcb.desktop.in
@@ -5,6 +5,7 @@ GenericName=xgsch2pcb
 _Name=gEDA Schematic -> PCB Project
 _Comment=Create and edit electronics projects with xgsch2pcb
 Type=Application
-Exec=xgsch2pcb
+Exec=xgsch2pcb %f
 Icon=xgsch2pcb
+MimeType=application/x-geda-gsch2pcb-project
 Categories=Engineering;Electronics




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs