Changes On Branch 0458e0e0d1652435
Changes In Branch py3 Through [0458e0e0d1] Excluding Merge-Ins
This is equivalent to a diff from 7ef1553f61 to 0458e0e0d1
|
2014-04-27
| ||
| 22:19 | Python3 support back into trunk check-in: 9ecea4fb26 user: mario tags: trunk | |
|
2014-04-09
| ||
| 00:23 | Temporary fix for Gtk undefined color warnings, workaround for changed GtkMenu.popup() signature in Gtk3. Debug colors for mygtk.columns() creation. check-in: 489da08a74 user: mario tags: py3 | |
|
2014-04-08
| ||
| 22:16 | Add unicode() vs str() to compat2and3 check-in: 0458e0e0d1 user: mario tags: py3 | |
| 21:53 | fix dict + dict back into list join check-in: d09e020ecf user: mario tags: py3 | |
| 21:16 | rename http to ahttp to avoid conflict with Python3 modules, change .iteritems and xrange, remove same remaining plain print statements check-in: d3b1418bc6 user: mario tags: py3 | |
|
2014-04-07
| ||
| 00:33 | Move __print__ into config, add unified dbg.COLOR codes check-in: 7ef1553f61 user: mario tags: trunk | |
|
2014-04-06
| ||
| 02:16 | rename ui.xml to gtk2.xml for parity with gtk3.xml; Gtk3 suddenly works with gi 1.33 (well, lots of errors still, but main window ok) check-in: e7a0fb24c8 user: mario tags: trunk | |
Modified _package.epm from [d2e2c94cae] to [789f724b9f].
| ︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + | f 644 root root /usr/share/pixmaps/streamtuner2.png ./logo.png f 644 root root /usr/share/streamtuner2/gtk2.xml ./gtk2.xml f 644 root root /usr/share/streamtuner2/gtk3.xml ./gtk3.xml f 644 root root /usr/share/streamtuner2/pson.py ./pson.py #f 644 root root /usr/share/streamtuner2/processing.py ./processing.py f 644 root root /usr/share/streamtuner2/action.py ./action.py f 644 root root /usr/share/streamtuner2/config.py ./config.py |
| ︙ |
Modified action.py from [fc0650246a] to [cd681feda2].
| ︙ | |||
19 20 21 22 23 24 25 | 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | # # # import re import os |
| ︙ | |||
77 78 79 80 81 82 83 | 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | - - + + |
pass
# exec wrapper
@staticmethod
def run(cmd):
if conf.windows:
|
| ︙ |
Added ahttp.py version [11eca44aed].