]> saetta.ns0.it Git - reptool/libreptool/log
reptool/libreptool
13 years agoEnded printing from as GtkTreeModel. gtktreemodel
Andrea Zagli [Tue, 30 Aug 2011 07:38:59 +0000 (09:38 +0200)]
Ended printing from as GtkTreeModel.

closes #35

13 years agoStarted implementation of RptReport::set_database_as_gtktreemodel.
Andrea Zagli [Mon, 29 Aug 2011 13:15:03 +0000 (15:15 +0200)]
Started implementation of RptReport::set_database_as_gtktreemodel.

Initial refactoring.
refs #35

13 years ago@Pages didn't work. 0.2.0
Andrea Zagli [Sun, 28 Aug 2011 13:35:53 +0000 (15:35 +0200)]
@Pages didn't work.

fixes #32

13 years agoMany code adjustments.
Andrea Zagli [Wed, 3 Aug 2011 17:06:11 +0000 (19:06 +0200)]
Many code adjustments.

Added command line parameters to test_rptprint.

13 years agoBetter support when RPT_PRINT_GTK*.
Andrea Zagli [Wed, 3 Aug 2011 10:58:30 +0000 (12:58 +0200)]
Better support when RPT_PRINT_GTK*.

Revert "Problem on setting printer settings."
This reverts commit 706892e29f4633f7ed3072cf29984bd868a9c0da.

Many adjustments and bugfixes.

13 years agoMerge remote-tracking branch 'origin/refactor'
Andrea Zagli [Tue, 2 Aug 2011 08:49:08 +0000 (10:49 +0200)]
Merge remote-tracking branch 'origin/refactor'

13 years agoProblem on setting printer settings.
Andrea Zagli [Tue, 2 Aug 2011 08:48:59 +0000 (10:48 +0200)]
Problem on setting printer settings.

13 years agoAdded functions RptCommon::rptpoint_new_with_values, refactor
Andrea Zagli [Sat, 16 Jul 2011 09:44:42 +0000 (11:44 +0200)]
Added functions RptCommon::rptpoint_new_with_values,
RptCommon::rptsize_new_with_values, RptCommon::rptrotation_new_with_values
and RptCommon::rptmargin_new_with_values.

13 years agoAdded function RptReport::rptprint_page_add_object.
Andrea Zagli [Sat, 16 Jul 2011 08:57:53 +0000 (10:57 +0200)]
Added function RptReport::rptprint_page_add_object.

13 years agoAdded function RptReport::rptprint_page_new.
Andrea Zagli [Sat, 16 Jul 2011 08:40:30 +0000 (10:40 +0200)]
Added function RptReport::rptprint_page_new.

13 years agoAdded functions RptReport::rptprint_new, RptReport::set_unit_length,
Andrea Zagli [Sat, 16 Jul 2011 07:51:35 +0000 (09:51 +0200)]
Added functions RptReport::rptprint_new, RptReport::set_unit_length,
RptReport::set_output_type, RptReport::set_output_filename and
RptReport::set_copies.

13 years agoAdded and managed struct RptMargin.
Andrea Zagli [Sat, 16 Jul 2011 07:09:41 +0000 (09:09 +0200)]
Added and managed struct RptMargin.

13 years agoSetted version to 0.2.0 and added silent compilation.
Andrea Zagli [Sat, 16 Jul 2011 07:09:22 +0000 (09:09 +0200)]
Setted version to 0.2.0 and added silent compilation.

14 years agoLittle change to a test.
Andrea Zagli [Wed, 16 Mar 2011 14:19:41 +0000 (15:19 +0100)]
Little change to a test.

14 years agoAdded "output-type", "output-filename" and "copies" to xml for report
Andrea Zagli [Sat, 2 Oct 2010 08:56:18 +0000 (10:56 +0200)]
Added "output-type", "output-filename" and "copies" to xml for report
and print definition.
Added functions RptCommon::stroutputtype_to_enum, RptCommon::enum_to_stroutputtype,
RptPrint::set_output_type, RptPrint::set_output_filename, RptPrint::set_copies,
RptReport::set_output_type, RptReport::set_output_filename, RptReport::set_copies.
Renamed RPTP_OUTPUT* to RPT_OUTPUT*.

14 years agoAdded and managaed output type RPTP_OUTPUT_GTK_DEFAULT_PRINTER that
Andrea Zagli [Sat, 25 Sep 2010 06:45:10 +0000 (08:45 +0200)]
Added and managaed output type RPTP_OUTPUT_GTK_DEFAULT_PRINTER that
automatically print to the default printer.

