Commit graph

12 commits

Author SHA1 Message Date
Paul S 5852ac6b62 Installing necessary PySide2 package for GUI-mode 2021-05-07 13:16:13 +02:00
Paul S 845b7e9c9a "Browse"-button on directory-selection dialogs 2021-05-07 12:08:33 +02:00
Paul S a1c5fbf7ea Reworked "install.sh" to call "install.py"
- Reworked "install.sh" to call "install.py"
- All the functionality in "install.py"
- Launches graphical installer when called with "--gui" option: "install.sh --gui"
2021-05-06 19:40:07 +02:00
Paul S 4bc87b9642 Implemented option "--gui" for graphical installer 2021-05-05 17:22:57 +02:00
Paul S 898f4b5809 fixed problem with the Bash/ZSH config 2021-05-05 12:33:17 +02:00
Paul S 9cf4ca47a1 initial version of graphical installer
-  Graphical installer based on Python3 with PySide2 GUI framework (Qt-bindings for Python)
2021-05-04 18:10:32 +02:00
FotoCoder 13ee4cff74 Corrected a mistake
I had to correct a mistake with the .zshrc and .bashrc
2021-04-10 10:39:24 +02:00
FotoCoder 7a8cf88830 Added English language
In this version I have managed it: now English is supported as well as German!
2021-04-10 10:36:31 +02:00
FotoCoder 6edc54be08 added a farewell text at the end of the installer 2021-04-08 18:32:50 +02:00
FotoCoder 360fadb35a install.sh aktualisiert 2021-04-08 18:11:54 +02:00
PhotoLinux cb6b2ecf61 Fixed some bugs and added a new feature
In this version I fixed a bug with the .zshrc or .bashrc and translated the comment lines into English. In further versions I'll translate the whole program into English.
Also I added a new 'feature' that allows the install script to create the additional files automatically.
2021-04-08 08:35:44 +02:00
PhotoLinux 2afe07e1ad fixed some bugs and added sleep
In version 0.2 I fixed a bug with the location of the main directory and added one or two seconds sleep between the different steps.
2021-04-02 14:08:27 +02:00
Renamed from install (Browse further)