crypto-install.git
9 years agoUpdate README.md for better installation. gui
Olof-Joachim Frahm [Thu, 22 Jan 2015 00:07:35 +0000 (00:07 +0000)]
Update README.md for better installation.

9 years agoBetter GUI, password reading, translation.
Olof-Joachim Frahm [Wed, 21 Jan 2015 23:54:07 +0000 (23:54 +0000)]
Better GUI, password reading, translation.

Kinda too big, this commit.  Also has encoding problems.

9 years agoPackaging improvements.
Olof-Joachim Frahm [Wed, 21 Jan 2015 23:31:03 +0000 (23:31 +0000)]
Packaging improvements.

`setup.py install` now installs both compiled message catalogs as well
as the script itself.

Note that isn't the best solution yet, as with a proper wheel
configuration we could get rid of the script in favour of a library
oriented approach (apparently).

9 years agoAdd hook in setup.py to update version string.
Olof-Joachim Frahm [Sun, 18 Jan 2015 14:54:48 +0000 (14:54 +0000)]
Add hook in setup.py to update version string.

9 years agoAdd note about how to run with translation on.
Olof-Joachim Frahm [Mon, 19 Jan 2015 20:36:45 +0000 (20:36 +0000)]
Add note about how to run with translation on.

9 years agoAdd rule to build message catalog files.
Olof-Joachim Frahm [Mon, 19 Jan 2015 20:33:06 +0000 (20:33 +0000)]
Add rule to build message catalog files.

9 years agoAdd translation template and German translation.
Olof-Joachim Frahm [Mon, 19 Jan 2015 20:28:31 +0000 (20:28 +0000)]
Add translation template and German translation.

9 years agoSet locale initially.
Olof-Joachim Frahm [Mon, 19 Jan 2015 20:28:01 +0000 (20:28 +0000)]
Set locale initially.

9 years agoBetter locale directory setup.
Olof-Joachim Frahm [Mon, 19 Jan 2015 19:55:52 +0000 (19:55 +0000)]
Better locale directory setup.

9 years agoProvide input at thread start.
Olof-Joachim Frahm [Mon, 19 Jan 2015 19:47:59 +0000 (19:47 +0000)]
Provide input at thread start.

9 years agoAdd translation to meta-variables.
Olof-Joachim Frahm [Mon, 19 Jan 2015 19:46:56 +0000 (19:46 +0000)]
Add translation to meta-variables.

9 years agoFix missing translation; add labels.
Olof-Joachim Frahm [Sun, 18 Jan 2015 22:49:21 +0000 (22:49 +0000)]
Fix missing translation; add labels.

9 years agoUpdate documentation and filename in strings.
Olof-Joachim Frahm [Sun, 18 Jan 2015 22:48:41 +0000 (22:48 +0000)]
Update documentation and filename in strings.

9 years agoCollect corresponding widgets into fields.
Olof-Joachim Frahm [Sun, 18 Jan 2015 16:17:34 +0000 (16:17 +0000)]
Collect corresponding widgets into fields.

9 years agoMinify code.
Olof-Joachim Frahm [Sun, 18 Jan 2015 15:36:19 +0000 (15:36 +0000)]
Minify code.

9 years agoExtract redirecting process output.
Olof-Joachim Frahm [Sun, 18 Jan 2015 15:06:36 +0000 (15:06 +0000)]
Extract redirecting process output.

9 years agoAdd gettext support.
Olof-Joachim Frahm [Sun, 18 Jan 2015 14:56:43 +0000 (14:56 +0000)]
Add gettext support.

9 years agoUpdate Makefile with new filename.
Olof-Joachim Frahm [Sun, 18 Jan 2015 14:56:17 +0000 (14:56 +0000)]
Update Makefile with new filename.

9 years agoMake script installable.
Olof-Joachim Frahm [Thu, 15 Jan 2015 17:05:30 +0000 (17:05 +0000)]
Make script installable.

Adjust the `setup.py` definition to include the script and drop the
extension from the script.

9 years agoPut actual generation into separate thread.
Olof-Joachim Frahm [Wed, 14 Jan 2015 23:25:18 +0000 (23:25 +0000)]
Put actual generation into separate thread.

Which take care of the non-responsive GUI.

Note that most of the data accesses are still very much unsafe.

9 years agoPython 3 string compatibility.
Olof-Joachim Frahm [Wed, 14 Jan 2015 22:14:06 +0000 (22:14 +0000)]
Python 3 string compatibility.

9 years agoAdd a bit of documentation, environment variables.
Olof-Joachim Frahm [Wed, 14 Jan 2015 21:58:57 +0000 (21:58 +0000)]
Add a bit of documentation, environment variables.

9 years agoRedirect stdout and stderr to GUI window.
Olof-Joachim Frahm [Sun, 11 Jan 2015 17:42:57 +0000 (17:42 +0000)]
Redirect stdout and stderr to GUI window.

Bad, bad, bad solution thus far.  Needs some way to update concurrently
to the running processes and also differentiate between stdout and
stderr streams (by colour or so) in the output window.

The log window should also be modal to the first window and exceptions
should be shown as (helpful) message windows.

In the meantime the text-mode version should work the same as before.

9 years agoCheck for additional PEP8 problems.
Olof-Joachim Frahm [Sun, 11 Jan 2015 16:12:34 +0000 (16:12 +0000)]
Check for additional PEP8 problems.

9 years agoAdd more targets to Makefile and document them.
Olof-Joachim Frahm [Sun, 11 Jan 2015 15:45:18 +0000 (15:45 +0000)]
Add more targets to Makefile and document them.

9 years agoAdd initial setup.py.
Olof-Joachim Frahm [Sun, 11 Jan 2015 15:30:14 +0000 (15:30 +0000)]
Add initial setup.py.

9 years agoAdd initial rope configuration.
Olof-Joachim Frahm [Sun, 11 Jan 2015 15:29:34 +0000 (15:29 +0000)]
Add initial rope configuration.

9 years agoAdd hooks for tests and PEP8 compatibility.
Olof-Joachim Frahm [Sun, 11 Jan 2015 15:27:14 +0000 (15:27 +0000)]
Add hooks for tests and PEP8 compatibility.

And fix some of the issues as well.  No tests yet though.

Also some PEP8 errors are ignored because I disagree with them.

9 years agoUpdate README.md with options.
Olof-Joachim Frahm [Sun, 11 Jan 2015 00:08:58 +0000 (00:08 +0000)]
Update README.md with options.

9 years agoRough draft of GUI version.
Olof-Joachim Frahm [Sun, 11 Jan 2015 00:04:13 +0000 (00:04 +0000)]
Rough draft of GUI version.

9 years agoLog directory creation.
Olof-Joachim Frahm [Sat, 10 Jan 2015 21:12:13 +0000 (21:12 +0000)]
Log directory creation.

9 years agoCreate GnuPG and OpenSSH keys; usage notes.
Olof-Joachim Frahm [Sat, 10 Jan 2015 20:53:01 +0000 (20:53 +0000)]
Create GnuPG and OpenSSH keys; usage notes.

9 years agoAdd Makefile to update version information.
Olof-Joachim Frahm [Thu, 8 Jan 2015 14:22:59 +0000 (14:22 +0000)]
Add Makefile to update version information.

At the moment that is current version, commit ID and branch.

Also ignore the build directory.

9 years agoInitial commit. 0.0.1
Olof-Joachim Frahm [Thu, 8 Jan 2015 00:49:03 +0000 (00:49 +0000)]
Initial commit.