[office/skrooge] /: Improve table context menu steps

2022-04-10 Thread S Page
Git commit 767f85ae5922b005997b484c7abcf834d7dd69a9 by S Page.
Committed on 10/04/2022 at 03:23.
Pushed by smankowski into branch 'master'.

Improve table context menu steps

You can also bring up a table's context menu from the settings icon in
the table's header.

Also reorder the export formats to match the order in the Save As
dialog.

M  +1-0CHANGELOG
M  +2-2doc/index.docbook

https://invent.kde.org/office/skrooge/commit/767f85ae5922b005997b484c7abcf834d7dd69a9

diff --git a/CHANGELOG b/CHANGELOG
index d6610e5b2..f7037c28c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,5 @@
 skrooge (2.28.0)
+  *Correction: document the settings icon in a table's header to bring up its 
context menu
   *Correction bug 446352: field pop-ups located weirdly, "##WARNING: Wayland 
does not support QWindow::requestActivate()", sometimes hangs
   *Feature: The "Debug" page allows to execute multi sql orders
   
diff --git a/doc/index.docbook b/doc/index.docbook
index 397a6d93c..6acd64dca 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -480,7 +480,7 @@
   
   
Tables
-   In , all tables are customizable. Bring up the 
contextual menu (usually by right-clicking) on the column header, and you will 
see a menu appear:
+   In , all tables are customizable. Bring up the table's 
context menu, by right-clicking on the column header or clicking the settings 
icon in the table header, and you will see a menu appear:


  
@@ -776,7 +776,7 @@
   
   
Export a specific table
-   All tables in  can be 
exported, either in CSV, , ODT, , SVG or TXT format. 
+   All tables in  can be 
exported, in CSV, plain text, , ODT, , or SVG format. You can do so 
by right-clicking on the column header or clicking the settings icon in the 
table header to bring up the table's context menu, and choosing the 
Export option.


  


[office/skrooge] doc: Use "Editing" instead of Edition in doc

2020-06-02 Thread S Page
Git commit aef07eae6880a10f38ad15aa7bca8ca85d0f3e85 by S Page.
Committed on 03/06/2020 at 01:36.
Pushed by spage into branch 'master'.

Use "Editing" instead of Edition in doc

Summary:
"Edition mode" and "fast edition" don't make sense in English.
I renamed two images to match the improved language.

Reviewers: smankowski, yurchor

Reviewed By: yurchor

Subscribers: yurchor, kde-doc-english

Tags: #documentation

Differential Revision: https://phabricator.kde.org/D29837

R  +---doc/editing_panel_buttons.png [from: 
doc/edition_panel_buttons.png - 100% similarity]
R  +---doc/fast_editing.png [from: doc/fast_edition.png - 100% 
similarity]
M  +24   -24   doc/index.docbook

https://invent.kde.org/office/skrooge/commit/aef07eae6880a10f38ad15aa7bca8ca85d0f3e85

diff --git a/doc/edition_panel_buttons.png b/doc/editing_panel_buttons.png
similarity index 100%
rename from doc/edition_panel_buttons.png
rename to doc/editing_panel_buttons.png
diff --git a/doc/fast_edition.png b/doc/fast_editing.png
similarity index 100%
rename from doc/fast_edition.png
rename to doc/fast_editing.png
diff --git a/doc/index.docbook b/doc/index.docbook
index c4bf857cf..fbd3b2a01 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -79,7 +79,7 @@
   
   
   
-is an application for managing your personal finances. It can 
keep track of your incomes and expenses across several accounts, in several 
currencies. It has all the features you should expect from such a tool, such as 
categories, scheduled operations, graphical reporting, stocks management... It 
also has some less common features, like fast operation edition, search as you 
type, refund trackers, customizable attributes...
+is an application for managing your personal finances. It can 
keep track of your incomes and expenses across several accounts, in several 
currencies. It has all the features you should expect from such a tool, such as 
categories, scheduled operations, graphical reporting, stocks management... It 
also has some less common features, like fast operation editing, search as you 
type, refund trackers, customizable attributes...
   
   
   
@@ -451,20 +451,20 @@
 can display several tabs. You can add as many tabs as 
you want, each one containing the information you need. The above screenshot 
shows 4 tabs (accounts, operations, and two graphs).
   
   
-  
-   Edition Panels
-   In most  tabs, the way to edit items is to use the 
edition panel, located at the bottom of the page. In order to preserve maximum 
space for visualizing information, especially on small screens, edition panels 
can be hidden or displayed using buttons.
+  
+   Editing Panels
+   In most  views, you edit items in an editing panel 
located at the bottom of the page.


  
-   
-   Buttons for showing or hiding Operations 
edition panels.
+   
+   Buttons for showing or hiding the Operations 
editing panel.
  


