Activity for mlox

  • Arthur Moore committed [96090d]

    qtGui: Use defaults in analyze_loadorder

  • Arthur Moore committed [56fa52]

    version.py: Added about section

  • Arthur Moore committed [7c8ecb]

    qtGui.py: Fix an issue where some plugins were not properly colorized

  • Arthur Moore committed [93d93e]

    resources.py: Now use appdata (or equivalent) for databases

  • Arthur Moore committed [eadac0]

    version.py: Added more version information

  • Arthur Moore committed [c011d6]

    qtGui.py: Added a simple 'About' window

  • Arthur Moore committed [e471d5]

    configHandler: Write Raw files directly when needed

  • Arthur Moore committed [8f869d]

    window.qml: Open ini files first

  • Arthur Moore committed [43039c]

    translations.py: Added an option to dump the translation dictionary

  • Arthur Moore committed [0beaea]

    qtGui.py: Moved error handler out of MloxGui

  • Arthur Moore committed [bac0a5]

    qtGUI: Use a different type of dialog box for the about box

  • Arthur Moore committed [4d8a5b]

    update.py: Use either libarchive or 7za to extract files

  • Arthur Moore committed [9a90f1]

    ConfigHandler: Handle more exceptions when reading a file

  • Arthur Moore committed [a20fba]

    simplified configHandler

  • Arthur Moore committed [e7a94d]

    ploggraph.py: Add an option to output '.dot' graphviz files

  • Arthur Moore committed [303770]

    ruleParser: Fixed reading plugin descriptions

  • Arthur Moore committed [e22c74]

    minor cleanups

  • Arthur Moore committed [af0462]

    Minor code cleanup

  • Arthur Moore committed [59cc90]

    ruleParser now gives it's output via a function

  • Arthur Moore committed [ee569d]

    ruleParser: minor Cleanup

  • Arthur Moore committed [201353]

    loadOrder: Fall back to reading the whole Data Directory when Morrowind.ini is empty.

  • Arthur Moore committed [c6758e]

    fixup parser dot

  • Arthur Moore committed [8acf01]

    loadOrder.py: Use strings to represent a path

  • Arthur Moore committed [179982]

    ruleParser.py: Don't use pass by reference to obtain data

  • Arthur Moore committed [4af950]

    Fix broken unit tests

  • Arthur Moore committed [1f06be]

    loadOrder.py: Add a docstring to loadorder.write_new_order

  • Arthur Moore committed [95a914]

    loadOrder: remove loadorder.graph completely

  • Arthur Moore committed [b6cdcd]

    mlox.py: Change the minimum python version requirement to 3.0

  • Arthur Moore committed [9d7fd6]

    loadOrder.py: Use RAII on loadorder initialization

  • Arthur Moore committed [160194]

    rule_parser: Now handle both str and caseless_dirlist as inputs

  • Arthur Moore committed [7ea1cc]

    loadOrder.py: Explicitly state the graph loadorder.add_current_order will append to

  • Arthur Moore committed [a2a3c5]

    Properly check some log messages in unit tests

  • Arthur Moore committed [02741b]

    Minor spelling fixes

  • Arthur Moore committed [6189c9]

    pluggraph.py: Add documentation to pluggraph.explain

  • Arthur Moore committed [95ba7a]

    Use proper relative package import statements

  • Arthur Moore committed [464c09]

    loadOrder.py: Don't use lambda's when not needed

  • Arthur Moore committed [0a515e]

    loadOrder: Be more explicit with a variable name in loadorder.explain

  • Arthur Moore committed [3da7a7]

    ruleParser.py: Add more documentation to get_version

  • Arthur Moore Arthur Moore committed [r951]

    Fixed an issue with the byte order marker

  • Arthur Moore committed [2ba4cf]

    Transitioned to Python3

  • <REDACTED> committed [f4f05c]

    undo UTF-8 (BOM)

  • Arthur Moore committed [29bc06]

    Documentation update

  • Arthur Moore committed [487ae7]

    qtGui: Now properly colorize text

  • GitHub committed [742e1b]

    Merge pull request #23 from Translator5/master

  • Arthur Moore committed [f95c04]

    Switch to a Qt5 GUI

  • GitHub committed [2ee6a5]

    Move to Python3 and a brand new GUI

  • <REDACTED> committed [23bbde]

    mlox_base update russian variants

  • Arthur Moore committed [3ee811]

    module_test: Use Python3 style print statements

  • Arthur Moore committed [c5e9ff]

    update.py: Split file downloading into a seperate function

  • Arthur Moore committed [0d97a9]

    Make Printing the version information more generic

  • Arthur Moore committed [a8486b]

    Update gitignore

  • Arthur Moore committed [8488d6]

    Changes to prepare for Python3 transition

  • Arthur Moore committed [570719]

    module_test.py: Tests now work

  • Arthur Moore committed [905656]

    configHandler.py: Remove more usess of caseless_dirlist

  • Arthur Moore committed [60d573]

    gui.py: Don't use StringIO when it's not needed

  • Arthur Moore committed [c1eb21]

    Use Python3 style except statements

  • Arthur Moore committed [e1e727]

    Add basic build instructions (Using Nuitka)

  • Arthur Moore committed [8a2739]

    translations.py: Move translations to its own file

  • Arthur Moore committed [6ee512]

    configHandler.py: Try not to use caseless_dirlist as much

  • Arthur Moore committed [cf66c1]

    Use proper module format for more imports

  • Arthur Moore committed [b076b6]

    Make configHandler.py compatible with Python3

  • Arthur Moore committed [c5b432]

    Add a new userfile to mlox

  • Arthur Moore committed [cf1e63]

    configHandler.py: No longer depends on fileFinder

  • Arthur Moore committed [225903]

    mlox.py: Use Python3 style print statements

  • Arthur Moore committed [18c9f0]

    gui.py: Use CamelCase for Gui Class

  • Arthur Moore committed [ebc5b7]

    Make debugging work for the updater

  • Arthur Moore committed [53c346]

    Use resources.py for updater

  • Arthur Moore committed [6c81be]

    Use a resource manager module to keep track of external files

  • Arthur Moore committed [f9d813]

    module_test: Switch to using variables rather than repeating magic numbers

  • Arthur Moore committed [399a50]

    Updated Changelog and TODO

  • Arthur Moore committed [9cd905]

    re-aranged some files

  • Arthur Moore committed [7fa80a]

    Updated Mlox version to 0.62

  • Arthur Moore committed [d8713f]

    Fix some issues found by pylint

  • Arthur Moore committed [ea0427]

    mlox.py: Swapped to using argparse from getopt

  • Arthur Moore committed [a22deb]

    test: Update loadorder2files.py

  • Arthur Moore committed [b6095c]

    mlox.py: Clean up line spacing in argparse

  • Arthur Moore committed [8e57dd]

    ruleParser.py: Use python3 style print statements instead of direct writes to a stream

  • GitHub committed [4b2552]

    Now releasing Version 0.62

  • Arthur Moore committed [b8690a]

    ruleParser.py: Get the version of the rules file when it's loaded.

  • Arthur Moore committed [52a433]

    util: Moved tes3cmd and tes3lint into their own seperate folders

  • Arthur Moore committed [1f3452]

    util: Move util files from test folder. Add Readme.md

  • Arthur Moore committed [14cfc5]

    update.py: Made the updater more generic

  • Arthur Moore committed [65cd80]

    module_test.py: Now properly test if updator works

  • Arthur Moore committed [935781]

    configHandler: Add the ability to clear game files from Morrowind.ini

  • Arthur Moore committed [0053d7]

    Merge branch 'write_mw_config' into release_prep

  • Arthur Moore committed [907e81]

    Readme.me: Update mlox download location

  • Arthur Moore committed [8779c9]

    configHandler: Add the ability to write to Morrowind.ini config files

  • Arthur Moore committed [4b8f66]

    gui: Properly display when the load order has been updated

  • Arthur Moore committed [9d7624]

    Updated Readme, and usage guide

  • Arthur Moore committed [bdbe3e]

    Moved and Renamed ToDo file

  • Arthur Moore committed [5047db]

    version.py: Fix a crash if mlox_base.txt does not exist

  • Arthur Moore committed [d28fa0]

    configHandler: Clear game files no matter where they are in Morrowind.ini

  • Arthur Moore committed [0e3ec4]

    update.py: Add more debugging information when something goes wrong

  • Arthur Moore committed [5a9643]

    loadOrder: Update 'Morrowind.ini' if write_new_order() is called.

  • Arthur Moore committed [63af3f]

    module_test.py: Mostly converted to using unit tests

  • Arthur Moore committed [ed3a2d]

    mlox.py: Fix updater not working

  • Arthur Moore committed [ab4983]

    Switch back to using the old SVN update location.

  • Arthur Moore committed [69deda]

    loadOrder.py: loadorder.update now just returns the parser's output

  • Arthur Moore committed [7ca8bb]

    __init__.py: Should probably be empty

  • Arthur Moore committed [550d0d]

    mlox.py: Fixed some minor problems found by pylint

1 >