Merge lp:~nico-inattendu/luciole/nico-5 into lp:luciole/0.7

Proposed by NicoInattendu
Status: Merged
Merged at revision: not available
Proposed branch: lp:~nico-inattendu/luciole/nico-5
Merge into: lp:luciole/0.7
Diff against target: None lines
To merge this branch: bzr merge lp:~nico-inattendu/luciole/nico-5
Reviewer Review Type Date Requested Status
NicoInattendu Pending
Review via email: mp+6882@code.launchpad.net
To post a comment you must log in.
Revision history for this message
NicoInattendu (nico-inattendu) wrote :

Fixed bugs :
 * Bug #381609: Invalid messages.pot file
 * Bug #381368: Missing copyright and GPL license

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lucioLib/gui/capture_list_store.py'
2--- lucioLib/gui/capture_list_store.py 2009-03-29 21:48:15 +0000
3+++ lucioLib/gui/capture_list_store.py 2009-05-29 11:19:35 +0000
4@@ -2,6 +2,31 @@
5 # -*- coding: utf-8 -*-
6 # -*- Mode: Python -*-
7 # vi:si:ai:et:sw=4:sts=4:ts=4
8+#
9+#
10+# Copyright Nicolas Bertrand (nico@inattendu.org), 2009
11+#
12+# This file is part of Luciole.
13+#
14+# Luciole is free software: you can redistribute it and/or modify
15+# it under the terms of the GNU General Public License as published by
16+# the Free Software Foundation, either version 3 of the License, or
17+# (at your option) any later version.
18+#
19+# Luciole is distributed in the hope that it will be useful,
20+# but WITHOUT ANY WARRANTY; without even the implied warranty of
21+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22+# GNU General Public License for more details.
23+#
24+# You should have received a copy of the GNU General Public License
25+# along with Luciole. If not, see <http://www.gnu.org/licenses/>.
26+#
27+#
28+"""
29+capture_list_store.py :
30+ ListStore class for Treeviews capture and monatge.
31+"""
32+
33 import pygtk
34 pygtk.require('2.0')
35 import gtk
36
37=== modified file 'lucioLib/luciole_image.py'
38--- lucioLib/luciole_image.py 2009-05-06 17:33:04 +0000
39+++ lucioLib/luciole_image.py 2009-05-29 11:19:35 +0000
40@@ -2,6 +2,33 @@
41 # -*- coding: utf-8 -*-
42 # -*- Mode: Python -*-
43 # vi:si:ai:et:sw=4:sts=4:ts=4
44+#
45+#
46+# Copyright Nicolas Bertrand (nico@inattendu.org), 2009
47+#
48+# This file is part of Luciole.
49+#
50+# Luciole is free software: you can redistribute it and/or modify
51+# it under the terms of the GNU General Public License as published by
52+# the Free Software Foundation, either version 3 of the License, or
53+# (at your option) any later version.
54+#
55+# Luciole is distributed in the hope that it will be useful,
56+# but WITHOUT ANY WARRANTY; without even the implied warranty of
57+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
58+# GNU General Public License for more details.
59+#
60+# You should have received a copy of the GNU General Public License
61+# along with Luciole. If not, see <http://www.gnu.org/licenses/>.
62+#
63+#
64+"""
65+luciole_image.py :
66+ Handle imges in luciole application.
67+ - Manage image type and rush
68+ - Resize image
69+"""
70+
71 import Image as PIL
72 import os.path
73 import gtk
74
75=== modified file 'po/createpot.py'
76--- po/createpot.py 2009-03-08 18:06:41 +0000
77+++ po/createpot.py 2009-05-29 11:19:35 +0000
78@@ -1,5 +1,31 @@
79 #!/usr/bin/env python
80-
81+# -*- coding: utf-8 -*-
82+# -*- Mode: Python -*-
83+# vi:si:ai:et:sw=4:sts=4:ts=4
84+#
85+#
86+# Copyright Nicolas Bertrand (nico@inattendu.org), 2009
87+#
88+# This file is part of Luciole.
89+#
90+# Luciole is free software: you can redistribute it and/or modify
91+# it under the terms of the GNU General Public License as published by
92+# the Free Software Foundation, either version 3 of the License, or
93+# (at your option) any later version.
94+#
95+# Luciole is distributed in the hope that it will be useful,
96+# but WITHOUT ANY WARRANTY; without even the implied warranty of
97+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
98+# GNU General Public License for more details.
99+#
100+# You should have received a copy of the GNU General Public License
101+# along with Luciole. If not, see <http://www.gnu.org/licenses/>.
102+#
103+#
104+"""
105+create_pot.py
106+Used for management of pot file
107+"""
108 import os, sys, glob
109
110 command = None
111
112=== removed file 'po/messages.pot'
113--- po/messages.pot 2009-03-08 18:06:41 +0000
114+++ po/messages.pot 1970-01-01 00:00:00 +0000
115@@ -1,221 +0,0 @@
116-# SOME DESCRIPTIVE TITLE.
117-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
118-# This file is distributed under the same license as the PACKAGE package.
119-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
120-#
121-#, fuzzy
122-msgid ""
123-msgstr ""
124-"Project-Id-Version: PACKAGE VERSION\n"
125-"Report-Msgid-Bugs-To: \n"
126-"POT-Creation-Date: 2008-06-22 11:18+0200\n"
127-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
128-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
129-"Language-Team: LANGUAGE <LL@li.org>\n"
130-"MIME-Version: 1.0\n"
131-"Content-Type: text/plain; charset=CHARSET\n"
132-"Content-Transfer-Encoding: 8bit\n"
133-
134-#. print "langue %s %s"%(self.lang,dir(self.lang))
135-#: ../myrtille.py:100
136-msgid "Bonjour test!"
137-msgstr ""
138-
139-#: ../images/myrtille.glade.h:1
140-msgid ""
141-"\n"
142-"Tool for video capture, for making animated cartoon from image per "
143-"image \n"
144-msgstr ""
145-
146-#: ../images/myrtille.glade.h:4
147-msgid " Digital camera"
148-msgstr ""
149-
150-#: ../images/myrtille.glade.h:5
151-msgid " Export file name (without extension) :"
152-msgstr ""
153-
154-#: ../images/myrtille.glade.h:6
155-msgid "..."
156-msgstr ""
157-
158-#: ../images/myrtille.glade.h:7
159-msgid "About Myrtille"
160-msgstr ""
161-
162-#: ../images/myrtille.glade.h:8
163-msgid "Choose an hardware"
164-msgstr ""
165-
166-#: ../images/myrtille.glade.h:9
167-msgid "Choose export format."
168-msgstr ""
169-
170-#: ../images/myrtille.glade.h:10
171-msgid "Confirmation page"
172-msgstr ""
173-
174-#: ../images/myrtille.glade.h:11
175-msgid "DV cam"
176-msgstr ""
177-
178-#: ../images/myrtille.glade.h:12
179-msgid ""
180-"DV format (raw DV)\n"
181-"Format DVD (mpeg2)\n"
182-"Format divx/xvid (avi)"
183-msgstr ""
184-
185-#: ../images/myrtille.glade.h:15
186-msgid "Export"
187-msgstr ""
188-
189-#: ../images/myrtille.glade.h:16
190-msgid "Export ..."
191-msgstr ""
192-
193-#: ../images/myrtille.glade.h:17
194-msgid "Export path:"
195-msgstr ""
196-
197-#: ../images/myrtille.glade.h:18
198-msgid "Export video with sound."
199-msgstr ""
200-
201-#: ../images/myrtille.glade.h:19
202-msgid "File export"
203-msgstr ""
204-
205-#: ../images/myrtille.glade.h:20
206-msgid "File format :"
207-msgstr ""
208-
209-#: ../images/myrtille.glade.h:21
210-msgid "Folder"
211-msgstr ""
212-
213-#: ../images/myrtille.glade.h:22
214-msgid "Images per seconds"
215-msgstr ""
216-
217-#: ../images/myrtille.glade.h:23
218-msgid "Mixer"
219-msgstr ""
220-
221-#: ../images/myrtille.glade.h:24
222-msgid "Montage"
223-msgstr ""
224-
225-#: ../images/myrtille.glade.h:25
226-msgid "Project name"
227-msgstr ""
228-
229-#: ../images/myrtille.glade.h:26
230-msgid "Select a folder"
231-msgstr ""
232-
233-#: ../images/myrtille.glade.h:27
234-msgid "Select a myrtille project file"
235-msgstr ""
236-
237-#: ../images/myrtille.glade.h:28
238-msgid "Select an image to import"
239-msgstr ""
240-
241-#: ../images/myrtille.glade.h:29
242-msgid "Select project name and destination folder.\n"
243-msgstr ""
244-
245-#: ../images/myrtille.glade.h:31
246-msgid "Snapshot"
247-msgstr ""
248-
249-#: ../images/myrtille.glade.h:32
250-msgid ""
251-"This assistant will help you on configuration of a new myrtille project."
252-msgstr ""
253-
254-#: ../images/myrtille.glade.h:33
255-msgid ""
256-"This program is free software; you can redistribute it and/or\n"
257-"modify it under the terms of the GNU General Public License\n"
258-"as published by the Free Software Foundation; either \n"
259-"version 2 of the License, or (at your option) any later version.\n"
260-"\n"
261-"This program is distributed in the hope that it will be useful,\n"
262-"but WITHOUT ANY WARRANTY; without even the implied \n"
263-"warranty of MERCHANTABILITY or FITNESS FOR A \n"
264-"PARTICULAR PURPOSE. See the GNU General Public \n"
265-"License for more details.\n"
266-"\n"
267-"You should have received a copy of the GNU General Public\n"
268-"License along with this program; if not, write to the \n"
269-"Free Software Foundation, \n"
270-"Inc., 59 Temple Place - \n"
271-"Suite 330, Boston, MA 02111-1307, USA."
272-msgstr ""
273-
274-#: ../images/myrtille.glade.h:49
275-msgid "Transparency level"
276-msgstr ""
277-
278-#: ../images/myrtille.glade.h:50
279-msgid "Web Cam"
280-msgstr ""
281-
282-#: ../images/myrtille.glade.h:51
283-msgid "_File"
284-msgstr ""
285-
286-#: ../images/myrtille.glade.h:52
287-msgid "_Help"
288-msgstr ""
289-
290-#: ../images/myrtille.glade.h:53
291-msgid "expander"
292-msgstr ""
293-
294-#: ../images/myrtille.glade.h:54
295-msgid "gtk-about"
296-msgstr ""
297-
298-#: ../images/myrtille.glade.h:55
299-msgid "gtk-apply"
300-msgstr ""
301-
302-#: ../images/myrtille.glade.h:56
303-msgid "gtk-cancel"
304-msgstr ""
305-
306-#: ../images/myrtille.glade.h:57
307-msgid "gtk-close"
308-msgstr ""
309-
310-#: ../images/myrtille.glade.h:58
311-msgid "gtk-new"
312-msgstr ""
313-
314-#: ../images/myrtille.glade.h:59
315-msgid "gtk-ok"
316-msgstr ""
317-
318-#: ../images/myrtille.glade.h:60
319-msgid "gtk-open"
320-msgstr ""
321-
322-#: ../images/myrtille.glade.h:61
323-msgid "gtk-quit"
324-msgstr ""
325-
326-#: ../images/myrtille.glade.h:62
327-msgid "gtk-save"
328-msgstr ""
329-
330-#: ../images/myrtille.glade.h:63
331-msgid "gtk-save-as"
332-msgstr ""
333-
334-#: ../images/myrtille.glade.h:64
335-msgid "myrtille on line"
336-msgstr ""

Subscribers

People subscribed via source and target branches

to all changes: