[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi] Miscellanea [Was: Group premium quotes]
From: |
Greg Chicares |
Subject: |
[lmi] Miscellanea [Was: Group premium quotes] |
Date: |
Wed, 19 Aug 2015 19:08:47 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.3.0 |
On 2015-08-16 17:07, Greg Chicares wrote:
> First of all, don't read this before September, especially not if you're
> on vacation.
AIUI, 'wx_table_generator.cpp' is intended to be generic, so I would like
to apply this change:
warning()
+ << "Not enough space for all fixed columns."
- << "Not enough space for all fixed columns "
- "in group premium quote."
<< LMI_FLUSH
to decouple it from group premium quotes. Any objection?
In 'Makefile.am', I added this line
+ group_quote_pdf_gen.hpp \
in alphabetic position under:
# headers: we need to include them or they wouldn't appear in the distribution
# this list should contain everything in `ls *.h *.hpp *.tpp *.xpp`
noinst_HEADERS = \
Having copied that comment here, I figured I may as well run the simple
command it includes, and check it against the makefile; as a consequence,
I propose the following patch:
Index: Makefile.am
===================================================================
--- Makefile.am (revision 6258)
+++ Makefile.am (working copy)
@@ -1095,6 +1095,7 @@
fenv_lmi_x86.hpp \
file_command.hpp \
financial.hpp \
+ force_linking.hpp \
fund_data.hpp \
getopt.hpp \
global_settings.hpp \
@@ -1203,6 +1204,7 @@
sigfpe.hpp \
single_cell_document.hpp \
single_choice_popup_menu.hpp \
+ skeleton.hpp \
so_attributes.hpp \
soa_helpers.hpp \
stl_extensions.hpp \
@@ -1231,8 +1233,16 @@
version.hpp \
view_ex.hpp \
view_ex.tpp \
+ wx_checks.hpp \
wx_new.hpp \
wx_table_generator.hpp \
+ wx_test_case.hpp \
+ wx_test_date.hpp \
+ wx_test_document.hpp \
+ wx_test_new.hpp \
+ wx_test_output.hpp \
+ wx_test_output_pdf.hpp \
+ wx_test_statusbar.hpp \
wx_utility.hpp \
wx_workarounds.hpp \
xml_lmi.hpp \
Okay to apply?
- Re: [lmi] Number of "eligibles" [Was: Group premium quotes], (continued)
- Re: [lmi] Group premium quotes, Vadim Zeitlin, 2015/08/18
- [lmi] count_lines() [Was: Group premium quotes], Greg Chicares, 2015/08/19
- [lmi] Toolbar subtleties [Was: Group premium quotes], Greg Chicares, 2015/08/19
- [lmi] Miscellanea [Was: Group premium quotes],
Greg Chicares <=
- Re: [lmi] Group premium quotes, Greg Chicares, 2015/08/26
Re: [lmi] [PATCH] Fix headers display (was: Group premium quotes), Vadim Zeitlin, 2015/08/27