[PULL REQUEST] Add a progress bar in PrintDialog

Lubomir I. Ivanov neolit123 at gmail.com
Wed Dec 4 06:04:06 UTC 2013


this adds the progress bar dicussed last night. the series also add
a Close button and fix some forward declarations in the print* headers.

----------------------------------------------------------------
The following changes since commit 06711732c94600c8b3106b2e3260ebd69de53a98:

  Correct parameter names (2013-12-03 20:55:00 -0800)

are available in the git repository at:

  git at github.com:neolit123/subsurface.git print

for you to fetch changes up to fc06a69c436f266f74bbdd141f508e1063ca7ba9:

  PrintDialog: reset the progress bar each time the dialog opens (2013-12-04 15:52:21 +0200)

----------------------------------------------------------------
Lubomir I. Ivanov (10):
      PrintDialog: add a progress bar in the dialog
      PrintDialog: change a comment
      PrintDialog: add separate Preview/Print buttons
      PrintDialog: make the dialog slightly larger
      PrintDialog: add a 'Close' button
      PrintLayout: add estimateTotalDives()
      PrintLayout: emit progress from printProfileDives()
      PrintLayout: emit progress from printTable()
      Print: fix some forward declarations
      PrintDialog: reset the progress bar each time the dialog opens

 qt-ui/printdialog.cpp | 51 +++++++++++++++++++++++++++++++++++++++++++--------
 qt-ui/printdialog.h   |  9 +++++++--
 qt-ui/printlayout.cpp | 48 +++++++++++++++++++++++++++++++++++++++++-------
 qt-ui/printlayout.h   |  4 ++++
 4 files changed, 95 insertions(+), 17 deletions(-)


More information about the subsurface mailing list