Edward Hervey [pitivi developer] 2010-04-28 16:21:49 UTC
Pushed all the patches except for the Innotek/winbuilds specific one and
refactored one slightly :
commit c149539b09fe5feb4cb3d1b0c49b5dec6369de6f
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
Date: Sun Nov 15 15:57:56 2009 +0100
Add script based in py2exe for packaging pitivi in windows
commit 00712025d5ac11b6f61822648f1a8f60692398a4
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
Date: Sun Nov 15 02:02:40 2009 +0100
Add Pitivi's windows icon
commit 623391bef1ed6f8e802db7a0f9e3bc9ed0287333
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
Date: Sun Nov 15 15:44:36 2009 +0100
Use 'USERPROFILE' instead of 'HOME' in windows
commit 2e2b12bcb1fb5de5a5ada1b4cd13d5797e9807b2
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
Date: Sun Nov 15 01:26:02 2009 +0100
Don't search a 'None' var
commit 3b919ac6381bba101c5134604e2322969b15ddd8
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
Date: Tue Apr 27 22:23:43 2010 +0200
ui: Resolve gracefully glade files path on windows
Instead of checking for platform.system() =='Windows',
check if we launched pitivi.exe. This way windows developers
can still run pitivi using the python script by copying the
content in $ROOT/pitivi to $ROOT/win32/dist/lib/pitivi/
commit c578bce41a9d23ca61050a8311c8301c5e5b53a1
Author: Edward Hervey <bilboed@bilboed.com>
Date: Tue Apr 27 22:20:30 2010 +0200
pitivi.ui: Handle Win32 glade locations
commit abed3107e93e4c897a46417fee6d8b364ffebaf3
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
Date: Fri Dec 4 00:46:52 2009 +0100
Add manually generated files for windows
We don't use autotools on windows. Generate manually
*.in files
commit 3a10e34bec3f18893bf62e95cebc196abfa750d9
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
Date: Fri Dec 4 00:40:43 2009 +0100
Add svg pitivi pixmpas converted to png format for windows
On windows gdk does not have a pixbuf loader
for svg format. We will copy use png pixmaps
renamed to *svg, so pitivi can load them
commit d3d812a782b7e5d8e0d896060c5b7c6e5f2ba955
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
Date: Sat Nov 14 22:25:34 2009 +0100
Retrieve the window xid using the right method in Windows
commit 4dd8e2bcb8e5f5a58db94bf2b0139bccee9ce73b
Author: Andoni Morales Alastruey <ylatuya@gmail.com>
Date: Thu Mar 25 00:38:36 2010 +0100
Disable device probing on Windows
Comment 45 Edward Hervey [pitivi developer] 2010-04-28 16:23:58 UTC
(From update of attachment 149159 [details])
Refactored that one slightly to avoid the repetitive glade_file check for
GladeWindow/GladeDialog subclasses
Comment 46 Edward Hervey [pitivi developer] 2010-04-28 16:25:26 UTC
Andoni, could you test building again with pitivi head ? If it's all good for
you, I'll close this bug.