14 years agoScaled cairo when used GTK printing, because GTK creates a cairo
Andrea Zagli [Fri, 24 Sep 2010 09:48:54 +0000 (11:48 +0200)]
Scaled cairo when used GTK printing, because GTK creates a cairo
surface based also on printer resolution.

14 years agoBugfix on parsing fields.
Andrea Zagli [Fri, 17 Sep 2010 10:16:58 +0000 (12:16 +0200)]
Bugfix on parsing fields.

14 years agoBugfixes.
Andrea Zagli [Wed, 15 Sep 2010 08:25:09 +0000 (10:25 +0200)]
Bugfixes.

14 years agoAdded function RptReport::set_database_from_datamodel.
Andrea Zagli [Thu, 9 Sep 2010 08:42:34 +0000 (10:42 +0200)]
Added function RptReport::set_database_from_datamodel.
Bugfix on sections printing.

14 years agoChanged lexycal scanner to link without libfl.
Andrea Zagli [Wed, 8 Sep 2010 15:08:04 +0000 (17:08 +0200)]
Changed lexycal scanner to link without libfl.

14 years agoBugfix on footer positioning.
Andrea Zagli [Tue, 7 Sep 2010 13:33:16 +0000 (15:33 +0200)]
Bugfix on footer positioning.

14 years agoEnable linefeed in text source property with the html entity 
.
Andrea Zagli [Tue, 7 Sep 2010 12:52:29 +0000 (14:52 +0200)]
Enable linefeed in text source property with the html entity 
.

14 years agoAdded report and printing property "unit-length".
Andrea Zagli [Tue, 7 Sep 2010 10:38:43 +0000 (12:38 +0200)]
Added report and printing property "unit-length".

14 years agoEnabled formatting for @Date and @Time special values.
Andrea Zagli [Mon, 6 Sep 2010 16:05:23 +0000 (18:05 +0200)]
Enabled formatting for @Date and @Time special values.

14 years agoAdded property RptPrint::path-relatives-to.
Andrea Zagli [Mon, 6 Sep 2010 14:40:41 +0000 (16:40 +0200)]
Added property RptPrint::path-relatives-to.

14 years agoBugfix on PangoFontDescription creation (font-size is float not int).
Andrea Zagli [Mon, 6 Sep 2010 14:25:49 +0000 (16:25 +0200)]
Bugfix on PangoFontDescription creation (font-size is float not int).
Added some output on error.

14 years agoYet old libgda version in pkg-config file.
Andrea Zagli [Mon, 6 Sep 2010 13:38:56 +0000 (15:38 +0200)]
Yet old libgda version in pkg-config file.

14 years agoChanged installed dir for headers.
Andrea Zagli [Mon, 6 Sep 2010 13:25:10 +0000 (15:25 +0200)]
Changed installed dir for headers.

14 years agoSome adjustments.
Andrea Zagli [Mon, 6 Sep 2010 09:20:32 +0000 (11:20 +0200)]
Some adjustments.
Inserted parser generation into autotools.

14 years agoAdjustments.
Andrea Zagli [Fri, 3 Sep 2010 16:48:40 +0000 (18:48 +0200)]
Adjustments.
Missing files from svn repository.
Migrated to libgda 4.

17 years agoBugfixes and some functions added to rptcommon.
Andrea Zagli [Sun, 7 Oct 2007 09:22:09 +0000 (09:22 +0000)]
Bugfixes and some functions added to rptcommon.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@20 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

17 years agoSome code adjustments.
Andrea Zagli [Sun, 24 Jun 2007 14:30:51 +0000 (14:30 +0000)]
Some code adjustments.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@19 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

17 years agoSome code adjustments.
Andrea Zagli [Sun, 20 May 2007 09:24:17 +0000 (09:24 +0000)]
Some code adjustments.
Added functions for RptReport properties.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@18 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

17 years agoAdded RptRotation and "rotation" attribute.
Andrea Zagli [Thu, 10 May 2007 11:25:00 +0000 (11:25 +0000)]
Added RptRotation and "rotation" attribute.
Integration with GtkPrint.
Version 0.0.4

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@17 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

17 years agoAdded attribute "rotation".
Andrea Zagli [Sun, 6 May 2007 08:34:54 +0000 (08:34 +0000)]
Added attribute "rotation".
Some bugfixes on png and svg output.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@16 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

