Author: msevior
Date: 2011-04-13 06:22:58 +0200 (Wed, 13 Apr 2011) New Revision: 29714
Modified:
abiword/trunk/src/af/xap/xp/xap_String_Id.h
abiword/trunk/src/text/fmt/xp/fl_DocListener.cpp
abiword/trunk/src/text/ptbl/xp/pd_Document.cpp
abiword/trunk/src/text/ptbl/xp/pd_Document.h
abiword/trunk/src/text/ptbl/xp/pf_Fragments.cpp
abiword/trunk/src/wp/ap/gtk/ap_UnixStatusBar.cpp
abiword/trunk/src/wp/ap/xp/ap_StatusBar.cpp
abiword/trunk/src/wp/ap/xp/ap_StatusBar.h
Log:
More progress bar goodness. Implement a "pulsing" progress bar for
those long running progresses where we do not know how much more there
is to go.
We set this by setting the progress type to "PROGRESS_INDEFINATE" as shown
below:
pStatusBar->setStatusProgressType(0,100,PROGRESS_INDEFINATE);
These are useful during the first phase of document import where we
fill the piecetable.
The is also a new translatable string. "Imported paragraph". We now
show how many paragraphs have been been inserted into the Piecetable
in the status bar.
All this shows the user that we're doing useful things while importing
big douments.
Windows and OSX developers should implement this for their platforms.
Modified: abiword/trunk/src/af/xap/xp/xap_String_Id.h
===================================================================
--- abiword/trunk/src/af/xap/xp/xap_String_Id.h 2011-04-12 10:44:38
UTC (rev 29713)
+++ abiword/trunk/src/af/xap/xp/xap_String_Id.h 2011-04-13 04:22:58
UTC (rev 29714)
@@ -28,6 +28,7 @@
dcl(MSG_ImportingDoc, "Importing Document...")
dcl(MSG_BuildingDoc, "Building Document:")
+dcl(MSG_ParagraphsImported, "Imported Paragraph")
Received on Wed Apr 13 06:25:45 2011
This archive was generated by hypermail 2.1.8 : Wed Apr 13 2011 - 06:25:45 CEST