forked from Gnucash/gnucash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add progress bars for the last two reports.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7570 57a11ea4-9604-0410-9ed3-97b8803252fd
- Loading branch information
David Hampton
committed
Nov 30, 2002
1 parent
a564daf
commit 766d8e1
Showing
4 changed files
with
57 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2002-11-29 David Hampton <[email protected]> | ||
|
||
* src/report/report-system/report.scm: Move the busy cursor logic | ||
so that it removes the busy cursor even after a report error. | ||
|
||
* src/report/locale-specific/us/taxtxf.scm: | ||
* src/report/standard-reports/transaction.scm: Provide progress updates | ||
while creating reports. #94280 | ||
|
||
2002-11-29 Christian Stimming <[email protected]> | ||
|
||
* src/import-export/hbci/gnc-hbci-utils.c, gnc-hbci-*.c: Catch the | ||
|
@@ -52,7 +61,7 @@ | |
* src/report/report-system/report.scm: | ||
* src/report/standard-reports/*.scm: | ||
* src/business/business-reports/*.scm: Provide progress updates | ||
while creating reports. | ||
while creating reports. #94280 | ||
|
||
* src/gnome-utils/gw-gnome-utils-spec.scm: Make the | ||
set_busy_cursor and unset_busy_cursor routines available from | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters