Commit Graph

17 Commits

Author SHA1 Message Date
Nedko Arnaudov 0a61977400 laditools/__init__.py: set version to 1.1 2023-03-01 01:07:35 +02:00
Alessio Treglia 87ff4a1e0d New virtual class for LADI applications. 2012-03-19 01:34:57 +01:00
Alessio Treglia 79f7382e3a Revert last three commits, too much work for no benefits 2012-03-16 16:47:04 +01:00
Alessio Treglia 8450d1a21e Export LadiApp virtual class 2012-03-16 15:58:02 +01:00
Alessio Treglia 472f2bbb88 Refactoring of ladimenu
- Create a new non-ui dependent class LadiManager
2012-03-14 20:31:56 +01:00
Alessio Treglia ce9aaa17c2 Make syntax of relative imports Python3 compliant
References:

- PEP 0328
- http://docs.python.org/release/3.0.1/whatsnew/3.0.html
2012-03-09 09:06:08 +01:00
Alessio Treglia 68b1b622ac Specify from where import 'gtk' 2012-03-09 08:54:22 +01:00
Alessio Treglia 41988dea19 Revert "Rename module laditools.gtk -> laditools.GTK to avoid ambiguous matches with system wide modules."
This reverts commit 366e546fd8.
2012-03-08 22:38:07 +01:00
Alessio Treglia 9697bcadb6 Revert "Move GTK/* into the main package"
This reverts commit eaf019435d.
2012-03-08 22:36:52 +01:00
Alessio Treglia eaf019435d Move GTK/* into the main package 2012-03-08 10:35:46 +01:00
Alessio Treglia 366e546fd8 Rename module laditools.gtk -> laditools.GTK to avoid ambiguous matches with system wide modules. 2012-03-08 09:55:52 +01:00
Alessio Treglia c0e34294d0 Move utils.py from main package into the "gtk" subpackage. 2012-03-02 02:15:58 +01:00
Alessio Treglia dce2449bc5 Complete restyling of laditools package.
Routines and classes (unnecessary internals have been stripped out):
- A2jController         (replaces a2j_controller.py)
- JackConfigParameter   (replaces jack_configure.py)
- JackConfigProxy       (ditto)
- JackController        (replaces jack_controller.py)
- LadiConfiguration     (replaces config.py)
- LadishProxy           (replaces ladish_controller.py)
- LadishProxyError      (ditto)
- LadishStatusType      (ditto)
- __version__           (new)
- _find_data_file       (moved from former ladimenu.py)
- _gettext_domain       (new)
- check_ladish          (moved from formet ladiconf)
- get_version_string    (new)
- gtk                   (replaces - and provides newer - ladimenu.py and a2j_menu.py)

Please use these public interfaces rather than the internals.
2012-03-02 01:43:17 +01:00
Alessio Treglia 80d5f79642 Shortcut for jack_configuration_parameter 2011-12-14 16:10:00 +01:00
Alessio Treglia d097226802 Add check_ladish to ladish_controller.py module.
It should be UI indepedent.
2011-12-14 15:54:43 +01:00
Alessio Treglia 019029e061 Disable TreeViewTooltips for now. 2011-12-08 17:27:41 +01:00
Alessio Treglia b0826c26f9 Move laditools into the root of the tree, update setup.py. 2011-12-07 18:54:00 +01:00