[glom] 1.13.8
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] 1.13.8
- Date: Mon, 8 Mar 2010 17:06:57 +0000 (UTC)
commit b202afdd1786d2f1f86183cb667094fc75fe0e89
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Mar 8 18:03:17 2010 +0100
1.13.8
ChangeLog | 2 ++
NEWS | 12 ++++++++++++
configure.ac | 2 +-
glom/mode_data/flowtablewithfields.cc | 2 +-
4 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 36f6e35..e8a620e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+1.13.8:
+
2010-03-08 Murray Cumming <murrayc murrayc com>
Slight update of Small Business example.
diff --git a/NEWS b/NEWS
index 5e56019..83fc7b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+1.13.8 (unstable):
+
+* Details:
+ - Align widgts in neighbouring groups, making things look generally neater.
+ - Do not make field widgets too wide, so this fits on a laptop screen.
+ (Murray Cumming)
+* Python scripts: Added ui.print_layout(), ui.print_report(report_name),
+ and ui.start_new_record() methods.
+ (Murray Cumming)
+* Fix the build with exceptions disabled.
+ (Peter Penz )
+
1.13.7 (unstable):
* Avoid a crash when a script navigates from a list view to another table.
diff --git a/configure.ac b/configure.ac
index 66b1210..e7c9dce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
## You should have received a copy of the GNU General Public License
## along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_INIT([Glom], [1.13.7], [http://bugzilla.gnome.org/enter_bug.cgi?product=Glom], [glom])
+AC_INIT([Glom], [1.13.8], [http://bugzilla.gnome.org/enter_bug.cgi?product=Glom], [glom])
AC_PREREQ([2.60])
AC_CONFIG_SRCDIR([glom/main.cc])
diff --git a/glom/mode_data/flowtablewithfields.cc b/glom/mode_data/flowtablewithfields.cc
index df0d5da..95fbed7 100644
--- a/glom/mode_data/flowtablewithfields.cc
+++ b/glom/mode_data/flowtablewithfields.cc
@@ -1258,7 +1258,7 @@ void FlowTableWithFields::apply_size_groups_to_labels(const type_vec_sizegroups&
continue;
previous_size_group->remove_widget(*label);
- info.m_first_in_sizegroup.clear();
+ info.m_first_in_sizegroup.reset();
}
m_vec_size_groups = size_groups;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]