-   When more than one edition mode is available, several buttons 
allow choosing amongst them. In the above screenshot, there are four buttons 
allowing to choose the edition mode for Operations, "Standard", "Split", "Transfer" and 
"Shares".
+   When a view has more than one editing mode, buttons let you 
choose among them. In the above screenshot, there are four buttons to choose 
different editing modes for Operations: 
"Standard", "Split", "Transfer" and "Shares". In order to preserve maximum 
space for visualizing information, especially on small screens, you can hide or 
show some views' editing panel. In the above screenshot, if you click the 
button for the current mode to deselect it, the editing panel hides.

-   All numerical fields are interpreted. It means that you can enter 
mathematical expressions like this:
+   In editing panels, all numerical fields are interpreted. This 
means that you can enter mathematical expressions such as:
  
5*3+10
5*(3+10)
@@ -1305,7 +1305,7 @@
   
   
Create an Account
-   The account creation is done using the edition panel below the 
accounts list.
+   You create accounts in the editing panel below the accounts list 
in Accounts view.


  To create an account, enter its attributes (the mandatory ones are in 
bold), and click on Add.  doesn't need you to 
provide the initial amount of this account. In order to set the initial amount 
of the account, create an operation corresponding to the initial amount.
@@ -1427,8 +1427,8 @@
   
   
   
-   Create an operation
-   To create a standard operation, you may use the Clear 
button to clear all fields and start a new operation from scratch. 
You can then fill its attributes

D29837: Use "Editing" instead of Edition in doc

2020-06-02 Thread S Page
spage closed this revision.

REPOSITORY
  R469 Skrooge

REVISION DETAIL
  https://phabricator.kde.org/D29837

To: spage, smankowski, yurchor
Cc: yurchor, kde-doc-english, gennad, fbampaloukas, skadinna


D29837: Use "Editing" instead of Edition in doc

2020-06-02 Thread S Page
spage updated this revision to Diff 83196.
spage added a comment.


  Fixed two capitalizations

REPOSITORY
  R469 Skrooge

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D29837?vs=83188=83196

