Veronica K. B. Olsen
|
cb8e0231d7
|
Remove references to symspell
|
2020-08-05 00:09:37 +02:00 |
|
Veronica K. B. Olsen
|
c58b5e71d0
|
Use shutil.which to check for existence of executable instead
|
2020-08-04 21:36:24 +02:00 |
|
Veronica K. B. Olsen
|
565be8c580
|
Merge branch 'master' into docs_updates
|
2020-08-04 21:23:32 +02:00 |
|
Veronica K. B. Olsen
|
3708b3486b
|
Make sure the assistant executable also exists
|
2020-08-04 21:23:25 +02:00 |
|
Veronica K. B. Olsen
|
bf184c4e5a
|
The local documentation can now be opened if installed, otherwise go to online docs
|
2020-08-04 18:49:48 +02:00 |
|
Veronica K. B. Olsen
|
c695ae903f
|
Added setup option to build qthelp documentation
|
2020-08-04 16:46:36 +02:00 |
|
Veronica K. Berglyd Olsen
|
a14b459664
|
Merge pull request #381 from vkbo/test_import_path
Added project root path to sys.path for test suite
|
2020-08-04 14:08:50 +02:00 |
|
Veronica K. B. Olsen
|
df61101ac3
|
Added project root path to sys.path for test suite
|
2020-08-04 12:59:24 +02:00 |
|
Veronica K. B. Olsen
|
0664e49ca2
|
Use release instead of version for docs
|
2020-08-04 12:57:19 +02:00 |
|
Veronica K. Berglyd Olsen
|
00160acf28
|
Merge branch 'master' into docs_updates
|
2020-08-03 23:53:01 +02:00 |
|
Veronica K. B. Olsen
|
9b9a3dd5bb
|
Finished rewriting the project docs file
|
2020-08-03 23:33:05 +02:00 |
|
Veronica K. B. Olsen
|
2abe214b2f
|
Added anchors to the already updated files
|
2020-08-03 22:52:25 +02:00 |
|
Veronica K. B. Olsen
|
9e2fe92c83
|
Added custom css and rewrote the interfaces docs file
|
2020-08-03 22:46:43 +02:00 |
|
Veronica K. Berglyd Olsen
|
c8ac0f0fc4
|
Merge pull request #380 from vkbo/fix_install
Fix install.py
|
2020-08-02 22:39:34 +02:00 |
|
Veronica K. B. Olsen
|
de7ba23a25
|
Fixed some problems with the install.py script
|
2020-08-02 22:27:01 +02:00 |
|
Veronica K. B. Olsen
|
c6c47866d1
|
Updated the getting started page
|
2020-08-02 22:26:01 +02:00 |
|
Veronica K. B. Olsen
|
5e414d5730
|
Merge branch 'master' into docs_updates
|
2020-08-02 21:46:08 +02:00 |
|
Veronica K. Berglyd Olsen
|
ffb65f8393
|
Merge pull request #379 from vkbo/about_tweaks
About and Setup Tweaks
|
2020-08-02 21:45:14 +02:00 |
|
Veronica K. B. Olsen
|
56528d0f98
|
Add source url variable to nw init
|
2020-08-02 21:36:09 +02:00 |
|
Veronica K. B. Olsen
|
4d0777b02e
|
Remove duplicate settings from setup, and add more classifiers
|
2020-08-02 21:35:45 +02:00 |
|
Veronica K. B. Olsen
|
b6e06a81d5
|
Setup file should get version from nw/__init__.py
|
2020-08-02 21:25:45 +02:00 |
|
Veronica K. B. Olsen
|
148c3530e2
|
Split up author and credit entries in icon theme config files
|
2020-08-02 21:23:16 +02:00 |
|
Veronica K. B. Olsen
|
61190284be
|
About box shoud now point to the new website URL
|
2020-08-02 21:22:50 +02:00 |
|
Veronica K. Berglyd Olsen
|
9a069eea8d
|
Merge pull request #378 from vkbo/exceptions
Exception Handling
|
2020-08-02 19:17:20 +02:00 |
|
Veronica K. B. Olsen
|
d3ab1caf3a
|
Block the error handler dialog in test mode
|
2020-08-02 15:14:46 +02:00 |
|
Veronica K. B. Olsen
|
46c9f0fb5f
|
Added more infor to the error dialog
|
2020-08-02 15:03:17 +02:00 |
|
Veronica K. B. Olsen
|
95a5ee7b8a
|
Set up global error handler and modified error handling for initial GUI build
|
2020-08-02 14:34:44 +02:00 |
|
Veronica K. B. Olsen
|
e5cdb2e8ca
|
Added error.py file for error handling functions
|
2020-08-02 14:34:09 +02:00 |
|
Veronica K. Berglyd Olsen
|
5f64d55f5b
|
Merge pull request #376 from vkbo/package_structure
Python Package Structure
|
2020-07-31 21:58:29 +02:00 |
|
Veronica K. B. Olsen
|
350d5beed7
|
Some minor last tweaks to the exception handler
|
2020-07-31 21:46:23 +02:00 |
|
Veronica K. B. Olsen
|
9233cdd014
|
Added exception handling for the main app itself
|
2020-07-31 17:49:10 +02:00 |
|
Veronica K. B. Olsen
|
fc017cd8da
|
Changed how the application name is passed around
|
2020-07-31 16:41:46 +02:00 |
|
Veronica K. B. Olsen
|
02f85bd5d7
|
Set __package__ to nw and added variable __appname__
|
2020-07-31 14:48:37 +02:00 |
|
Veronica K. B. Olsen
|
d848827e58
|
Updating documentation
|
2020-07-30 21:53:57 +02:00 |
|
Veronica K. B. Olsen
|
57f199ef17
|
Some updates to the docs config file
|
2020-07-30 00:18:08 +02:00 |
|
Veronica K. Berglyd Olsen
|
f5cc67d33f
|
Merge pull request #374 from vkbo/release_0.10.2
Release 0.10.2
|
2020-07-29 16:44:17 +02:00 |
|
Veronica K. B. Olsen
|
2b3190400c
|
Updated changelog and bumped version to 0.10.2
|
2020-07-29 16:34:42 +02:00 |
|
Veronica K. Berglyd Olsen
|
62e8750b18
|
Merge pull request #373 from vkbo/search_replace
Search/Replace Fix
|
2020-07-27 20:28:49 +02:00 |
|
Veronica K. B. Olsen
|
c506212efd
|
Some minor code tweaks
|
2020-07-27 20:14:23 +02:00 |
|
Veronica K. B. Olsen
|
01e1ab3f68
|
Found a better way to validate a search/replace when using RegEx
|
2020-07-27 20:09:39 +02:00 |
|
Veronica K. Berglyd Olsen
|
a55552e132
|
Merge pull request #372 from vkbo/issue_371
Bugfix: RegEx Search/Replace Crash
|
2020-07-26 22:29:08 +02:00 |
|
Veronica K. B. Olsen
|
a4db7f934d
|
Typo and clarification
|
2020-07-26 22:25:33 +02:00 |
|
Veronica K. B. Olsen
|
cacb0f2db8
|
Try to capture some user edge cases
|
2020-07-26 22:24:12 +02:00 |
|
Veronica K. B. Olsen
|
2dc225ae1f
|
Revert that ...
|
2020-07-26 22:21:35 +02:00 |
|
Veronica K. B. Olsen
|
41b6ffa67b
|
Drop the whole case check in replace
|
2020-07-26 22:19:29 +02:00 |
|
Veronica K. B. Olsen
|
45e762567b
|
Fix for issue 371, regex search replace crash
|
2020-07-26 22:13:09 +02:00 |
|
Veronica K. Berglyd Olsen
|
f08743b338
|
Merge pull request #370 from vkbo/escape_warnings
Kill invalid escape sequence warning in Tokenizer class
|
2020-07-26 20:00:56 +02:00 |
|
Veronica K. B. Olsen
|
595218835e
|
Kill invalid escape sequence warning in Tokenizer class
|
2020-07-26 19:55:31 +02:00 |
|
Veronica K. Berglyd Olsen
|
f0504f13f3
|
Merge pull request #369 from vkbo/screenshots
Updated screenshots
|
2020-07-26 19:51:23 +02:00 |
|
Veronica K. B. Olsen
|
d67e4fa48a
|
Updated screenshots
|
2020-07-26 19:45:38 +02:00 |
|