~ubuntu-branches/ubuntu/quantal/seahorse-nautilus/quantal

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-05 10:28:20 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120905102820-7x3dkumkaya523mn
Tags: 3.5.91-0ubuntu1
* New upstream release (LP: #1045572)
* debian/control:
  - Add build-depends on libgcr-3-dev
  - Drop build-depends on libgconf2-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Generated automatically. Do not edit.
2
2
 
 
3
commit bdc117a11f93ee152dd73e3b9509283bbf2cb1dd
 
4
Author: Stef Walter <stefw@gnome.org>
 
5
Date:   2012-09-03
 
6
 
 
7
    Release version 3.5.91
 
8
 
 
9
 NEWS         | 3 +++
 
10
 configure.ac | 2 +-
 
11
 2 files changed, 4 insertions(+), 1 deletion(-)
 
12
 
 
13
commit 4a7e7b0ec5b2899d1eaa53661be59d436fb7bb4e
 
14
Author: Piotr Drąg <piotrdrag@gmail.com>
 
15
Date:   2012-08-22
 
16
 
 
17
    Updated Polish translation
 
18
 
 
19
 po/pl.po | 223 +++++++++++++++++++++++++++++++++++++--------------------------
 
20
 1 file changed, 131 insertions(+), 92 deletions(-)
 
21
 
 
22
commit 65062a63d0a1c220835de2ecf54b24044276ecb4
 
23
Author: Stef Walter <stefw@gnome.org>
 
24
Date:   2012-07-16
 
25
 
 
26
    Release version 3.5.4
 
27
 
 
28
 NEWS | 7 +++++++
 
29
 1 file changed, 7 insertions(+)
 
30
 
 
31
commit a76eb15551dff7148d91053f018fa39623d0dc0d
 
32
Author: Piotr Drąg <piotrdrag@gmail.com>
 
33
Date:   2012-06-29
 
34
 
 
35
    Updated POTFILES.in
 
36
 
 
37
 po/POTFILES.in | 2 ++
 
38
 1 file changed, 2 insertions(+)
 
39
 
 
40
commit fc461e7ebefdffc88ff92730f9919cbddd760253
 
41
Author: Stef Walter <stefw@gnome.org>
 
42
Date:   2012-06-29
 
43
 
 
44
    Bump version number
 
45
 
 
46
 configure.ac | 2 +-
 
47
 1 file changed, 1 insertion(+), 1 deletion(-)
 
48
 
 
49
commit f2044481fa173feba45eb15a55708bd73f58a77e
 
50
Author: Stef Walter <stefw@gnome.org>
 
51
Date:   2012-06-29
 
52
 
 
53
    Fix use of uninitialized variable
 
54
 
 
55
 tool/seahorse-tool.c | 2 +-
 
56
 1 file changed, 1 insertion(+), 1 deletion(-)
 
57
 
 
58
commit 8abff8e3e7592bb85a6e1466afb5e68ca0ca9de4
 
59
Author: Stef Walter <stefw@gnome.org>
 
60
Date:   2012-06-29
 
61
 
 
62
    Use GtkComboBoxText correctly
 
63
    
 
64
     * And remove check for old versions of GTK+
 
65
 
 
66
 tool/seahorse-multi-encrypt.xml | 2 +-
 
67
 tool/seahorse-tool-files.c      | 8 --------
 
68
 2 files changed, 1 insertion(+), 9 deletions(-)
 
69
 
 
70
commit f923946e3c0b0e70f2bad845d37484e2bcc5f345
 
71
Author: Stef Walter <stefw@gnome.org>
 
72
Date:   2012-06-29
 
73
 
 
74
    Don't use has_separator property in dialogs, deprecated
 
75
 
 
76
 tool/seahorse-multi-encrypt.xml | 1 -
 
77
 tool/seahorse-notify.xml        | 1 -
 
78
 tool/seahorse-progress.xml      | 1 -
 
79
 3 files changed, 3 deletions(-)
 
80
 
 
81
commit d673c20a6d376300accbec3f0da91b0d581fc465
 
82
Author: Stef Walter <stefw@gnome.org>
 
83
Date:   2012-06-29
 
84
 
 
85
    Don't use g_atexit now that its deprecated
 
86
 
 
87
 tool/seahorse-libdialogs.h   |  2 ++
 
88
 tool/seahorse-notification.c | 17 ++++++++---------
 
89
 tool/seahorse-tool.c         |  2 ++
 
90
 3 files changed, 12 insertions(+), 9 deletions(-)
 
91
 
 
92
commit e83548cf4f26ddac22940b0cff16f8d38b55f1a3
 
93
Author: Stef Walter <stefw@gnome.org>
 
94
Date:   2012-06-29
 
95
 
 
96
    Fix loading of UI files
 
97
    
 
98
     * Path was built incorrectly
 
99
     * Report errors during loading of UI files
 
100
 
 
101
 tool/Makefile.am       | 2 +-
 
102
 tool/seahorse-widget.c | 7 ++++++-
 
103
 2 files changed, 7 insertions(+), 2 deletions(-)
 
104
 
 
105
commit ff0c38ae75d14ae1df4c00e0c604cb2bd0a24f93
 
106
Author: Stef Walter <stefw@gnome.org>
 
107
Date:   2012-06-29
 
108
 
 
109
    Use GcrPrompt for prompting
 
110
    
 
111
     * Now depends on gcr 3.4.0 or later
 
112
 
 
113
 configure.ac                  |   7 +
 
114
 tool/Makefile.am              |   5 +-
 
115
 tool/seahorse-passphrase.c    | 387 +++++++++---------------------------------
 
116
 tool/seahorse-passphrase.h    |   4 -
 
117
 tool/seahorse-secure-buffer.c | 196 ---------------------
 
118
 tool/seahorse-secure-buffer.h |  57 -------
 
119
 tool/seahorse-secure-memory.c | 128 --------------
 
120
 tool/seahorse-secure-memory.h |  39 -----
 
121
 tool/seahorse-tool.c          |   3 -
 
122
 9 files changed, 87 insertions(+), 739 deletions(-)
 
123
 
 
124
commit ecc8717bc14ec239e83f2ac58de96c437f1f31e3
 
125
Author: Stef Walter <stefw@gnome.org>
 
126
Date:   2012-06-29
 
127
 
 
128
    Migrate from GConf to GSettings
 
129
 
 
130
 .gitignore                                         |   1 +
 
131
 Makefile.am                                        |   1 +
 
132
 configure.ac                                       |   4 +-
 
133
 data/Makefile.am                                   |  15 ++
 
134
 data/org.gnome.seahorse.nautilus.convert           |   4 +
 
135
 data/org.gnome.seahorse.nautilus.gschema.xml       |  19 +++
 
136
 .../org.gnome.seahorse.nautilus.window.gschema.xml |  14 ++
 
137
 tool/Makefile.am                                   |   1 -
 
138
 tool/seahorse-gconf.c                              | 183 ---------------------
 
139
 tool/seahorse-gconf.h                              |  55 -------
 
140
 tool/seahorse-tool-files.c                         |   9 +-
 
141
 tool/seahorse-tool.c                               |  12 +-
 
142
 tool/seahorse-tool.h                               |   2 +
 
143
 tool/seahorse-util.c                               |   1 -
 
144
 tool/seahorse-widget.c                             | 107 +++++-------
 
145
 tool/seahorse-widget.h                             |   1 +
 
146
 16 files changed, 116 insertions(+), 313 deletions(-)
 
147
 
 
148
commit cf90865d3c72a14911812b999d86084d45b90ca8
 
149
Author: Stef Walter <stefw@gnome.org>
 
150
Date:   2012-03-26
 
151
 
 
152
    Release 3.4.0
 
153
 
 
154
 NEWS         | 3 +++
 
155
 configure.ac | 2 +-
 
156
 2 files changed, 4 insertions(+), 1 deletion(-)
 
157
 
 
158
commit 081e708351504e3fc9b466988163ec522a4e963c
 
159
Author: Stef Walter <stefw@collabora.co.uk>
 
160
Date:   2011-10-24
 
161
 
 
162
    Bump version number
 
163
 
 
164
 configure.ac | 2 +-
 
165
 1 file changed, 1 insertion(+), 1 deletion(-)
 
166
 
3
167
commit c85b7ac8e47e0788524090e4bb201927c764b75c
4
168
Author: Stef Walter <stefw@collabora.co.uk>
5
169
Date:   2011-10-24
6
170
 
7
171
    Release version 3.3.1
8
172
 
9
 
 NEWS                   |    7 ++++++-
10
 
 configure.ac           |    2 +-
11
 
 seahorse-nautilus.doap |   24 ++++++++++++++++++++++++
 
173
 NEWS                   |  7 ++++++-
 
174
 configure.ac           |  2 +-
 
175
 seahorse-nautilus.doap | 24 ++++++++++++++++++++++++
12
176
 3 files changed, 31 insertions(+), 2 deletions(-)
13
177
 
14
178
commit 68d503557dfdb01c336dc43d99b38993dcbecaec
17
181
 
18
182
    Remove unused functions, and fix up warnings
19
183
 
20
 
 configure.ac                  |    3 +-
21
 
 tool/Makefile.am              |    1 -
22
 
 tool/seahorse-gconf.c         |  117 ----------
23
 
 tool/seahorse-gconf.h         |   33 ---
24
 
 tool/seahorse-gpgmex-op.c     |  123 -----------
25
 
 tool/seahorse-gpgmex-util.c   |  416 -----------------------------------
26
 
 tool/seahorse-gpgmex.h        |  130 -----------
27
 
 tool/seahorse-libdialogs.h    |    7 -
28
 
 tool/seahorse-notification.c  |   20 +--
29
 
 tool/seahorse-operation.c     |  359 ------------------------------
30
 
 tool/seahorse-operation.h     |   60 -----
31
 
 tool/seahorse-passphrase.c    |   12 +-
32
 
 tool/seahorse-pgp-operation.c |    9 +-
33
 
 tool/seahorse-pgp-operation.h |    2 +-
34
 
 tool/seahorse-progress.c      |   58 +-----
35
 
 tool/seahorse-progress.h      |    7 -
36
 
 tool/seahorse-tool-files.c    |   29 ++-
37
 
 tool/seahorse-tool-progress.c |    9 +-
38
 
 tool/seahorse-tool.c          |   42 ++--
39
 
 tool/seahorse-tool.h          |    8 +-
40
 
 tool/seahorse-util.c          |  488 +----------------------------------------
41
 
 tool/seahorse-util.h          |   65 +------
42
 
 tool/seahorse-vfs-data.c      |  168 +--------------
43
 
 tool/seahorse-vfs-data.h      |   10 +-
44
 
 tool/seahorse-widget.c        |   85 -------
45
 
 tool/seahorse-widget.h        |   16 +--
 
184
 configure.ac                  |   3 +-
 
185
 tool/Makefile.am              |   1 -
 
186
 tool/seahorse-gconf.c         | 117 ----------
 
187
 tool/seahorse-gconf.h         |  33 ---
 
188
 tool/seahorse-gpgmex-op.c     | 123 -----------
 
189
 tool/seahorse-gpgmex-util.c   | 416 -----------------------------------
 
190
 tool/seahorse-gpgmex.h        | 130 -----------
 
191
 tool/seahorse-libdialogs.h    |   7 -
 
192
 tool/seahorse-notification.c  |  20 +-
 
193
 tool/seahorse-operation.c     | 359 -------------------------------
 
194
 tool/seahorse-operation.h     |  60 ------
 
195
 tool/seahorse-passphrase.c    |  12 +-
 
196
 tool/seahorse-pgp-operation.c |   9 +-
 
197
 tool/seahorse-pgp-operation.h |   2 +-
 
198
 tool/seahorse-progress.c      |  58 +----
 
199
 tool/seahorse-progress.h      |   7 -
 
200
 tool/seahorse-tool-files.c    |  29 ++-
 
201
 tool/seahorse-tool-progress.c |   9 +-
 
202
 tool/seahorse-tool.c          |  42 ++--
 
203
 tool/seahorse-tool.h          |   8 +-
 
204
 tool/seahorse-util.c          | 488 +-----------------------------------------
 
205
 tool/seahorse-util.h          |  65 +-----
 
206
 tool/seahorse-vfs-data.c      | 168 +--------------
 
207
 tool/seahorse-vfs-data.h      |  10 +-
 
208
 tool/seahorse-widget.c        |  85 --------
 
209
 tool/seahorse-widget.h        |  16 +-
46
210
 26 files changed, 82 insertions(+), 2195 deletions(-)
47
211
 
48
212
commit 2e1f11f6de02b829c6d25d39eb92ea65d5e11531
55
219
    old releases of the nautilus plugin use the seahorse-plugins
56
220
    git module.
57
221
 
58
 
 .gitignore                    |   43 +++
59
 
 AUTHORS                       |   14 +
60
 
 COPYING                       |  340 +++++++++++++++++++++++
61
 
 ChangeLog                     |   32 +++
62
 
 INSTALL                       |  365 +++++++++++++++++++++++++
63
 
 MAINTAINERS                   |    3 +
64
 
 Makefile.am                   |   41 +++
65
 
 NEWS                          |    1 +
66
 
 README                        |    4 +
67
 
 THANKS                        |   27 ++
68
 
 autogen.sh                    |   20 ++
69
 
 configure.ac                  |  304 +++++++++++++++++++++
70
 
 po/LINGUAS                    |   77 ++++++
71
 
 po/POTFILES.in                |   15 +
72
 
 po/POTFILES.skip              |    3 +
73
 
 po/ar.po                      |  575 +++++++++++++++++++++++++++++++++++++++
74
 
 po/as.po                      |  551 ++++++++++++++++++++++++++++++++++++++
75
 
 po/ast.po                     |  536 +++++++++++++++++++++++++++++++++++++
76
 
 po/az.po                      |  534 +++++++++++++++++++++++++++++++++++++
77
 
 po/be@latin.po                |  544 +++++++++++++++++++++++++++++++++++++
78
 
 po/bg.po                      |  532 +++++++++++++++++++++++++++++++++++++
79
 
 po/bn.po                      |  538 +++++++++++++++++++++++++++++++++++++
80
 
 po/bn_IN.po                   |  536 +++++++++++++++++++++++++++++++++++++
81
 
 po/br.po                      |  527 ++++++++++++++++++++++++++++++++++++
82
 
 po/ca.po                      |  538 +++++++++++++++++++++++++++++++++++++
83
 
 po/ca@valencia.po             |  538 +++++++++++++++++++++++++++++++++++++
84
 
 po/cs.po                      |  551 ++++++++++++++++++++++++++++++++++++++
85
 
 po/da.po                      |  554 ++++++++++++++++++++++++++++++++++++++
86
 
 po/de.po                      |  537 +++++++++++++++++++++++++++++++++++++
87
 
 po/dz.po                      |  538 +++++++++++++++++++++++++++++++++++++
88
 
 po/el.po                      |  540 +++++++++++++++++++++++++++++++++++++
89
 
 po/en@shaw.po                 |  533 +++++++++++++++++++++++++++++++++++++
90
 
 po/en_CA.po                   |  558 ++++++++++++++++++++++++++++++++++++++
91
 
 po/en_GB.po                   |  534 +++++++++++++++++++++++++++++++++++++
92
 
 po/eo.po                      |  529 ++++++++++++++++++++++++++++++++++++
93
 
 po/es.po                      |  537 +++++++++++++++++++++++++++++++++++++
94
 
 po/et.po                      |  536 +++++++++++++++++++++++++++++++++++++
95
 
 po/eu.po                      |  534 +++++++++++++++++++++++++++++++++++++
96
 
 po/fi.po                      |  534 +++++++++++++++++++++++++++++++++++++
97
 
 po/fr.po                      |  545 +++++++++++++++++++++++++++++++++++++
98
 
 po/ga.po                      |  540 +++++++++++++++++++++++++++++++++++++
99
 
 po/gl.po                      |  535 +++++++++++++++++++++++++++++++++++++
100
 
 po/gu.po                      |  537 +++++++++++++++++++++++++++++++++++++
101
 
 po/he.po                      |  530 ++++++++++++++++++++++++++++++++++++
102
 
 po/hi.po                      |  550 ++++++++++++++++++++++++++++++++++++++
103
 
 po/hr.po                      |  557 ++++++++++++++++++++++++++++++++++++++
104
 
 po/hu.po                      |  537 +++++++++++++++++++++++++++++++++++++
105
 
 po/id.po                      |  525 ++++++++++++++++++++++++++++++++++++
106
 
 po/it.po                      |  539 +++++++++++++++++++++++++++++++++++++
107
 
 po/ja.po                      |  523 ++++++++++++++++++++++++++++++++++++
108
 
 po/kn.po                      |  534 +++++++++++++++++++++++++++++++++++++
109
 
 po/ko.po                      |  531 ++++++++++++++++++++++++++++++++++++
110
 
 po/ku.po                      |  527 ++++++++++++++++++++++++++++++++++++
111
 
 po/lt.po                      |  552 ++++++++++++++++++++++++++++++++++++++
112
 
 po/lv.po                      |  550 ++++++++++++++++++++++++++++++++++++++
113
 
 po/mai.po                     |  529 ++++++++++++++++++++++++++++++++++++
114
 
 po/mk.po                      |  549 ++++++++++++++++++++++++++++++++++++++
115
 
 po/ml.po                      |  535 +++++++++++++++++++++++++++++++++++++
116
 
 po/mr.po                      |  531 ++++++++++++++++++++++++++++++++++++
117
 
 po/ms.po                      |  560 ++++++++++++++++++++++++++++++++++++++
118
 
 po/nb.po                      |  531 ++++++++++++++++++++++++++++++++++++
119
 
 po/ne.po                      |  535 +++++++++++++++++++++++++++++++++++++
120
 
 po/nl.po                      |  556 ++++++++++++++++++++++++++++++++++++++
121
 
 po/nn.po                      |  532 +++++++++++++++++++++++++++++++++++++
122
 
 po/oc.po                      |  531 ++++++++++++++++++++++++++++++++++++
123
 
 po/or.po                      |  545 +++++++++++++++++++++++++++++++++++++
124
 
 po/pa.po                      |  535 +++++++++++++++++++++++++++++++++++++
125
 
 po/pl.po                      |  547 ++++++++++++++++++++++++++++++++++++++
126
 
 po/pt.po                      |  538 +++++++++++++++++++++++++++++++++++++
127
 
 po/pt_BR.po                   |  541 +++++++++++++++++++++++++++++++++++++
128
 
 po/ro.po                      |  544 +++++++++++++++++++++++++++++++++++++
129
 
 po/ru.po                      |  547 ++++++++++++++++++++++++++++++++++++++
130
 
 po/rw.po                      |  579 ++++++++++++++++++++++++++++++++++++++++
131
 
 po/si.po                      |  528 ++++++++++++++++++++++++++++++++++++
132
 
 po/sk.po                      |  547 ++++++++++++++++++++++++++++++++++++++
133
 
 po/sl.po                      |  558 ++++++++++++++++++++++++++++++++++++++
134
 
 po/sq.po                      |  566 +++++++++++++++++++++++++++++++++++++++
135
 
 po/sr.po                      |  562 +++++++++++++++++++++++++++++++++++++++
136
 
 po/sr@latin.po                |  562 +++++++++++++++++++++++++++++++++++++++
137
 
 po/sv.po                      |  532 +++++++++++++++++++++++++++++++++++++
138
 
 po/ta.po                      |  536 +++++++++++++++++++++++++++++++++++++
139
 
 po/te.po                      |  535 +++++++++++++++++++++++++++++++++++++
140
 
 po/th.po                      |  521 ++++++++++++++++++++++++++++++++++++
141
 
 po/tr.po                      |  535 +++++++++++++++++++++++++++++++++++++
142
 
 po/ug.po                      |  527 ++++++++++++++++++++++++++++++++++++
143
 
 po/uk.po                      |  546 +++++++++++++++++++++++++++++++++++++
144
 
 po/vi.po                      |  541 +++++++++++++++++++++++++++++++++++++
145
 
 po/zh_CN.po                   |  522 ++++++++++++++++++++++++++++++++++++
146
 
 po/zh_HK.po                   |  531 ++++++++++++++++++++++++++++++++++++
147
 
 po/zh_TW.po                   |  531 ++++++++++++++++++++++++++++++++++++
148
 
 tool/Makefile.am              |   80 +++---
149
 
 tool/seahorse-algo.c          |  591 -----------------------------------------
150
 
 tool/seahorse-algo.h          |   97 -------
151
 
 tool/seahorse-gpgmex-util.c   |   47 ----
152
 
 tool/seahorse-marshal.list    |    3 -
153
 
 tool/seahorse-notification.c  |    3 -
154
 
 tool/seahorse-passphrase.c    |    4 -
155
 
 tool/seahorse-tool-progress.c |    4 -
156
 
 tool/seahorse-tool.c          |    4 -
157
 
 tool/seahorse-widget.c        |    1 -
 
222
 .gitignore                    |  43 +++
 
223
 AUTHORS                       |  14 +
 
224
 COPYING                       | 340 ++++++++++++++++++++++++
 
225
 ChangeLog                     |  32 +++
 
226
 INSTALL                       | 365 ++++++++++++++++++++++++++
 
227
 MAINTAINERS                   |   3 +
 
228
 Makefile.am                   |  41 +++
 
229
 NEWS                          |   1 +
 
230
 README                        |   4 +
 
231
 THANKS                        |  27 ++
 
232
 autogen.sh                    |  20 ++
 
233
 configure.ac                  | 304 ++++++++++++++++++++++
 
234
 po/LINGUAS                    |  77 ++++++
 
235
 po/POTFILES.in                |  15 ++
 
236
 po/POTFILES.skip              |   3 +
 
237
 po/ar.po                      | 575 ++++++++++++++++++++++++++++++++++++++++
 
238
 po/as.po                      | 551 +++++++++++++++++++++++++++++++++++++++
 
239
 po/ast.po                     | 536 ++++++++++++++++++++++++++++++++++++++
 
240
 po/az.po                      | 534 ++++++++++++++++++++++++++++++++++++++
 
241
 po/be@latin.po                | 544 ++++++++++++++++++++++++++++++++++++++
 
242
 po/bg.po                      | 532 +++++++++++++++++++++++++++++++++++++
 
243
 po/bn.po                      | 538 ++++++++++++++++++++++++++++++++++++++
 
244
 po/bn_IN.po                   | 536 ++++++++++++++++++++++++++++++++++++++
 
245
 po/br.po                      | 527 +++++++++++++++++++++++++++++++++++++
 
246
 po/ca.po                      | 538 ++++++++++++++++++++++++++++++++++++++
 
247
 po/ca@valencia.po             | 538 ++++++++++++++++++++++++++++++++++++++
 
248
 po/cs.po                      | 551 +++++++++++++++++++++++++++++++++++++++
 
249
 po/da.po                      | 554 +++++++++++++++++++++++++++++++++++++++
 
250
 po/de.po                      | 537 ++++++++++++++++++++++++++++++++++++++
 
251
 po/dz.po                      | 538 ++++++++++++++++++++++++++++++++++++++
 
252
 po/el.po                      | 540 ++++++++++++++++++++++++++++++++++++++
 
253
 po/en@shaw.po                 | 533 +++++++++++++++++++++++++++++++++++++
 
254
 po/en_CA.po                   | 558 +++++++++++++++++++++++++++++++++++++++
 
255
 po/en_GB.po                   | 534 ++++++++++++++++++++++++++++++++++++++
 
256
 po/eo.po                      | 529 +++++++++++++++++++++++++++++++++++++
 
257
 po/es.po                      | 537 ++++++++++++++++++++++++++++++++++++++
 
258
 po/et.po                      | 536 ++++++++++++++++++++++++++++++++++++++
 
259
 po/eu.po                      | 534 ++++++++++++++++++++++++++++++++++++++
 
260
 po/fi.po                      | 534 ++++++++++++++++++++++++++++++++++++++
 
261
 po/fr.po                      | 545 ++++++++++++++++++++++++++++++++++++++
 
262
 po/ga.po                      | 540 ++++++++++++++++++++++++++++++++++++++
 
263
 po/gl.po                      | 535 ++++++++++++++++++++++++++++++++++++++
 
264
 po/gu.po                      | 537 ++++++++++++++++++++++++++++++++++++++
 
265
 po/he.po                      | 530 +++++++++++++++++++++++++++++++++++++
 
266
 po/hi.po                      | 550 +++++++++++++++++++++++++++++++++++++++
 
267
 po/hr.po                      | 557 +++++++++++++++++++++++++++++++++++++++
 
268
 po/hu.po                      | 537 ++++++++++++++++++++++++++++++++++++++
 
269
 po/id.po                      | 525 +++++++++++++++++++++++++++++++++++++
 
270
 po/it.po                      | 539 ++++++++++++++++++++++++++++++++++++++
 
271
 po/ja.po                      | 523 +++++++++++++++++++++++++++++++++++++
 
272
 po/kn.po                      | 534 ++++++++++++++++++++++++++++++++++++++
 
273
 po/ko.po                      | 531 +++++++++++++++++++++++++++++++++++++
 
274
 po/ku.po                      | 527 +++++++++++++++++++++++++++++++++++++
 
275
 po/lt.po                      | 552 +++++++++++++++++++++++++++++++++++++++
 
276
 po/lv.po                      | 550 +++++++++++++++++++++++++++++++++++++++
 
277
 po/mai.po                     | 529 +++++++++++++++++++++++++++++++++++++
 
278
 po/mk.po                      | 549 +++++++++++++++++++++++++++++++++++++++
 
279
 po/ml.po                      | 535 ++++++++++++++++++++++++++++++++++++++
 
280
 po/mr.po                      | 531 +++++++++++++++++++++++++++++++++++++
 
281
 po/ms.po                      | 560 +++++++++++++++++++++++++++++++++++++++
 
282
 po/nb.po                      | 531 +++++++++++++++++++++++++++++++++++++
 
283
 po/ne.po                      | 535 ++++++++++++++++++++++++++++++++++++++
 
284
 po/nl.po                      | 556 +++++++++++++++++++++++++++++++++++++++
 
285
 po/nn.po                      | 532 +++++++++++++++++++++++++++++++++++++
 
286
 po/oc.po                      | 531 +++++++++++++++++++++++++++++++++++++
 
287
 po/or.po                      | 545 ++++++++++++++++++++++++++++++++++++++
 
288
 po/pa.po                      | 535 ++++++++++++++++++++++++++++++++++++++
 
289
 po/pl.po                      | 547 ++++++++++++++++++++++++++++++++++++++
 
290
 po/pt.po                      | 538 ++++++++++++++++++++++++++++++++++++++
 
291
 po/pt_BR.po                   | 541 ++++++++++++++++++++++++++++++++++++++
 
292
 po/ro.po                      | 544 ++++++++++++++++++++++++++++++++++++++
 
293
 po/ru.po                      | 547 ++++++++++++++++++++++++++++++++++++++
 
294
 po/rw.po                      | 579 +++++++++++++++++++++++++++++++++++++++++
 
295
 po/si.po                      | 528 +++++++++++++++++++++++++++++++++++++
 
296
 po/sk.po                      | 547 ++++++++++++++++++++++++++++++++++++++
 
297
 po/sl.po                      | 558 +++++++++++++++++++++++++++++++++++++++
 
298
 po/sq.po                      | 566 ++++++++++++++++++++++++++++++++++++++++
 
299
 po/sr.po                      | 562 +++++++++++++++++++++++++++++++++++++++
 
300
 po/sr@latin.po                | 562 +++++++++++++++++++++++++++++++++++++++
 
301
 po/sv.po                      | 532 +++++++++++++++++++++++++++++++++++++
 
302
 po/ta.po                      | 536 ++++++++++++++++++++++++++++++++++++++
 
303
 po/te.po                      | 535 ++++++++++++++++++++++++++++++++++++++
 
304
 po/th.po                      | 521 +++++++++++++++++++++++++++++++++++++
 
305
 po/tr.po                      | 535 ++++++++++++++++++++++++++++++++++++++
 
306
 po/ug.po                      | 527 +++++++++++++++++++++++++++++++++++++
 
307
 po/uk.po                      | 546 ++++++++++++++++++++++++++++++++++++++
 
308
 po/vi.po                      | 541 ++++++++++++++++++++++++++++++++++++++
 
309
 po/zh_CN.po                   | 522 +++++++++++++++++++++++++++++++++++++
 
310
 po/zh_HK.po                   | 531 +++++++++++++++++++++++++++++++++++++
 
311
 po/zh_TW.po                   | 531 +++++++++++++++++++++++++++++++++++++
 
312
 tool/Makefile.am              |  80 +++---
 
313
 tool/seahorse-algo.c          | 591 ------------------------------------------
 
314
 tool/seahorse-algo.h          |  97 -------
 
315
 tool/seahorse-gpgmex-util.c   |  47 ----
 
316
 tool/seahorse-marshal.list    |   3 -
 
317
 tool/seahorse-notification.c  |   3 -
 
318
 tool/seahorse-passphrase.c    |   4 -
 
319
 tool/seahorse-tool-progress.c |   4 -
 
320
 tool/seahorse-tool.c          |   4 -
 
321
 tool/seahorse-widget.c        |   1 -
158
322
 100 files changed, 41853 insertions(+), 791 deletions(-)
159
323
 
160
324
commit ecefeb4ca4a593e01d53c1cb9bc3b22d5ecb4bd9
165
329
    
166
330
    https://bugzilla.gnome.org/show_bug.cgi?id=648896
167
331
 
168
 
 tool/seahorse-tool-files.c |    3 +--
169
 
 1 files changed, 1 insertions(+), 2 deletions(-)
 
332
 tool/seahorse-tool-files.c | 3 +--
 
333
 1 file changed, 1 insertion(+), 2 deletions(-)
170
334
 
171
335
commit 2e30bcd26b9928170c25988a982d3ac58b5d908e
172
336
Author: Patrick Toomey <ptoomey3@mac.com>
176
340
    
177
341
    https://bugzilla.gnome.org/show_bug.cgi?id=588432
178
342
 
179
 
 tool/seahorse-tool-files.c |    9 +++++++++
180
 
 tool/seahorse-tool.c       |   12 ++++++------
181
 
 tool/seahorse-tool.h       |    7 +++++++
 
343
 tool/seahorse-tool-files.c |  9 +++++++++
 
344
 tool/seahorse-tool.c       | 12 ++++++------
 
345
 tool/seahorse-tool.h       |  7 +++++++
182
346
 3 files changed, 22 insertions(+), 6 deletions(-)
183
347
 
184
348
commit 9ed9907e0bc680b848a9c7b7e6202dca3d43ead5
187
351
 
188
352
    Compatibility with GTK+ 2.22
189
353
 
190
 
 tool/seahorse-tool-files.c |   10 +++++++++-
191
 
 1 files changed, 9 insertions(+), 1 deletions(-)
 
354
 tool/seahorse-tool-files.c | 10 +++++++++-
 
355
 1 file changed, 9 insertions(+), 1 deletion(-)
192
356
 
193
357
commit 017f76b335e123e1446e3808a5d9f1a169d18de3
194
358
Merge: ce69c9f 5e41038
205
369
    
206
370
    * notify_notification_new cannot attach itself to widgets with 0.7
207
371
 
208
 
 tool/seahorse-notification.c |   10 ++++++++++
209
 
 1 files changed, 10 insertions(+), 0 deletions(-)
 
372
 tool/seahorse-notification.c | 10 ++++++++++
 
373
 1 file changed, 10 insertions(+)
210
374
 
211
375
commit 6c58d8aef3cb5121dda75c21996900ce5f8258f3
212
376
Author: Nirbheek Chauhan <nirbheek.chauhan@gmail.com>
219
383
      - gtk_quit_add() shouldn't be needed since uninit is called atexit()
220
384
    * Require gtk+-2.91.1 or gtk+-2.23.0 for this
221
385
 
222
 
 tool/seahorse-tool-files.c |    7 +++----
223
 
 1 files changed, 3 insertions(+), 4 deletions(-)
 
386
 tool/seahorse-tool-files.c | 7 +++----
 
387
 1 file changed, 3 insertions(+), 4 deletions(-)
224
388
 
225
389
commit 072f2498b5fef691167ea763c4c2b1eaca265b84
226
390
Author: Stef Walter <stef@memberwebs.com>
230
394
    
231
395
    To build with GTK3 use the --with-gtk=3.0 command line argument.
232
396
 
233
 
 tool/seahorse-passphrase.c |    5 +++-
234
 
 tool/seahorse-widget.c     |   51 +++++++++++++++++++++++++++++--------------
235
 
 tool/seahorse-widget.h     |   18 +++++++++------
 
397
 tool/seahorse-passphrase.c |  5 ++++-
 
398
 tool/seahorse-widget.c     | 51 ++++++++++++++++++++++++++++++----------------
 
399
 tool/seahorse-widget.h     | 18 +++++++++-------
236
400
 3 files changed, 49 insertions(+), 25 deletions(-)
237
401
 
238
402
commit b5586afc3cdfcc635e283273c7521691857186f3
243
407
    
244
408
    Fix compiler warnings in seahorse-operation.c
245
409
 
246
 
 tool/seahorse-operation.c |   14 +++++++-------
247
 
 1 files changed, 7 insertions(+), 7 deletions(-)
 
410
 tool/seahorse-operation.c | 14 +++++++-------
 
411
 1 file changed, 7 insertions(+), 7 deletions(-)
248
412
 
249
413
commit 21787ab0975f8a7eb742c94e07905cd9f52232cc
250
414
Author: Stefan Walter <stef@ws.local>
255
419
     * Fix support for large files by including config.h everywhere properly.
256
420
     * Add proper .gitignore
257
421
 
258
 
 tool/seahorse-algo.c        |    2 ++
259
 
 tool/seahorse-gconf.c       |    2 ++
260
 
 tool/seahorse-gpgmex-op.c   |    2 ++
261
 
 tool/seahorse-gpgmex-util.c |    3 ++-
262
 
 tool/seahorse-operation.c   |    4 ++--
263
 
 tool/seahorse-progress.c    |    2 ++
264
 
 tool/seahorse-vfs-data.c    |    2 ++
 
422
 tool/seahorse-algo.c        | 2 ++
 
423
 tool/seahorse-gconf.c       | 2 ++
 
424
 tool/seahorse-gpgmex-op.c   | 2 ++
 
425
 tool/seahorse-gpgmex-util.c | 3 ++-
 
426
 tool/seahorse-operation.c   | 4 ++--
 
427
 tool/seahorse-progress.c    | 2 ++
 
428
 tool/seahorse-vfs-data.c    | 2 ++
265
429
 7 files changed, 14 insertions(+), 3 deletions(-)
266
430
 
267
431
commit 46febb742c115a2ec163548c2a1325f279bb8446
270
434
 
271
435
    Fix build with -DGSEAL
272
436
 
273
 
 tool/seahorse-pgp-operation.c |    1 +
274
 
 tool/seahorse-tool.c          |    7 +++++++
275
 
 tool/seahorse-widget.c        |    1 -
276
 
 3 files changed, 8 insertions(+), 1 deletions(-)
 
437
 tool/seahorse-pgp-operation.c | 1 +
 
438
 tool/seahorse-tool.c          | 7 +++++++
 
439
 tool/seahorse-widget.c        | 1 -
 
440
 3 files changed, 8 insertions(+), 1 deletion(-)
277
441
 
278
442
commit 5e4103867fc639a33a865181c3c28e9a2b74f538
279
443
Author: Stef Walter <stef@memberwebs.com>
281
445
 
282
446
    [agent] Remove agent now that there's a gpg-agent in gnome-keyring.
283
447
 
284
 
 tool/seahorse-passphrase.c    |  165 -----------------------------------------
285
 
 tool/seahorse-passphrase.h    |    9 --
286
 
 tool/seahorse-secure-memory.h |    2 +-
287
 
 3 files changed, 1 insertions(+), 175 deletions(-)
 
448
 tool/seahorse-passphrase.c    | 165 ------------------------------------------
 
449
 tool/seahorse-passphrase.h    |   9 ---
 
450
 tool/seahorse-secure-memory.h |   2 +-
 
451
 3 files changed, 1 insertion(+), 175 deletions(-)
288
452
 
289
453
commit 25c33100192968b3874b42701831f541c7baf7f5
290
454
Author: Andre Klapper <a9016009@gmx.de>
292
456
 
293
457
    Fix nearly everything to compile with -DGSEAL_ENABLE. See bug 612495.
294
458
 
295
 
 tool/seahorse-passphrase.c |   12 ++++++------
296
 
 tool/seahorse-util.c       |   10 ++++++----
 
459
 tool/seahorse-passphrase.c | 12 ++++++------
 
460
 tool/seahorse-util.c       | 10 ++++++----
297
461
 2 files changed, 12 insertions(+), 10 deletions(-)
298
462
 
299
463
commit 7b355b02724ef1f12c54de8bf50cbe4af81521a1
304
468
    
305
469
    URI's need to be unescaped before presenting them to the user.
306
470
 
307
 
 tool/seahorse-notification.c |    5 +++--
308
 
 tool/seahorse-tool.c         |    6 ++++--
 
471
 tool/seahorse-notification.c | 5 +++--
 
472
 tool/seahorse-tool.c         | 6 ++++--
309
473
 2 files changed, 7 insertions(+), 4 deletions(-)
310
474
 
311
475
commit 84bbb56d55dbaff948774609f412af0a83af940c
316
480
    
317
481
    Set visibility to FALSE on GtkEntries used for passphrase fields.
318
482
 
319
 
 tool/seahorse-passphrase.c |    2 ++
320
 
 1 files changed, 2 insertions(+), 0 deletions(-)
 
483
 tool/seahorse-passphrase.c | 2 ++
 
484
 1 file changed, 2 insertions(+)
321
485
 
322
486
commit 9b86b72c12822b5c3561f7cac39282bdcfc48a22
323
487
Author: Adam Schreiber <sadam@gnome.org>
325
489
 
326
490
    Connect cancel clicked signal
327
491
 
328
 
 tool/seahorse-progress.c   |    2 ++
329
 
 tool/seahorse-progress.xml |    1 -
330
 
 2 files changed, 2 insertions(+), 1 deletions(-)
 
492
 tool/seahorse-progress.c   | 2 ++
 
493
 tool/seahorse-progress.xml | 1 -
 
494
 2 files changed, 2 insertions(+), 1 deletion(-)
331
495
 
332
496
commit a6c3294e4853513e2c24e4cb47a5979bd16386e1
333
497
Author: Adam Schreiber <sadam@gnome.org>
356
520
    Added return carriage to the output when you
357
521
    don't specify any argument.
358
522
 
359
 
 tool/seahorse-tool.c |    2 +-
360
 
 1 files changed, 1 insertions(+), 1 deletions(-)
 
523
 tool/seahorse-tool.c | 2 +-
 
524
 1 file changed, 1 insertion(+), 1 deletion(-)
361
525
 
362
526
commit 4bc591102a5186f9af6570086ee13ada4d7a2e36
363
527
Author: Pablo Castellano <pablog.ubuntu@gmail.com>
367
531
    
368
532
    Finish migration from libglade to gtkbuilder.
369
533
 
370
 
 tool/Makefile.am           |    4 ++--
371
 
 tool/seahorse-passphrase.c |    1 -
 
534
 tool/Makefile.am           | 4 ++--
 
535
 tool/seahorse-passphrase.c | 1 -
372
536
 2 files changed, 2 insertions(+), 3 deletions(-)
373
537
 
374
538
commit b87186744f5b27ae50446c09e36b8340b14d7646
377
541
 
378
542
    Bug 590247 - Migrate from libglade to GtkBuilder
379
543
 
380
 
 tool/seahorse-gconf.h             |    2 +
381
 
 tool/seahorse-multi-encrypt.glade |  340 ------------------------------------
382
 
 tool/seahorse-multi-encrypt.xml   |  236 +++++++++++++++++++++++++
383
 
 tool/seahorse-notify.glade        |   99 -----------
384
 
 tool/seahorse-notify.xml          |   79 +++++++++
385
 
 tool/seahorse-progress.c          |   38 +++--
386
 
 tool/seahorse-progress.glade      |  189 --------------------
387
 
 tool/seahorse-progress.xml        |  128 ++++++++++++++
388
 
 tool/seahorse-tool-files.c        |   20 +-
389
 
 tool/seahorse-widget.c            |  345 +++++++++++++------------------------
390
 
 tool/seahorse-widget.h            |   50 +++---
 
544
 tool/seahorse-gconf.h             |   2 +
 
545
 tool/seahorse-multi-encrypt.glade | 340 -------------------------------------
 
546
 tool/seahorse-multi-encrypt.xml   | 236 ++++++++++++++++++++++++++
 
547
 tool/seahorse-notify.glade        |  99 -----------
 
548
 tool/seahorse-notify.xml          |  79 +++++++++
 
549
 tool/seahorse-progress.c          |  38 +++--
 
550
 tool/seahorse-progress.glade      | 189 ---------------------
 
551
 tool/seahorse-progress.xml        | 128 ++++++++++++++
 
552
 tool/seahorse-tool-files.c        |  20 +--
 
553
 tool/seahorse-widget.c            | 345 ++++++++++++++------------------------
 
554
 tool/seahorse-widget.h            |  50 +++---
391
555
 11 files changed, 624 insertions(+), 902 deletions(-)
392
556
 
393
557
commit c6b30ba646d0cc6f0a0863e2638ba3f45883690e
399
563
    seahorse-tool-progress.c and seahorse-tool.c
400
564
    do not need execute permissions.
401
565
 
402
 
 0 files changed, 0 insertions(+), 0 deletions(-)
 
566
 0 files changed
403
567
 
404
568
commit 501ce9135056a75b75d40db8c170ff3c33e32ba3
405
569
Author: Pablo Castellano <pablog.ubuntu@gmail.com>
407
571
 
408
572
    Added .gitignore files
409
573
 
410
 
 nautilus-ext/.gitignore |    4 ++++
411
 
 1 files changed, 4 insertions(+), 0 deletions(-)
 
574
 nautilus-ext/.gitignore | 4 ++++
 
575
 1 file changed, 4 insertions(+)
412
576
 
413
577
commit 75cae72481c2bf98ed6114dbc9a8368f60013422
414
578
Author: Vincent Untz <vuntz@gnome.org>
416
580
 
417
581
    Bug 590723 – Build failure because of missing include
418
582
 
419
 
 tool/seahorse-gpgmex-op.c |    2 ++
420
 
 1 files changed, 2 insertions(+), 0 deletions(-)
 
583
 tool/seahorse-gpgmex-op.c | 2 ++
 
584
 1 file changed, 2 insertions(+)
421
585
 
422
586
commit 7ce323163db01e497163d8fba70174fe7e0554d4
423
587
Author: Kjartan Maraas <kmaraas@gnome.org>
425
589
 
426
590
    Fix single glib include
427
591
 
428
 
 tool/seahorse-algo.h |    2 +-
429
 
 1 files changed, 1 insertions(+), 1 deletions(-)
 
592
 tool/seahorse-algo.h | 2 +-
 
593
 1 file changed, 1 insertion(+), 1 deletion(-)
430
594
 
431
595
commit a8db5cd9f84633c2ab156a5dda81ef69fa9e9ea9
432
596
Author: Stefan Walter <stefw@src.gnome.org>
437
601
    
438
602
    svn path=/seahorse-plugins/trunk/; revision=2877
439
603
 
440
 
 tool/seahorse-notification.c |   10 +++++++++-
441
 
 1 files changed, 9 insertions(+), 1 deletions(-)
 
604
 tool/seahorse-notification.c | 10 +++++++++-
 
605
 1 file changed, 9 insertions(+), 1 deletion(-)
442
606
 
443
607
commit 54b3aa4acc0cdaca127aa5354a6e267630dffc50
444
608
Author: Adam Schreiber <sadam@clemson.edu>
454
618
    
455
619
    svn path=/seahorse-plugins/trunk/; revision=2854
456
620
 
457
 
 tool/seahorse-widget.c |    2 ++
458
 
 1 files changed, 2 insertions(+), 0 deletions(-)
 
621
 tool/seahorse-widget.c | 2 ++
 
622
 1 file changed, 2 insertions(+)
459
623
 
460
624
commit c2199c5f65f66b50dd569ded71f210802dfec3c3
461
625
Author: Adam Schreiber <sadam@clemson.edu>
469
633
    
470
634
    svn path=/seahorse-plugins/trunk/; revision=2828
471
635
 
472
 
 tool/seahorse-widget.c |    4 ++--
473
 
 1 files changed, 2 insertions(+), 2 deletions(-)
 
636
 tool/seahorse-widget.c | 4 ++--
 
637
 1 file changed, 2 insertions(+), 2 deletions(-)
474
638
 
475
639
commit 34399de1ae1fa27f26c106097c5139cc389090e3
476
640
Author: Adam Schreiber <sadam@clemson.edu>
486
650
    
487
651
    svn path=/seahorse-plugins/trunk/; revision=2827
488
652
 
489
 
 tool/seahorse-widget.h |   10 +++++-----
490
 
 1 files changed, 5 insertions(+), 5 deletions(-)
 
653
 tool/seahorse-widget.h | 10 +++++-----
 
654
 1 file changed, 5 insertions(+), 5 deletions(-)
491
655
 
492
656
commit b0ef5789d1dbe51c5ac82ea0d237116f4151fe21
493
657
Author: Adam Schreiber <sadam@clemson.edu>
503
667
    
504
668
    svn path=/seahorse-plugins/trunk/; revision=2724
505
669
 
506
 
 tool/seahorse-tool.c |   25 +++++++++++++++++++++++--
507
 
 1 files changed, 23 insertions(+), 2 deletions(-)
 
670
 tool/seahorse-tool.c | 25 +++++++++++++++++++++++--
 
671
 1 file changed, 23 insertions(+), 2 deletions(-)
508
672
 
509
673
commit 5b9bad721a8074c6bb8ad1f7090872bd0041f99e
510
674
Author: Adam Schreiber <sadam@clemson.edu>
519
683
    
520
684
    svn path=/seahorse-plugins/trunk/; revision=2690
521
685
 
522
 
 tool/seahorse-util.c |   14 ++++++--------
523
 
 1 files changed, 6 insertions(+), 8 deletions(-)
 
686
 tool/seahorse-util.c | 14 ++++++--------
 
687
 1 file changed, 6 insertions(+), 8 deletions(-)
524
688
 
525
689
commit d6fd0d7015f9e6163f37ce8eb4f109b5f4815309
526
690
Author: Adam Schreiber <sadam@clemson.edu>
536
700
    
537
701
    svn path=/seahorse-plugins/trunk/; revision=2645
538
702
 
539
 
 nautilus-ext/seahorse-nautilus-module.c |    4 ++--
540
 
 1 files changed, 2 insertions(+), 2 deletions(-)
 
703
 nautilus-ext/seahorse-nautilus-module.c | 4 ++--
 
704
 1 file changed, 2 insertions(+), 2 deletions(-)
541
705
 
542
706
commit e5be4ffffbb57e54e865792786195da146c4b02b
543
707
Author: Adam Schreiber <sadam@clemson.edu>
552
716
    
553
717
    svn path=/seahorse-plugins/trunk/; revision=2617
554
718
 
555
 
 tool/seahorse-multi-encrypt.glade |  112 ++++++++++++++++++------------------
556
 
 tool/seahorse-notify.glade        |    7 +-
 
719
 tool/seahorse-multi-encrypt.glade | 112 +++++++++++++++++++-------------------
 
720
 tool/seahorse-notify.glade        |   7 ++-
557
721
 2 files changed, 60 insertions(+), 59 deletions(-)
558
722
 
559
723
commit bacb8c73ada2261416fd158594c6ebe2791216e8
567
731
    
568
732
    svn path=/seahorse-plugins/trunk/; revision=2519
569
733
 
570
 
 tool/seahorse-passphrase.c |   14 +++++++++-----
571
 
 1 files changed, 9 insertions(+), 5 deletions(-)
 
734
 tool/seahorse-passphrase.c | 14 +++++++++-----
 
735
 1 file changed, 9 insertions(+), 5 deletions(-)
572
736
 
573
737
commit 3bb8da8ee715497548e0afdc6710c45d2056d315
574
738
Author: Stefan Walter <stefw@src.gnome.org>
582
746
    
583
747
    svn path=/seahorse-plugins/trunk/; revision=2517
584
748
 
585
 
 tool/seahorse-passphrase.c |   41 ++++++++++++++++++++++++++++++++---------
586
 
 1 files changed, 32 insertions(+), 9 deletions(-)
 
749
 tool/seahorse-passphrase.c | 41 ++++++++++++++++++++++++++++++++---------
 
750
 1 file changed, 32 insertions(+), 9 deletions(-)
587
751
 
588
752
commit e5f8ec3e381ef86a6b699187b4a5640c3ca41d87
589
753
Author: Stefan Walter <stefw@src.gnome.org>
599
763
    
600
764
    svn path=/seahorse-plugins/trunk/; revision=2498
601
765
 
602
 
 tool/seahorse-util.c |    7 +++++++
603
 
 1 files changed, 7 insertions(+), 0 deletions(-)
 
766
 tool/seahorse-util.c | 7 +++++++
 
767
 1 file changed, 7 insertions(+)
604
768
 
605
769
commit cfba76593dec63d7e3e79b94ccb8f74a20a10201
606
770
Author: Adam Schreiber <sadam@clemson.edu>
619
783
    
620
784
    svn path=/seahorse-plugins/trunk/; revision=2464
621
785
 
622
 
 tool/seahorse-notification.c |    2 +-
623
 
 1 files changed, 1 insertions(+), 1 deletions(-)
 
786
 tool/seahorse-notification.c | 2 +-
 
787
 1 file changed, 1 insertion(+), 1 deletion(-)
624
788
 
625
789
commit 326e26c0f98ceea70d366f75bbebdf3430e06d33
626
790
Author: Adam Schreiber <sadam@clemson.edu>
639
803
    
640
804
    svn path=/seahorse-plugins/trunk/; revision=2423
641
805
 
642
 
 tool/seahorse-pgp-encrypted.desktop.in.in |    1 -
643
 
 tool/seahorse-pgp-keys.desktop.in.in      |    1 -
644
 
 tool/seahorse-pgp-signature.desktop.in.in |    1 -
645
 
 3 files changed, 0 insertions(+), 3 deletions(-)
 
806
 tool/seahorse-pgp-encrypted.desktop.in.in | 1 -
 
807
 tool/seahorse-pgp-keys.desktop.in.in      | 1 -
 
808
 tool/seahorse-pgp-signature.desktop.in.in | 1 -
 
809
 3 files changed, 3 deletions(-)
646
810
 
647
811
commit eb44326b032cf3b9dab006c85eecbb526c74191b
648
812
Author: Adam Schreiber <sadam@clemson.edu>
659
823
    
660
824
    svn path=/seahorse-plugins/trunk/; revision=2398
661
825
 
662
 
 tool/seahorse-tool.c |    2 +-
663
 
 tool/seahorse-util.c |    4 ++--
 
826
 tool/seahorse-tool.c | 2 +-
 
827
 tool/seahorse-util.c | 4 ++--
664
828
 2 files changed, 3 insertions(+), 3 deletions(-)
665
829
 
666
830
commit 7db5277e133d474a86f359fde6d2d473b52f60c4
682
846
    
683
847
    svn path=/seahorse-plugins/trunk/; revision=2353
684
848
 
685
 
 tool/seahorse-widget.c |    6 +-----
686
 
 1 files changed, 1 insertions(+), 5 deletions(-)
 
849
 tool/seahorse-widget.c | 6 +-----
 
850
 1 file changed, 1 insertion(+), 5 deletions(-)
687
851
 
688
852
commit 6d8d68bc8b91c4067aa9ed2b12bb47701ca014ce
689
853
Author: Adam Schreiber <sadam@clemson.edu>
702
866
    
703
867
    svn path=/seahorse-plugins/trunk/; revision=2263
704
868
 
705
 
 tool/seahorse-tool.c |    8 +++++++-
706
 
 1 files changed, 7 insertions(+), 1 deletions(-)
 
869
 tool/seahorse-tool.c | 8 +++++++-
 
870
 1 file changed, 7 insertions(+), 1 deletion(-)
707
871
 
708
872
commit e513986208b8400355f37ccb52316e983fe9f9f5
709
873
Author: Adam Schreiber <sadam@clemson.edu>
719
883
    
720
884
    svn path=/seahorse-plugins/trunk/; revision=2262
721
885
 
722
 
 tool/seahorse-tool.c |   98 ++++++++++++++++++++++++++-----------------------
723
 
 1 files changed, 52 insertions(+), 46 deletions(-)
 
886
 tool/seahorse-tool.c | 98 ++++++++++++++++++++++++++++------------------------
 
887
 1 file changed, 52 insertions(+), 46 deletions(-)
724
888
 
725
889
commit 11707e48715c90e17d9a1f9ba485f9d05b8b9b15
726
890
Author: Stefan Walter <stefw@src.gnome.org>
746
910
    
747
911
    svn path=/seahorse-plugins/trunk/; revision=2253
748
912
 
749
 
 nautilus-ext/seahorse-nautilus.c  |    3 -
750
 
 tool/seahorse-multi-encrypt.glade |  340 +++++++++++++++++++++++++++++
751
 
 tool/seahorse-tool-files.c        |  311 +++++++++++++++------------
752
 
 tool/seahorse-tool-progress.c     |   15 +--
753
 
 tool/seahorse-tool.c              |    5 -
754
 
 tool/seahorse-util.c              |  124 +++--------
755
 
 tool/seahorse-util.h              |    2 -
756
 
 tool/seahorse-vfs-data.c          |  435 +++++++++++++++++++------------------
757
 
 tool/seahorse-vfs-data.h          |   10 +-
758
 
 9 files changed, 766 insertions(+), 479 deletions(-)
 
913
 nautilus-ext/seahorse-nautilus.c  |   3 -
 
914
 tool/seahorse-multi-encrypt.glade | 340 +++++++++++++++++++++++++++++
 
915
 tool/seahorse-tool-files.c        | 311 +++++++++++++++------------
 
916
 tool/seahorse-tool-progress.c     |  15 +-
 
917
 tool/seahorse-tool.c              |   5 -
 
918
 tool/seahorse-util.c              | 122 +++--------
 
919
 tool/seahorse-util.h              |   2 -
 
920
 tool/seahorse-vfs-data.c          | 435 +++++++++++++++++++-------------------
 
921
 tool/seahorse-vfs-data.h          |  10 +-
 
922
 9 files changed, 765 insertions(+), 478 deletions(-)
759
923
 
760
924
commit eeb817e976814cf3d73eea84809ba02ab5b6dc95
761
925
Author: Adam Schreiber <sadam@clemson.edu>
769
933
    
770
934
    svn path=/seahorse-plugins/trunk/; revision=2246
771
935
 
772
 
 tool/seahorse-secure-memory.c |   35 +++++++++++++++++++++++++++--------
773
 
 1 files changed, 27 insertions(+), 8 deletions(-)
 
936
 tool/seahorse-secure-memory.c | 35 +++++++++++++++++++++++++++--------
 
937
 1 file changed, 27 insertions(+), 8 deletions(-)
774
938
 
775
939
commit 55dcb817cda90a39faff8e3539f77cfc603ed253
776
940
Author: Saleem Abdulrasool <asaleem@src.gnome.org>
780
944
    
781
945
    svn path=/seahorse-plugins/trunk/; revision=2222
782
946
 
783
 
 tool/seahorse-tool-progress.c |    6 +++---
784
 
 tool/seahorse-util.c          |    4 ++--
 
947
 tool/seahorse-tool-progress.c | 6 +++---
 
948
 tool/seahorse-util.c          | 4 ++--
785
949
 2 files changed, 5 insertions(+), 5 deletions(-)
786
950
 
787
951
commit 8ef0fdcedb11dfae691e202999130101d185d0ba
798
962
    
799
963
    svn path=/seahorse-plugins/trunk/; revision=2213
800
964
 
801
 
 tool/seahorse-passphrase.c |    2 +-
802
 
 1 files changed, 1 insertions(+), 1 deletions(-)
 
965
 tool/seahorse-passphrase.c | 2 +-
 
966
 1 file changed, 1 insertion(+), 1 deletion(-)
803
967
 
804
968
commit 0909b673fc9ac4c646d678d1a288c1af28bc4133
805
969
Author: Adam Schreiber <sadam@clemson.edu>
837
1001
    
838
1002
    svn path=/seahorse-plugins/trunk/; revision=2205
839
1003
 
840
 
 nautilus-ext/Makefile.am      |    1 -
841
 
 tool/seahorse-operation.c     |    1 +
842
 
 tool/seahorse-tool-files.c    |    6 +++++-
843
 
 tool/seahorse-tool-progress.c |    5 +++--
844
 
 tool/seahorse-tool.c          |   13 +++++++------
845
 
 tool/seahorse-util.c          |    2 --
846
 
 tool/seahorse-vfs-data.h      |    2 ++
847
 
 tool/seahorse-widget.c        |   27 +++++++++++++++++----------
 
1004
 nautilus-ext/Makefile.am      |  1 -
 
1005
 tool/seahorse-operation.c     |  1 +
 
1006
 tool/seahorse-tool-files.c    |  6 +++++-
 
1007
 tool/seahorse-tool-progress.c |  5 +++--
 
1008
 tool/seahorse-tool.c          | 13 +++++++------
 
1009
 tool/seahorse-util.c          |  2 --
 
1010
 tool/seahorse-vfs-data.h      |  2 ++
 
1011
 tool/seahorse-widget.c        | 27 +++++++++++++++++----------
848
1012
 8 files changed, 35 insertions(+), 22 deletions(-)
849
1013
 
850
1014
commit 61939ab4ead41e6a6066441caaf9a94a9b0fb6ef
899
1063
 tool/seahorse-vfs-data.h                  |   62 +
900
1064
 tool/seahorse-widget.c                    |  562 ++++++
901
1065
 tool/seahorse-widget.h                    |  108 ++
902
 
 43 files changed, 13968 insertions(+), 0 deletions(-)
 
1066
 43 files changed, 13968 insertions(+)