17 years agoForgot files on previous commit.
Andrea Zagli [Tue, 1 May 2007 10:21:55 +0000 (10:21 +0000)]
Forgot files on previous commit.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@15 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

17 years agoAdded the parser for text's attribute "source".
Andrea Zagli [Tue, 1 May 2007 10:17:01 +0000 (10:17 +0000)]
Added the parser for text's attribute "source".
Added special value @Pages for text's source.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@14 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

17 years agoChanged rpt_common_convert_to_str_color()'s name in rpt_common_rptcolor_to_string().
Andrea Zagli [Sun, 22 Apr 2007 15:00:15 +0000 (15:00 +0000)]
Changed rpt_common_convert_to_str_color()'s name in rpt_common_rptcolor_to_string().
Added function rpt_common_styke_to_array().
Managed attributes *-style.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@13 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

17 years agoSome bugfixes.
Andrea Zagli [Sun, 15 Apr 2007 09:02:02 +0000 (09:02 +0000)]
Some bugfixes.
Added programmatically report creation test.
Static text in text's source attribute must be enclosed into "".
Added text's attributes padding*.
Added page's attributes margin*.
Added RptReport's signal "field-request".

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@12 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

17 years agoGeneral code adjustments and refactoring.
Andrea Zagli [Fri, 13 Apr 2007 14:02:33 +0000 (14:02 +0000)]
General code adjustments and refactoring.
Added special text'source values "@Date" and "@Time".
Added new functions to manage RptReport object.
Version 0.0.3

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@11 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

18 years agoAdded and managed RPT_REPORT_SECTION_REPORT_HEADER and RPT_REPORT_SECTION_REPORT_FOOTER.
Andrea Zagli [Sun, 1 Apr 2007 15:21:58 +0000 (15:21 +0000)]
Added and managed RPT_REPORT_SECTION_REPORT_HEADER and RPT_REPORT_SECTION_REPORT_FOOTER.
Some bugfixes in RptObjText.
The RptObjText's source attribute understand @Page, resulting in printing current page number.
Managed "underline" and "strike" font's attributes.
Version 0.0.2

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@10 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

18 years agoAdded object ellipse.
Andrea Zagli [Wed, 28 Mar 2007 16:46:36 +0000 (16:46 +0000)]
Added object ellipse.
Extended RptObjImage, RptObjLine, RptObjText and RptObjRect.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@9 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

18 years agoMoved some functions from rpt_print to rpt_common.
Andrea Zagli [Mon, 26 Mar 2007 16:16:23 +0000 (16:16 +0000)]
Moved some functions from rpt_print to rpt_common.
Extended RptObjText.
RptObjText's source attribute now read value from database field.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@8 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

18 years agoSmall changes on autotools files.
Andrea Zagli [Sun, 25 Mar 2007 14:04:33 +0000 (14:04 +0000)]
Small changes on autotools files.
Generation of the documentation.
Version 0.0.1

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@7 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

18 years agoRptReport with text, line, rect and image objects.
Andrea Zagli [Sun, 25 Mar 2007 08:08:51 +0000 (08:08 +0000)]
RptReport with text, line, rect and image objects.
Only few features implemented.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@6 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

18 years agoContinuing RptReport.
Andrea Zagli [Sun, 18 Mar 2007 16:58:41 +0000 (16:58 +0000)]
Continuing RptReport.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@5 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

18 years agoContinuing RptReport.
Andrea Zagli [Sun, 18 Mar 2007 14:29:02 +0000 (14:29 +0000)]
Continuing RptReport.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@4 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

18 years agoStarted RptReport.
Andrea Zagli [Sat, 17 Mar 2007 18:15:19 +0000 (18:15 +0000)]
Started RptReport.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@3 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

18 years agoGtk-docize
Andrea Zagli [Sun, 11 Mar 2007 08:12:56 +0000 (08:12 +0000)]
Gtk-docize

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@2 3191ed1d-3fce-41bb-ab4a-0cebc0943b59

18 years agoInitial import.
Andrea Zagli [Sun, 11 Mar 2007 07:46:51 +0000 (07:46 +0000)]
Initial import.

git-svn-id: svn+ssh://saetta.homelinux.org/svn/libreptool/trunk@1 3191ed1d-3fce-41bb-ab4a-0cebc0943b59