BRANCH
  doc_edition (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D29837

AFFECTED FILES
  doc/editing_panel_buttons.png
  doc/edition_panel_buttons.png
  doc/fast_editing.png
  doc/fast_edition.png
  doc/index.docbook

To: spage, smankowski, yurchor
Cc: yurchor, kde-doc-english, gennad, fbampaloukas, skadinna


D29838: Improve Operations list documentation

2020-06-01 Thread S Page
spage created this revision.
Herald added a project: Documentation.
Herald added a subscriber: kde-doc-english.
spage requested review of this revision.

REVISION SUMMARY
  Fix copy-paste from Accounts list section, mention regular operation
  fields, fix Status now it's no longer a grey checkbox.

REPOSITORY
  R469 Skrooge

BRANCH
  operations_list (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D29838

AFFECTED FILES
  doc/index.docbook

To: spage
Cc: kde-doc-english, gennad, fbampaloukas, skadinna


D29837: Use "Editing" instead of Edition in doc

2020-06-01 Thread S Page
spage added a reviewer: smankowski.
spage added a comment.


  I'm not sure who should review Skrooge doc changes. I did not rebuild the 
Skrooge Handbook to test, sorry.

REPOSITORY
  R469 Skrooge

REVISION DETAIL
  https://phabricator.kde.org/D29837

To: spage, smankowski
Cc: kde-doc-english, gennad, fbampaloukas, skadinna


D29837: Use "Editing" instead of Edition in doc

2020-06-01 Thread S Page
spage created this revision.
Herald added a project: Documentation.
Herald added a subscriber: kde-doc-english.
spage requested review of this revision.

REVISION SUMMARY
  "Edition mode" and "fast edition" don't make sense in English.
  I renamed two images to match the improved language.

REPOSITORY
  R469 Skrooge

BRANCH
  doc_edition (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D29837

AFFECTED FILES
  doc/editing_panel_buttons.png
  doc/edition_panel_buttons.png
  doc/fast_editing.png
  doc/fast_edition.png
  doc/index.docbook

To: spage
Cc: kde-doc-english, gennad, fbampaloukas, skadinna


D25085: improve Reconciliation doc

2019-11-17 Thread S Page
spage updated this revision to Diff 69870.
spage added a comment.


  - address yurchor's doc comments in Differential

REPOSITORY
  R469 Skrooge

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D25085?vs=69084=69870

BRANCH
  arcpatch-D25085

REVISION DETAIL
  https://phabricator.kde.org/D25085

AFFECTED FILES
  doc/index.docbook

To: spage, #skrooge, yurchor
Cc: yurchor, kde-doc-english, gennad, jdb314, fbampaloukas, skadinna, scheirle, 
smankowski


D25352: Improve Reconciliation doc

2019-11-16 Thread S Page
spage abandoned this revision.
spage added a comment.


  This was intended to be an update to D25085 
 but instead `arc diff` created a new diff. 
Sorry!

REPOSITORY
  R469 Skrooge

REVISION DETAIL
  https://phabricator.kde.org/D25352

To: spage
Cc: kde-doc-english, gennad, fbampaloukas, skadinna


D25352: Improve Reconciliation doc

2019-11-16 Thread S Page
spage created this revision.
Herald added a project: Documentation.
Herald added a subscriber: kde-doc-english.
spage requested review of this revision.

REVISION SUMMARY
  These are pointed operations, not checked; give an example of Delta 0;
  explain the fake operation to complete validation (and avoid active
  voice); etc.
  
  Also be consistent referring to "application's settings."
  
  address yurchor's comments

REPOSITORY
  R469 Skrooge

BRANCH
  doc_reconciliation

REVISION DETAIL
  https://phabricator.kde.org/D25352

AFFECTED FILES
  doc/index.docbook

To: spage
Cc: kde-doc-english, gennad, fbampaloukas, skadinna


D25085: improve Reconciliation doc

2019-10-31 Thread S Page
spage marked 2 inline comments as done.
spage added a comment.


  In D25085#557022 , @yurchor wrote:
  
  > Thanks in advance for fixing these issues.
  
  
  Sure, happy to help. Alas, I can't get Arcanist setup, `arc  
install-certificate` fails with
  
Usage Exception: Failed to connect to server 
(https://phabricator.kde.org/api/): [cURL/77] 
(https://phabricator.kde.org/api/conduit.ping)  The 
SSL CA Bundles that we tried to use could not be read or are not formatted 
correctly.
  
  from `ArcanistInstallCertificateWorkflow::run()`, and for which nobody on IRC 
has working suggestions. I don't think I can amend a patch in Differential 
using just git and Phabricator. I'll try to debug the PHP cli program and 
libcurl...

REPOSITORY
  R469 Skrooge

REVISION DETAIL
  https://phabricator.kde.org/D25085

To: spage, #skrooge
Cc: yurchor, kde-doc-english, gennad, fbampaloukas, skadinna, scheirle, 
smankowski


D25085: improve Reconciliation doc

2019-10-31 Thread S Page
spage created this revision.
spage added a reviewer: Skrooge.
spage added a project: Skrooge.
Herald added a project: Documentation.
Herald added a subscriber: kde-doc-english.
spage requested review of this revision.

REVISION SUMMARY
  These are pointed operations, not checked; give an example of Delta 0; 
explain the fake operation to complete validation (and avoid active voice); etc.
  
  Also be consistent referring to "application's settings."

TEST PLAN
  build the doc, look at Reconciliation section.

REPOSITORY
  R469 Skrooge

REVISION DETAIL
  https://phabricator.kde.org/D25085

AFFECTED FILES
  doc/index.docbook

To: spage, #skrooge
Cc: kde-doc-english, gennad, fbampaloukas, skadinna, scheirle, smankowski


D24977: Improve explanation of table filter/search

2019-10-30 Thread S Page
spage added a comment.


  In D24977#554628 , @smankowski 
wrote:
  
  > You can commit it
  
  
  Thanks, but how? Action > Close revision in this UI doesn't sound like 
"landing," and I get a weird internal curl error when I try to set up Arcanist 
.
 Can I just `git push`?

REPOSITORY
  R469 Skrooge

REVISION DETAIL
  https://phabricator.kde.org/D24977

To: spage, smankowski
Cc: smankowski, kde-doc-english, gennad, fbampaloukas, skadinna, scheirle


D24977: Improve explanation of table filter/search

2019-10-27 Thread S Page
spage created this revision.
spage added a project: Skrooge.
Herald added a project: Documentation.
Herald added a subscriber: kde-doc-english.
spage requested review of this revision.

REVISION SUMMARY
  Minor text improvements

TEST PLAN
  Build docs, look at Chapter 2. Main concepts (main-concepts.html) , decide if 
it's any better.

REPOSITORY
  R469 Skrooge

REVISION DETAIL
  https://phabricator.kde.org/D24977

AFFECTED FILES
  doc/index.docbook

To: spage
Cc: kde-doc-english, gennad, fbampaloukas, skadinna, scheirle, smankowski


[kde-doc-english] http://docs.kde.org/ and KDE4

2007-11-06 Thread S Page
(I also posted this to 
http://techbase.kde.org/Talk:Projects/Documentation/KDE4 .)

I'm getting started with KDE4.  I just want to know what KDED4 is, or 
what KTeaTime does.  There is a http://docs.kde.org/ but it has *no 
reference* to KDE4 at all.  Please someone add something at that web 
site for people trying to use KDE4, even if it's just

  This is only for the current KDE 3.5 series of releases.
  KDE4 users, see X Y Z.

And I think similar disclaimers belong in prominent documents there like 
An Introduction to KDE and The KDE User Guide.  Those do not 
reference a KDE version at all.

Is http://docs.kde.org/ going to be updated for KDE4?  It's great to 
have all the handbooks and such online.


Thanks for all your efforts.
--
=S Page