Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This reverts commit 4949be256667f3e500e52b7084476ae1f2b00d92.
|
|
|
|
Fix some compilation problems on windows with multiple java install or java not in path but with a correct JAVA_HOME defined
|
|
|
|
back the markdown.
|
|
to) by using RTTI on the objects passed so that their concrete types, rather than their current static types, are considered correctly when being returned to python. This allows us to remove a lot of extraneous virtual methods from the Control parent class.
Removed all of the extraneous methods at the parent level to handle the dynamic language concerns of returning a Control rather than a specific type.
Added more documentation and removed some things that were only visible for reasons no longer viable.
Hide show/close from python in WindowDialog since they are inherited from Window.
Also added a simplistic hack for handling dynamically typed parameters to methods using an Alternative<T1,T2> template. The only better step would be full support of overridden methods. This allows the removal all of the explicit python code in the *.i files (with the exception of the rich compare _rcmp on the Action class).
|
|
clarity. Also changed some things that were dynamically typed in groovy to static typing for clarity and safety.
|
|
relative to the script's location and relative classpath references.
|
|
|
|
|
|
|
|
"non-latin characters in the path" issue. Closes #13517
|
|
RenderCapture and xbmcvfs.File.
|
|
|
|
the file path calculation when attempting to locate the template file. This change includes a last ditch effort to recover.
|
|
path calculation when attempting to locate the template file. This change includes a last ditch effort to recover.
|
|
classpath is correct.
|
|
|
|
classes don't require the actual xml node. This is required to support returning api types from other modules.
|
|
with parent classes.
|
|
To be able to run multiple custom build tools in Visual Studio every custom
build tool needs to call a batch (*.bat) file but it has to do so using CALL
otherwise only the first custom build tool will be executed. Therefore running
the custom build tool on xbmc/win32/PlatformInclude.h to generate
xbmc/win32/git_rev.h without using CALL blocked all other custom build tools
from running.
In addition all paths in the batch files have been surrounded by " to make
sure they also work when a path contains a whitespace.
|
|
|