diff --git a/about/help_en b/about/help_en
index 48e3a24..a93fab6 100644
--- a/about/help_en
+++ b/about/help_en
@@ -123,8 +123,11 @@ This example filters for files where: "Bias" is in the file name, the OBJECT pro
Database tree
-
This is another view that show indexed database as tree. You can add or remove tree filter that construct a tree structure from FITS keywords. Each level of tree
-will be based on this filter. You can specify one keywords multiple times.
+
This is another view that show indexed database as tree. You can add or remove tree grouping that construct a tree structure from FITS keywords. Each level of tree
+will be based on this grouping. You can specify one keywords multiple times. When adding a grouping you can also specify aggregation function that is applied to last level.
+SUM will add up all numbers in that group usefull for example for EXPTIME. COUNT will show how many files are in that group. AVG will show average value, MIN,MAX,MEDIAN will calculate
+minimum, maximum and media value in that group. So if you select CCD-TEMP as last with AVG it will calculate average temperature. Double click on file in tree view will open
+that file.
Plate Solving
This module can plate solve images and update FITS header with solution for FITS and XISF images.
diff --git a/about/help_fr b/about/help_fr
index f528609..24fa2b9 100644
--- a/about/help_fr
+++ b/about/help_fr
@@ -103,8 +103,11 @@ Cet exemple filtre les fichiers où : "Bias" figure dans le nom de fichier, la p
Database tree
-
This is another view that show indexed database as tree. You can add or remove tree filter that construct a tree structure from FITS keywords. Each level of tree
-will be based on this filter. You can specify one keywords multiple times.
+
This is another view that show indexed database as tree. You can add or remove tree grouping that construct a tree structure from FITS keywords. Each level of tree
+will be based on this grouping. You can specify one keywords multiple times. When adding a grouping you can also specify aggregation function that is applied to last level.
+SUM will add up all numbers in that group usefull for example for EXPTIME. COUNT will show how many files are in that group. AVG will show average value, MIN,MAX,MEDIAN will calculate
+minimum, maximum and media value in that group. So if you select CCD-TEMP as last with AVG it will calculate average temperature. Double click on file in tree view will open
+that file.
Plate Solving
This module can plate solve images and update FITS header with solution for FITS and XISF images.
diff --git a/about/help_sk b/about/help_sk
index 77b75e5..8096ef1 100644
--- a/about/help_sk
+++ b/about/help_sk
@@ -106,8 +106,11 @@ zástupný znak za hocijaký reťazec znakov aj žiadny. Znak _ je tiež zástup
Bez použitia zástupných znakov sa vyhľadá iba presný výskyt.
Database tree
-
This is another view that show indexed database as tree. You can add or remove tree filter that construct a tree structure from FITS keywords. Each level of tree
-will be based on this filter. You can specify one keywords multiple times.
+
This is another view that show indexed database as tree. You can add or remove tree grouping that construct a tree structure from FITS keywords. Each level of tree
+will be based on this grouping. You can specify one keywords multiple times. When adding a grouping you can also specify aggregation function that is applied to last level.
+SUM will add up all numbers in that group usefull for example for EXPTIME. COUNT will show how many files are in that group. AVG will show average value, MIN,MAX,MEDIAN will calculate
+minimum, maximum and media value in that group. So if you select CCD-TEMP as last with AVG it will calculate average temperature. Double click on file in tree view will open
+that file.
Plate Solving
Tento modul umožnuje vyriešiť obrázok a určiť RA, DEC koordináty a aktualizovať FITS a XISF súbory s WCS dátami.
diff --git a/translations/tenmon_en.qm b/translations/tenmon_en.qm
index 9ad8a17..6b9dd2d 100644
Binary files a/translations/tenmon_en.qm and b/translations/tenmon_en.qm differ
diff --git a/translations/tenmon_en.ts b/translations/tenmon_en.ts
index 4972b2d..26747e0 100644
--- a/translations/tenmon_en.ts
+++ b/translations/tenmon_en.ts
@@ -174,17 +174,17 @@
DataBaseView
-
+ Select columnsSelect columns
-
+ Text to search, you can % as wildcardText to search, you can % as wildcard
-
+ FilterFilter
@@ -192,27 +192,27 @@
DatabaseTableView
-
+ MarkMark
-
+ UnmarkUnmark
-
+ OpenOpen
-
+ Open file locationOpen file location
-
+ Copy filesCopy files
@@ -220,23 +220,42 @@
DatabaseTreeSettings
- Add tree filter
- Add tree filter
+ Add tree filter
+
+
+
+ Add tree grouping
+ Add tree grouping
+
+
+
+ Aggregate function
+ Aggregate function
+
+
+
+ This aggregate function will be applied to last level of grouping
+ This aggregate function will be applied to last level of groupingDatabaseTreeView
-
+ AddAdd
-
+ RemoveRemove
+
+
+ Tree/Table
+ Tree/Table
+ Dialog
@@ -249,7 +268,7 @@
FITSFileModel
-
+ File nameFile name
@@ -431,7 +450,7 @@
HelpDialog
-
+ HelpHelp
diff --git a/translations/tenmon_fr.qm b/translations/tenmon_fr.qm
index bb2330e..4c18278 100644
Binary files a/translations/tenmon_fr.qm and b/translations/tenmon_fr.qm differ
diff --git a/translations/tenmon_fr.ts b/translations/tenmon_fr.ts
index b2ce72a..575e3ec 100644
--- a/translations/tenmon_fr.ts
+++ b/translations/tenmon_fr.ts
@@ -174,17 +174,17 @@
DataBaseView
-
+ Select columnsChoix des colonnes
-
+ Text to search, you can % as wildcardTexte à chercher, utilisez % comme caractère générique
-
+ FilterFiltre
@@ -192,27 +192,27 @@
DatabaseTableView
-
+ MarkMarquer
-
+ UnmarkDécocher
-
+ OpenOuvrir
-
+ Open file location
-
+ Copy files
@@ -220,23 +220,38 @@
DatabaseTreeSettings
-
- Add tree filter
+
+ Add tree grouping
+
+
+
+
+ Aggregate function
+
+
+
+
+ This aggregate function will be applied to last level of groupingDatabaseTreeView
-
+ Add
-
+ RemoveSupprimer
+
+
+ Tree/Table
+
+ Dialog
@@ -249,7 +264,7 @@
FITSFileModel
-
+ File nameNom de fichier
@@ -431,7 +446,7 @@
HelpDialog
-
+ HelpAide
diff --git a/translations/tenmon_pt_BR.qm b/translations/tenmon_pt_BR.qm
index 3ad102a..ddd12ca 100644
Binary files a/translations/tenmon_pt_BR.qm and b/translations/tenmon_pt_BR.qm differ
diff --git a/translations/tenmon_pt_BR.ts b/translations/tenmon_pt_BR.ts
index 1093069..08d3200 100644
--- a/translations/tenmon_pt_BR.ts
+++ b/translations/tenmon_pt_BR.ts
@@ -175,17 +175,17 @@
DataBaseView
-
+ Select columnsSelecionar colunas
-
+ Text to search, you can % as wildcardTexto a ser pesquisado, você pode % como curinga
-
+ FilterFiltro
@@ -193,27 +193,27 @@
DatabaseTableView
-
+ MarkAssinalar
-
+ UnmarkDesmarcar
-
+ OpenAbrir
-
+ Open file location
-
+ Copy files
@@ -221,23 +221,38 @@
DatabaseTreeSettings
-
- Add tree filter
+
+ Add tree grouping
+
+
+
+
+ Aggregate function
+
+
+
+
+ This aggregate function will be applied to last level of groupingDatabaseTreeView
-
+ AddAdd
-
+ RemoveRetirar
+
+
+ Tree/Table
+
+ Dialog
@@ -250,7 +265,7 @@
FITSFileModel
-
+ File nameNome do arquivo
@@ -265,7 +280,7 @@
Add
- Add
+
@@ -432,7 +447,7 @@
HelpDialog
-
+ HelpAjuda
diff --git a/translations/tenmon_sk.qm b/translations/tenmon_sk.qm
index eea3755..1c43094 100644
Binary files a/translations/tenmon_sk.qm and b/translations/tenmon_sk.qm differ
diff --git a/translations/tenmon_sk.ts b/translations/tenmon_sk.ts
index 7118c22..db834f6 100644
--- a/translations/tenmon_sk.ts
+++ b/translations/tenmon_sk.ts
@@ -174,17 +174,17 @@
DataBaseView
-
+ Select columnsVyber stĺpce
-
+ Text to search, you can % as wildcardText na vyhľadanie, môžete použit % ako zástupný znak
-
+ FilterMeno súboruFilter
@@ -193,27 +193,27 @@
DatabaseTableView
-
+ MarkOznačiť
-
+ UnmarkOdznačiť
-
+ OpenOtvoriť
-
+ Open file locationOtvoriť umiestnenie súboru
-
+ Copy filesSkopírovať súbory
@@ -221,23 +221,42 @@
DatabaseTreeSettings
- Add tree filter
- Pridať stromový filter
+ Pridať stromový filter
+
+
+
+ Add tree grouping
+ Pridaj stromové zoskupovanie
+
+
+
+ Aggregate function
+ Agregačná funkcia
+
+
+
+ This aggregate function will be applied to last level of grouping
+ Táto agregáčná funkcia bude použitá na poslednú úroveň zoskupovaniaDatabaseTreeView
-
+ AddPridať
-
+ RemoveOdstrániť
+
+
+ Tree/Table
+ Strom/Tabuľka
+ Dialog
@@ -250,7 +269,7 @@
FITSFileModel
-
+ File nameMeno súboru
@@ -432,7 +451,7 @@
HelpDialog
-
+ HelpPomoc