Today
-
TestingWithBanshee
(Directions for building Banshee.OpenVP to test with a develo...) Wiki page edited by cdhowie
- Revision r137
Edited wiki page through web user interface.
Revision r137
Edited wiki page through web user interface.
Earlier this year
-
TestingWithBanshee
(Directions for building Banshee.OpenVP to test with a develo...) Wiki page edited by cdhowie
- Revision r136
Replace obsolete svn commands with git commands
Revision r136
Replace obsolete svn commands with git commands
-
SourceRepository
(Location of the source repository.) Wiki page added by cdhowie
- Revision r135
Created wiki page through web user interface.
Revision r135
Created wiki page through web user interface.
-
r134
(* Banshee.OpenVP/OpenVPSourceContentProvider.cs: Fix bug cau...) committed by cdhowie
- * Banshee.OpenVP/OpenVPSourceContentProvider.cs: Fix bug causing an
NRE if the provider is disposed before it is used.
* Banshee.OpenVP/OpenVPSourceContentProvider.cs: Fix bug causing an
NRE if the provider is disposed before it is used.
-
-
r132
(* Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualization...) committed by cdhowie
- * Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj:
MD housekeeping.
* Banshee.OpenVP.sln:
* Banshee.OpenVP/AssemblyInfo.cs:
* Banshee.OpenVP/BansheePlayerData.cs:
* Banshee.OpenVP.Visualizations/Core.cs:
* Banshee.OpenVP.Visualizations/Grid.cs:
* Banshee.OpenVP.Visualizations/Inferno.cs:
* Banshee.OpenVP.Visualizations/GlassWall.cs:
* Banshee.OpenVP.Visualizations/Voiceprint.cs:
* Banshee.OpenVP/VisualizationExtensionNode.cs:
* Banshee.OpenVP/VisualizationDisplayWidget.cs:
* Banshee.OpenVP.Visualizations/SimpleScope.cs:
* Banshee.OpenVP.Visualizations/GreenFlower.cs:
* Banshee.OpenVP.Visualizations/AssemblyInfo.cs:
* Banshee.OpenVP/OpenVPSourceContentProvider.cs:
* Banshee.OpenVP.Visualizations/SpectrumAnalyzer.cs: Update license to
MIT/X11.
* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/Banshee.OpenVP.csproj: Update mono-addins version.
* Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj:
MD housekeeping.
* Banshee.OpenVP.sln:
* Banshee.OpenVP/AssemblyInfo.cs:
* Banshee.OpenVP/BansheePlayerData.cs:
* Banshee.OpenVP.Visualizations/Core.cs:
* Banshee.OpenVP.Visualizations/Grid.cs:
* Banshee.OpenVP.Visualizations/Inferno.cs:
* Banshee.OpenVP.Visualizations/GlassWall.cs:
* Banshee.OpenVP.Visualizations/Voiceprint.cs:
* Banshee.OpenVP/VisualizationExtensionNode.cs:
* Banshee.OpenVP/VisualizationDisplayWidget.cs:
* Banshee.OpenVP.Visualizations/SimpleScope.cs:
* Banshee.OpenVP.Visualizations/GreenFlower.cs:
* Banshee.OpenVP.Visualizations/AssemblyInfo.cs:
* Banshee.OpenVP/OpenVPSourceContentProvider.cs:
* Banshee.OpenVP.Visualizations/SpectrumAnalyzer.cs: Update license to
MIT/X11.
* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/Banshee.OpenVP.csproj: Update mono-addins version.
-
r131
(* Banshee.OpenVP/gtk-gui/gui.stetic: Remove
Banshee.OpenVP...) committed by cdhowie
- * Banshee.OpenVP/gtk-gui/gui.stetic: Remove
Banshee.OpenVP.VisualizationDisplayWidget so MD doesn't regenerate
the GUI code no longer used.
* Banshee.OpenVP/VisualizationDisplayWidget.cs: Fix minor display
issue that shows up when playback is paused and output scaling needs
to happen.
* Banshee.OpenVP/Banshee.OpenVP.csproj: MD housekeeping.
* Banshee.OpenVP/gtk-gui/gui.stetic: Remove
Banshee.OpenVP.VisualizationDisplayWidget so MD doesn't regenerate
the GUI code no longer used.
* Banshee.OpenVP/VisualizationDisplayWidget.cs: Fix minor display
issue that shows up when playback is paused and output scaling needs
to happen.
* Banshee.OpenVP/Banshee.OpenVP.csproj: MD housekeeping.
-
r130
(* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
...) committed by cdhowie
- * Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/gtk-gui/gui.stetic:
* Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/gtk-gui/Banshee.OpenVP.VisualizationDisplayWidget.cs:
Remove VisualizationDisplayWidget as a Stetic-managed widget. It's
simple enough to construct manually now.
* Banshee.OpenVP/VisualizationDisplayWidget.cs: Remove unused
ISourceContents implementation. Build UI manually now, and build the
header extension separately.
* Banshee.OpenVP/OpenVPSourceContentProvider.cs: Remove a debugging
line and implement ISourceContents.HeaderExtension.
* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/gtk-gui/gui.stetic:
* Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/gtk-gui/Banshee.OpenVP.VisualizationDisplayWidget.cs:
Remove VisualizationDisplayWidget as a Stetic-managed widget. It's
simple enough to construct manually now.
* Banshee.OpenVP/VisualizationDisplayWidget.cs: Remove unused
ISourceContents implementation. Build UI manually now, and build the
header extension separately.
* Banshee.OpenVP/OpenVPSourceContentProvider.cs: Remove a debugging
line and implement ISourceContents.HeaderExtension.
-
r129
(* Banshee.OpenVP/VisualizationDisplayWidget.cs: Use mapped/u...) committed by cdhowie
- * Banshee.OpenVP/VisualizationDisplayWidget.cs: Use mapped/unmapped
events to determine when to activate/deactivate the
BansheePlayerData instance.
* Banshee.OpenVP/OpenVPSourceContentProvider.cs: Add
OpenVPSourceContentProvider using the new SourceContentProvider
model in Banshee to get the visualizer in the Now Playing source
display.
* Banshee.OpenVP/OpenVPSource.cs: Remove OpenVPSource in favor of
OpenVPSourceContentProvider.
* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/gtk-gui/gui.stetic:
* Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP.Visualizations/Makefile.am:
* Banshee.OpenVP.Visualizations/Makefile.in: MD housekeeping.
* Banshee.OpenVP/resources/Banshee.OpenVP.addin.xml: Switch from
OpenVPSource to OpenVPSourceContentProvider.
* Banshee.OpenVP/VisualizationDisplayWidget.cs: Use mapped/unmapped
events to determine when to activate/deactivate the
BansheePlayerData instance.
* Banshee.OpenVP/OpenVPSourceContentProvider.cs: Add
OpenVPSourceContentProvider using the new SourceContentProvider
model in Banshee to get the visualizer in the Now Playing source
display.
* Banshee.OpenVP/OpenVPSource.cs: Remove OpenVPSource in favor of
OpenVPSourceContentProvider.
* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/gtk-gui/gui.stetic:
* Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP.Visualizations/Makefile.am:
* Banshee.OpenVP.Visualizations/Makefile.in: MD housekeeping.
* Banshee.OpenVP/resources/Banshee.OpenVP.addin.xml: Switch from
OpenVPSource to OpenVPSourceContentProvider.
-
-
issue 8
(tao detection broken in openSUSE 11.0 with packages from mon...) changed by cdhowie
-
Status:
NeedsInfo
Labels:
Product-OpenVP Product-OpenVP-Banshee
Status:
NeedsInfo
Labels:
Product-OpenVP Product-OpenVP-Banshee
-
-
-
r126
(* Banshee.OpenVP/VisualizationDisplayWidget.cs: Remove debug...) committed by cdhowie
- * Banshee.OpenVP/VisualizationDisplayWidget.cs: Remove debugging
code.
* Banshee.OpenVP/VisualizationDisplayWidget.cs: Remove debugging
code.
-
r125
(* Banshee.OpenVP.Visualizations/Makefile.in: Add Core.cs and...) committed by cdhowie
- * Banshee.OpenVP.Visualizations/Makefile.in: Add Core.cs and
GreenFlower.cs to sources list.
* Banshee.OpenVP.Visualizations/Core.cs: Minor changes to type names.
* Banshee.OpenVP/Gtk/GLWidget.cs: Don't create a new OpenGL context
every time the widget is realized.
* Banshee.OpenVP.sln: Re-enable ChangeLog integration.
* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/resources/inferno.ovpb:
* Banshee.OpenVP/resources/stargrid.ovpb:
* Banshee.OpenVP/resources/greenflower.ovpb: Remove some unused
serialized visualizations.
* Banshee.OpenVP.Visualizations/Voiceprint.cs: Fix for OpenGL
implementations without the GL_ARB_texture_non_power_of_two
extension.
* Banshee.OpenVP/gtk-gui/gui.stetic:
* Banshee.OpenVP/gtk-gui/Banshee.OpenVP.VisualizationDisplayWidget.cs:
Add "Half resolution" checkbox that will halve the width and height
of the rendering viewport.
* Banshee.OpenVP/VisualizationDisplayWidget.cs: Add "Half resolution"
checkbox that will halve the width and height of the rendering
viewport. Add workaround for OpenGL implementations that don't
provide GL_ARB_texture_non_power_of_two.
* Banshee.OpenVP.Visualizations/Makefile.in: Add Core.cs and
GreenFlower.cs to sources list.
* Banshee.OpenVP.Visualizations/Core.cs: Minor changes to type names.
* Banshee.OpenVP/Gtk/GLWidget.cs: Don't create a new OpenGL context
every time the widget is realized.
* Banshee.OpenVP.sln: Re-enable ChangeLog integration.
* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/resources/inferno.ovpb:
* Banshee.OpenVP/resources/stargrid.ovpb:
* Banshee.OpenVP/resources/greenflower.ovpb: Remove some unused
serialized visualizations.
* Banshee.OpenVP.Visualizations/Voiceprint.cs: Fix for OpenGL
implementations without the GL_ARB_texture_non_power_of_two
extension.
* Banshee.OpenVP/gtk-gui/gui.stetic:
* Banshee.OpenVP/gtk-gui/Banshee.OpenVP.VisualizationDisplayWidget.cs:
Add "Half resolution" checkbox that will halve the width and height
of the rendering viewport.
* Banshee.OpenVP/VisualizationDisplayWidget.cs: Add "Half resolution"
checkbox that will halve the width and height of the rendering
viewport. Add workaround for OpenGL implementations that don't
provide GL_ARB_texture_non_power_of_two.
-
r124
(* Rolling back last commit since the ChangeLog entries did n...) committed by cdhowie
- * Rolling back last commit since the ChangeLog entries did not get properly
updated.
* Rolling back last commit since the ChangeLog entries did not get properly
updated.
-
r123
(* Banshee.OpenVP.Visualizations/Makefile.in: Add missing fil...) committed by cdhowie
- * Banshee.OpenVP.Visualizations/Makefile.in: Add missing files.
* Banshee.OpenVP.Visualizations/Core.cs: Minor changes to type names.
* Banshee.OpenVP/Gtk/GLWidget.cs: Don't create a new OpenGL context
every time the widget is realized.
* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/resources/inferno.ovpb:
* Banshee.OpenVP/resources/stargrid.ovpb:
* Banshee.OpenVP/resources/greenflower.ovpb: Remove some unused
serialized visualizations.
* Banshee.OpenVP.Visualizations/Voiceprint.cs: Fix for OpenGL
implementations without the GL_ARB_texture_non_power_of_two
extension.
* Banshee.OpenVP/VisualizationDisplayWidget.cs: Add "Half resolution"
checkbox that will halve the width and height of the rendering
viewport. Add workaround for OpenGL implementations that don't
provide GL_ARB_texture_non_power_of_two.
* Banshee.OpenVP/gtk-gui/gui.stetic:
* Banshee.OpenVP/gtk-gui/Banshee.OpenVP.VisualizationDisplayWidget.cs:
Add "Half resolution" checkbox that will halve the width and height
of the rendering viewport.
* Banshee.OpenVP.Visualizations/Makefile.in: Add missing files.
* Banshee.OpenVP.Visualizations/Core.cs: Minor changes to type names.
* Banshee.OpenVP/Gtk/GLWidget.cs: Don't create a new OpenGL context
every time the widget is realized.
* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/resources/inferno.ovpb:
* Banshee.OpenVP/resources/stargrid.ovpb:
* Banshee.OpenVP/resources/greenflower.ovpb: Remove some unused
serialized visualizations.
* Banshee.OpenVP.Visualizations/Voiceprint.cs: Fix for OpenGL
implementations without the GL_ARB_texture_non_power_of_two
extension.
* Banshee.OpenVP/VisualizationDisplayWidget.cs: Add "Half resolution"
checkbox that will halve the width and height of the rendering
viewport. Add workaround for OpenGL implementations that don't
provide GL_ARB_texture_non_power_of_two.
* Banshee.OpenVP/gtk-gui/gui.stetic:
* Banshee.OpenVP/gtk-gui/Banshee.OpenVP.VisualizationDisplayWidget.cs:
Add "Half resolution" checkbox that will halve the width and height
of the rendering viewport.
-
r122
(* Set svn:ignore.
) committed by cdhowie
- * Set svn:ignore.
-
r121
(* Banshee.OpenVP/Banshee.OpenVP/gtk-gui/gui.stetic:
* Banshe...) committed by cdhowie
- * Banshee.OpenVP/Banshee.OpenVP/gtk-gui/gui.stetic:
* Banshee.OpenVP/Banshee.OpenVP/gtk-gui/generated.cs: Some MD file
regeneration.
* Banshee.OpenVP/Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Makefile.am:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj:
* Banshee.OpenVP/Banshee.OpenVP/gtk-gui/Banshee.OpenVP.VisualizationDisplayWidget.cs:
Fix makefile integration.
* Banshee.OpenVP/Banshee.OpenVP/BansheePlayerData.cs: Tweak
slice-dropping algorithm.
* Banshee.OpenVP/Banshee.OpenVP/gtk-gui/gui.stetic:
* Banshee.OpenVP/Banshee.OpenVP/gtk-gui/generated.cs: Some MD file
regeneration.
* Banshee.OpenVP/Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Makefile.am:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj:
* Banshee.OpenVP/Banshee.OpenVP/gtk-gui/Banshee.OpenVP.VisualizationDisplayWidget.cs:
Fix makefile integration.
* Banshee.OpenVP/Banshee.OpenVP/BansheePlayerData.cs: Tweak
slice-dropping algorithm.
-
r120
(* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Core.cs:
* Ba...) committed by cdhowie
- * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Core.cs:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/GreenFlower.cs:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/resources/Banshee.OpenVP.Visualizations.addin.xml:
Added two new visualizations.
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Core.cs:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/GreenFlower.cs:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/resources/Banshee.OpenVP.Visualizations.addin.xml:
Added two new visualizations.
-
r119
(* OpenVP-0.0.1/OpenVP/Makefile.am:
* OpenVP-0.0.1/Cdh.Affe/M...) committed by cdhowie
- * OpenVP-0.0.1/OpenVP/Makefile.am:
* OpenVP-0.0.1/Cdh.Affe/Makefile.am:
* OpenVP-0.0.1/OpenVP.Core/Makefile.am:
* OpenVP-0.0.1/OpenVP.Core/Makefile.in:
* OpenVP-0.0.1/Cdh.Affe.Tests/Makefile.am:
* OpenVP-0.0.1/OpenVP.Scripting/Makefile.am: Build system sync.
* OpenVP-0.0.1/OpenVP.Core/BurstScope.cs: Rename namespace accidentally
left over from the port.
* OpenVP-0.0.1/OpenVP/Makefile.am:
* OpenVP-0.0.1/Cdh.Affe/Makefile.am:
* OpenVP-0.0.1/OpenVP.Core/Makefile.am:
* OpenVP-0.0.1/OpenVP.Core/Makefile.in:
* OpenVP-0.0.1/Cdh.Affe.Tests/Makefile.am:
* OpenVP-0.0.1/OpenVP.Scripting/Makefile.am: Build system sync.
* OpenVP-0.0.1/OpenVP.Core/BurstScope.cs: Rename namespace accidentally
left over from the port.
-
-
-
-
-
2 Wiki pages changed by cdhowie
-
Deleted TestingWithBanshee1_4_2
Deleted TestingWithBanshee1_4_2
-
-
issue 7
(Import build system for OpenVP-0.0.1 branch) Status changed by cdhowie
-
-
-
r111
(* Set svn:ignore for build system.
) committed by cdhowie
- * Set svn:ignore for build system.
* Set svn:ignore for build system.
-
r110
(* Banshee.OpenVP/missing:
* Banshee.OpenVP/install-sh:
* Ban...) committed by cdhowie
- * Banshee.OpenVP/missing:
* Banshee.OpenVP/install-sh:
* Banshee.OpenVP/autogen.sh:
* Banshee.OpenVP/aclocal.m4:
* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/configure.ac:
* Banshee.OpenVP/expansions.m4:
* Banshee.OpenVP/Makefile.include:
* Banshee.OpenVP/Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Banshee.OpenVP/banshee.openvp.pc.in:
* Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Makefile.am:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Makefile.in:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/banshee.openvp.visualizations.pc.in:
Commit build system.
* Banshee.OpenVP/missing:
* Banshee.OpenVP/install-sh:
* Banshee.OpenVP/autogen.sh:
* Banshee.OpenVP/aclocal.m4:
* Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/configure.ac:
* Banshee.OpenVP/expansions.m4:
* Banshee.OpenVP/Makefile.include:
* Banshee.OpenVP/Banshee.OpenVP/Makefile.in:
* Banshee.OpenVP/Banshee.OpenVP/Makefile.am:
* Banshee.OpenVP/Banshee.OpenVP/banshee.openvp.pc.in:
* Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Makefile.am:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Makefile.in:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/banshee.openvp.visualizations.pc.in:
Commit build system.
-
-
-
r107
(* Set svn:ignore for build system files.
) committed by cdhowie
- * Set svn:ignore for build system files.
* Set svn:ignore for build system files.
-
r106
(* OpenVP-0.0.1/autom4te.cache:
* OpenVP-0.0.1/autom4te.cache...) committed by cdhowie
- * OpenVP-0.0.1/autom4te.cache:
* OpenVP-0.0.1/autom4te.cache/requests:
* OpenVP-0.0.1/autom4te.cache/output.0:
* OpenVP-0.0.1/autom4te.cache/traces.1:
* OpenVP-0.0.1/autom4te.cache/output.1:
* OpenVP-0.0.1/autom4te.cache/traces.0: Remove mistakenly-committed
cache directory.
* OpenVP-0.0.1/autom4te.cache:
* OpenVP-0.0.1/autom4te.cache/requests:
* OpenVP-0.0.1/autom4te.cache/output.0:
* OpenVP-0.0.1/autom4te.cache/traces.1:
* OpenVP-0.0.1/autom4te.cache/output.1:
* OpenVP-0.0.1/autom4te.cache/traces.0: Remove mistakenly-committed
cache directory.
-
r105
(* OpenVP-0.0.1/missing:
* OpenVP-0.0.1/autogen.sh:
* OpenVP-...) committed by cdhowie
- * OpenVP-0.0.1/missing:
* OpenVP-0.0.1/autogen.sh:
* OpenVP-0.0.1/aclocal.m4:
* OpenVP-0.0.1/install-sh:
* OpenVP-0.0.1/Makefile.in:
* OpenVP-0.0.1/Makefile.am:
* OpenVP-0.0.1/configure.ac:
* OpenVP-0.0.1/expansions.m4:
* OpenVP-0.0.1/autom4te.cache:
* OpenVP-0.0.1/Makefile.include:
* OpenVP-0.0.1/OpenVP/OpenVP.mdp:
* OpenVP-0.0.1/OpenVP/Makefile.in:
* OpenVP-0.0.1/OpenVP/Makefile.am:
* OpenVP-0.0.1/OpenVP/openvp.pc.in:
* OpenVP-0.0.1/Cdh.Affe/Makefile.in:
* OpenVP-0.0.1/Cdh.Affe/Makefile.am:
* OpenVP-0.0.1/Cdh.Affe/Cdh.Affe.mdp:
* OpenVP-0.0.1/autom4te.cache/output.0:
* OpenVP-0.0.1/autom4te.cache/requests:
* OpenVP-0.0.1/OpenVP.Core/Makefile.am:
* OpenVP-0.0.1/Cdh.Affe/cdh.affe.pc.in:
* OpenVP-0.0.1/OpenVP.Core/Makefile.in:
* OpenVP-0.0.1/autom4te.cache/traces.1:
* OpenVP-0.0.1/autom4te.cache/output.1:
* OpenVP-0.0.1/autom4te.cache/traces.0:
* OpenVP-0.0.1/Cdh.Affe.Tests/Makefile.am:
* OpenVP-0.0.1/Cdh.Affe.Tests/Makefile.in:
* OpenVP-0.0.1/OpenVP.Core/OpenVP.Core.mdp:
* OpenVP-0.0.1/OpenVP.Scripting/Makefile.in:
* OpenVP-0.0.1/OpenVP.Scripting/Makefile.am:
* OpenVP-0.0.1/OpenVP.Core/openvp.core.pc.in:
* OpenVP-0.0.1/Cdh.Affe.Tests/Cdh.Affe.Tests.mdp:
* OpenVP-0.0.1/OpenVP.Scripting/OpenVP.Scripting.mdp:
* OpenVP-0.0.1/OpenVP.Scripting/openvp.scripting.pc.in: Commit build
system for branch.
* OpenVP-0.0.1/missing:
* OpenVP-0.0.1/autogen.sh:
* OpenVP-0.0.1/aclocal.m4:
* OpenVP-0.0.1/install-sh:
* OpenVP-0.0.1/Makefile.in:
* OpenVP-0.0.1/Makefile.am:
* OpenVP-0.0.1/configure.ac:
* OpenVP-0.0.1/expansions.m4:
* OpenVP-0.0.1/autom4te.cache:
* OpenVP-0.0.1/Makefile.include:
* OpenVP-0.0.1/OpenVP/OpenVP.mdp:
* OpenVP-0.0.1/OpenVP/Makefile.in:
* OpenVP-0.0.1/OpenVP/Makefile.am:
* OpenVP-0.0.1/OpenVP/openvp.pc.in:
* OpenVP-0.0.1/Cdh.Affe/Makefile.in:
* OpenVP-0.0.1/Cdh.Affe/Makefile.am:
* OpenVP-0.0.1/Cdh.Affe/Cdh.Affe.mdp:
* OpenVP-0.0.1/autom4te.cache/output.0:
* OpenVP-0.0.1/autom4te.cache/requests:
* OpenVP-0.0.1/OpenVP.Core/Makefile.am:
* OpenVP-0.0.1/Cdh.Affe/cdh.affe.pc.in:
* OpenVP-0.0.1/OpenVP.Core/Makefile.in:
* OpenVP-0.0.1/autom4te.cache/traces.1:
* OpenVP-0.0.1/autom4te.cache/output.1:
* OpenVP-0.0.1/autom4te.cache/traces.0:
* OpenVP-0.0.1/Cdh.Affe.Tests/Makefile.am:
* OpenVP-0.0.1/Cdh.Affe.Tests/Makefile.in:
* OpenVP-0.0.1/OpenVP.Core/OpenVP.Core.mdp:
* OpenVP-0.0.1/OpenVP.Scripting/Makefile.in:
* OpenVP-0.0.1/OpenVP.Scripting/Makefile.am:
* OpenVP-0.0.1/OpenVP.Core/openvp.core.pc.in:
* OpenVP-0.0.1/Cdh.Affe.Tests/Cdh.Affe.Tests.mdp:
* OpenVP-0.0.1/OpenVP.Scripting/OpenVP.Scripting.mdp:
* OpenVP-0.0.1/OpenVP.Scripting/openvp.scripting.pc.in: Commit build
system for branch.
-
r104
(* Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj:
* Ban...) committed by cdhowie
- * Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj:
Rolling back some changes in r96. Looks like Gabriel accidentally
turned on Makefile integration with these projects without actually
committing any build system.
* Banshee.OpenVP/Banshee.OpenVP/Banshee.OpenVP.csproj:
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Banshee.OpenVP.Visualizations.csproj:
Rolling back some changes in r96. Looks like Gabriel accidentally
turned on Makefile integration with these projects without actually
committing any build system.
-
-
-
-
-
-
issue 7
(Import build system for OpenVP-0.0.1 branch) reported by cdhowie
-
-
-
r97
(Set autogen.sh as executable, remove accidentally-committed ...) committed by gabriel.burt
- Set autogen.sh as executable, remove accidentally-committed .orig file
Set autogen.sh as executable, remove accidentally-committed .orig file
-
r96
(First pass at adding autotools support, committing build sys...) committed by gabriel.burt
- First pass at adding autotools support, committing build system generated by MonoDevelop
First pass at adding autotools support, committing build system generated by MonoDevelop
-
r95
(* Banshee.OpenVP.Visualizations/Inferno.cs: More tweaks.) committed by cdhowie
- * Banshee.OpenVP.Visualizations/Inferno.cs: More tweaks.
* Banshee.OpenVP.Visualizations/Inferno.cs: More tweaks.
-
r94
(* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Inferno.cs: S...) committed by cdhowie
- * Banshee.OpenVP/Banshee.OpenVP.Visualizations/Inferno.cs: Some visual
tweaks.
* Banshee.OpenVP/Banshee.OpenVP.Visualizations/Inferno.cs: Some visual
tweaks.
-
issue 3
(Crash after disabling then enabling the Banshee.OpenVP exten...) changed by cdhowie
-
Status:
Fixed
Labels:
−Patch
Status:
Fixed
Labels:
−Patch
-
|