summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Olof-Joachim Frahm [Mon, 19 Jan 2015 19:46:56 +0000 (19:46 +0000)]
Add translation to meta-variables.
Olof-Joachim Frahm [Sun, 18 Jan 2015 22:49:21 +0000 (22:49 +0000)]
Fix missing translation; add labels.
Olof-Joachim Frahm [Sun, 18 Jan 2015 22:48:41 +0000 (22:48 +0000)]
Update documentation and filename in strings.
Olof-Joachim Frahm [Sun, 18 Jan 2015 16:17:34 +0000 (16:17 +0000)]
Collect corresponding widgets into fields.
Olof-Joachim Frahm [Sun, 18 Jan 2015 15:36:19 +0000 (15:36 +0000)]
Minify code.
Olof-Joachim Frahm [Sun, 18 Jan 2015 15:06:36 +0000 (15:06 +0000)]
Extract redirecting process output.
Olof-Joachim Frahm [Sun, 18 Jan 2015 14:56:43 +0000 (14:56 +0000)]
Add gettext support.
Olof-Joachim Frahm [Sun, 18 Jan 2015 14:56:17 +0000 (14:56 +0000)]
Update Makefile with new filename.
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.
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.
Olof-Joachim Frahm [Wed, 14 Jan 2015 22:14:06 +0000 (22:14 +0000)]
Python 3 string compatibility.
Olof-Joachim Frahm [Wed, 14 Jan 2015 21:58:57 +0000 (21:58 +0000)]
Add a bit of documentation, environment variables.
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.
Olof-Joachim Frahm [Sun, 11 Jan 2015 16:12:34 +0000 (16:12 +0000)]
Check for additional PEP8 problems.
Olof-Joachim Frahm [Sun, 11 Jan 2015 15:45:18 +0000 (15:45 +0000)]
Add more targets to Makefile and document them.
Olof-Joachim Frahm [Sun, 11 Jan 2015 15:30:14 +0000 (15:30 +0000)]
Add initial setup.py.
Olof-Joachim Frahm [Sun, 11 Jan 2015 15:29:34 +0000 (15:29 +0000)]
Add initial rope configuration.
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.
Olof-Joachim Frahm [Sun, 11 Jan 2015 00:08:58 +0000 (00:08 +0000)]
Update README.md with options.
Olof-Joachim Frahm [Sun, 11 Jan 2015 00:04:13 +0000 (00:04 +0000)]
Rough draft of GUI version.
Olof-Joachim Frahm [Sat, 10 Jan 2015 21:12:13 +0000 (21:12 +0000)]
Log directory creation.
Olof-Joachim Frahm [Sat, 10 Jan 2015 20:53:01 +0000 (20:53 +0000)]
Create GnuPG and OpenSSH keys; usage notes.
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.
Olof-Joachim Frahm [Thu, 8 Jan 2015 00:49:03 +0000 (00:49 +0000)]
Initial commit.