summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2017-11-23 13:56:12 +0000
committerNorbert Preining <preining@logic.at>2017-11-23 13:56:12 +0000
commite4eaa225713035c963294e3066f32f86ae4659c0 (patch)
tree5ce7001592658edb6dd6bff1788988254bccba0f /Master/texmf-dist/doc/support
parentcac220fe25c898b986893600edeb2daf7dddd604 (diff)
update tlcockpit
git-svn-id: svn://tug.org/texlive/trunk@45891 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support')
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/NEWS25
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/README.md29
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/backup-view.jpgbin47544 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/pkg-details.pngbin155022 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/pkgs-view.jpgbin57766 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-backups.jpgbin0 -> 48570 bytes
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-collections.jpgbin0 -> 69113 bytes
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-config.jpgbin0 -> 37865 bytes
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-loading.jpgbin0 -> 34424 bytes
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-packages.jpgbin0 -> 78475 bytes
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-paper.jpgbin0 -> 16959 bytes
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-pkgdetails.jpgbin0 -> 106077 bytes
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-updates.jpgbin0 -> 82512 bytes
-rw-r--r--Master/texmf-dist/doc/support/tlcockpit/screenshots/update-view.jpgbin22768 -> 0 bytes
14 files changed, 40 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/support/tlcockpit/NEWS b/Master/texmf-dist/doc/support/tlcockpit/NEWS
index d8c84e675e8..1c12e2f46db 100644
--- a/Master/texmf-dist/doc/support/tlcockpit/NEWS
+++ b/Master/texmf-dist/doc/support/tlcockpit/NEWS
@@ -1,16 +1,29 @@
NEWS for tlcockpit
-version 0.6
------------
+version 0.7 (20171124)
+----------------------
+requires tlmgr >= 2017-11-23 (version 45888 of texlive.infra)
+- fix behavior when closing using the Window Manager X on Windows (Issue: 2)
+- use tlmgr json output
+- allow ordering packages by name and by collection
+- log and error output separated (Debug area)
+- support for paper configuration and general options
+- deal with dying tlmgr
+- add search capability (searches package names and sortdesc)
+- check whether tlmgr is new enough
+- updates, installs, removes are online updated during operation
+
+version 0.6 (20171012)
+----------------------
- texlive infra updates handled properly (restarting tlmgr)
- scrollable list of files in pkg info window
-version 0.5
------------
+version 0.5 (20171009)
+----------------------
- better pkg info display
- try to open doc files from pkg info window
- dynamic updates of the update screen during updates
-version 0.4
------------
+version 0.4 (20171004)
+----------------------
First half-way usable version
diff --git a/Master/texmf-dist/doc/support/tlcockpit/README.md b/Master/texmf-dist/doc/support/tlcockpit/README.md
index 4ee2115d88c..e151947c742 100644
--- a/Master/texmf-dist/doc/support/tlcockpit/README.md
+++ b/Master/texmf-dist/doc/support/tlcockpit/README.md
@@ -25,8 +25,8 @@ call as in `java -jar PATH/TO/tlcockpit.jar`.
Requirements
------------
-You need at least `tlmgr` from after 2017-09-01, in TeX Live language at least
-version 45190 or `texlive.infra`.
+You need at least `tlmgr` from after 2017-11-23, in TeX Live language at least
+version 45888 or `texlive.infra`.
A recent Java installation that includes JavaFX is required. If you see
errors like
@@ -49,7 +49,7 @@ Development is done in Scala with the ScalaFX widget set. The project is
mainly a challenge for myself to learn Scala. Building is done with *sbt*,
opening the project in IntelliJ works fine.
-Deplyment is done via [sbt assembly](https://github.com/sbt/sbt-assembly)
+Deployment is done via [sbt assembly](https://github.com/sbt/sbt-assembly)
which packs all the necessary libraries into one jar file.
Contributions are welcome, improvements are easily done as I just started
@@ -58,24 +58,37 @@ writing Scala and my style is horrible ;-)
Screenshots
-----------
-(permanently outdated)
+Starting up TLCockpit
+
+![Loading screen](screenshots/tlcockpit-loading.jpg)
Package listing
-![Package listing view](screenshots/pkgs-view.jpg)
+![Package listing view](screenshots/tlcockpit-packages.jpg)
+
+View packages by collections
+
+![Packages by collections](screenshots/tlcockpit-collections.jpg)
Updates listing
-![Updates listing view](screenshots/update-view.jpg)
+![Updates listing view](screenshots/tlcockpit-updates.jpg)
Backup/Restore listing
-![Backup listing view](screenshots/backup-view.jpg)
+![Backup listing view](screenshots/tlcockpit-backups.jpg)
Package details
-![Package details](screenshots/pkg-details.png)
+![Package details](screenshots/tlcockpit-pkgdetails.jpg)
+
+Configuration dialog
+
+![Config screen](screenshots/tlcockpit-config.jpg)
+
+Paper setting dialog
+![Config screen](screenshots/tlcockpit-paper.jpg)
License
-------
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/backup-view.jpg b/Master/texmf-dist/doc/support/tlcockpit/screenshots/backup-view.jpg
deleted file mode 100644
index 552ec831b14..00000000000
--- a/Master/texmf-dist/doc/support/tlcockpit/screenshots/backup-view.jpg
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/pkg-details.png b/Master/texmf-dist/doc/support/tlcockpit/screenshots/pkg-details.png
deleted file mode 100644
index 0b385b81169..00000000000
--- a/Master/texmf-dist/doc/support/tlcockpit/screenshots/pkg-details.png
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/pkgs-view.jpg b/Master/texmf-dist/doc/support/tlcockpit/screenshots/pkgs-view.jpg
deleted file mode 100644
index ef0ca60ef4f..00000000000
--- a/Master/texmf-dist/doc/support/tlcockpit/screenshots/pkgs-view.jpg
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-backups.jpg b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-backups.jpg
new file mode 100644
index 00000000000..20dbdf413a9
--- /dev/null
+++ b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-backups.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-collections.jpg b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-collections.jpg
new file mode 100644
index 00000000000..af5a3240ee4
--- /dev/null
+++ b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-collections.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-config.jpg b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-config.jpg
new file mode 100644
index 00000000000..efd6b1bf909
--- /dev/null
+++ b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-config.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-loading.jpg b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-loading.jpg
new file mode 100644
index 00000000000..40711b3d672
--- /dev/null
+++ b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-loading.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-packages.jpg b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-packages.jpg
new file mode 100644
index 00000000000..d31476c4887
--- /dev/null
+++ b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-packages.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-paper.jpg b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-paper.jpg
new file mode 100644
index 00000000000..354c3d3560d
--- /dev/null
+++ b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-paper.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-pkgdetails.jpg b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-pkgdetails.jpg
new file mode 100644
index 00000000000..01aa4b93dd4
--- /dev/null
+++ b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-pkgdetails.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-updates.jpg b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-updates.jpg
new file mode 100644
index 00000000000..85052b11c63
--- /dev/null
+++ b/Master/texmf-dist/doc/support/tlcockpit/screenshots/tlcockpit-updates.jpg
Binary files differ
diff --git a/Master/texmf-dist/doc/support/tlcockpit/screenshots/update-view.jpg b/Master/texmf-dist/doc/support/tlcockpit/screenshots/update-view.jpg
deleted file mode 100644
index 1d10628df52..00000000000
--- a/Master/texmf-dist/doc/support/tlcockpit/screenshots/update-view.jpg
+++ /dev/null
Binary files differ