<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-epiphany/src, branch archive-integration</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/atom?h=archive-integration</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/atom?h=archive-integration'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/'/>
<updated>2013-09-15T12:35:51+00:00</updated>
<entry>
<title>Show "Stop Archiving" only when the EphyWebView is archiving</title>
<updated>2013-09-15T12:35:51+00:00</updated>
<author>
<name>Ting-Wei Lan</name>
<email>lantw44@gmail.com</email>
</author>
<published>2013-09-15T12:35:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=f69c1fa76e874e0dd4210d896174b03c6d250fba'/>
<id>urn:sha1:f69c1fa76e874e0dd4210d896174b03c6d250fba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Archive creating can be cancelled</title>
<updated>2013-09-15T10:22:23+00:00</updated>
<author>
<name>Ting-Wei Lan</name>
<email>lantw44@gmail.com</email>
</author>
<published>2013-09-15T10:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=17c25e5bdfa617b67ac3a40f4d7a43f70cb8e91f'/>
<id>urn:sha1:17c25e5bdfa617b67ac3a40f4d7a43f70cb8e91f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove all things related to autoarchive, which becomes a shared library</title>
<updated>2013-07-30T18:15:44+00:00</updated>
<author>
<name>Ting-Wei Lan</name>
<email>lantw44@gmail.com</email>
</author>
<published>2013-07-30T18:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=659fff975b2e251248f8e46cc67513b7f24ffec8'/>
<id>urn:sha1:659fff975b2e251248f8e46cc67513b7f24ffec8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate autoarchive functions into Epiphany download panel</title>
<updated>2013-07-25T16:12:10+00:00</updated>
<author>
<name>Ting-Wei Lan</name>
<email>lantw44@gmail.com</email>
</author>
<published>2013-07-25T16:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=671f93af76d7b184c5e4af0a60b84580619b5eb9'/>
<id>urn:sha1:671f93af76d7b184c5e4af0a60b84580619b5eb9</id>
<content type='text'>
This commit complete the extraction part of the archive integration project
in Epiphany.
</content>
</entry>
<entry>
<title>Add a checkbutton to toggle the automatical extraction</title>
<updated>2013-07-08T06:57:33+00:00</updated>
<author>
<name>Ting-Wei Lan</name>
<email>lantw44@gmail.com</email>
</author>
<published>2013-07-08T06:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=edb1c10e6114818d00d6cb7c6ed67a76193df22d'/>
<id>urn:sha1:edb1c10e6114818d00d6cb7c6ed67a76193df22d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prefs: Use the correct signal to monitor GtkFileChooserButton's selection changes</title>
<updated>2013-06-22T00:28:44+00:00</updated>
<author>
<name>Federico Mena Quintero</name>
<email>federico@gnome.org</email>
</author>
<published>2013-06-22T00:28:44+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=d8dbe5c067401094bc2dddd0f95d7881cfb71cd7'/>
<id>urn:sha1:d8dbe5c067401094bc2dddd0f95d7881cfb71cd7</id>
<content type='text'>
The correct signal is 'selection-changed', as in all file choosers.

The signal that was being used, 'current-folder-changed', only means that the current
directory being shown in the file chooser dialog has changed - not that the selection
has changed.

See https://bugzilla.gnome.org/show_bug.cgi?id=696498#c8 - although that comment
suggests the use of the 'file-set' signal, which I don't think is very useful.  It's
just a historical remnant.
</content>
</entry>
<entry>
<title>Move profile directory check to after checking for application mode</title>
<updated>2013-06-09T22:45:48+00:00</updated>
<author>
<name>Gustavo Noronha Silva</name>
<email>gns@gnome.org</email>
</author>
<published>2013-06-09T22:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=5bf71aaa68f405240e43e8365d6ec31df4e216f8'/>
<id>urn:sha1:5bf71aaa68f405240e43e8365d6ec31df4e216f8</id>
<content type='text'>
Since application mode also has a profile directory, we will enter the
non-app-mode profile shell mode instead.
</content>
</entry>
<entry>
<title>ephy-find-toolbar: Correct the parent class used</title>
<updated>2013-05-23T18:57:32+00:00</updated>
<author>
<name>Bastien Nocera</name>
<email>hadess@hadess.net</email>
</author>
<published>2013-05-23T18:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=abd95b68ee4aff500452ea605f6e00ad51557478'/>
<id>urn:sha1:abd95b68ee4aff500452ea605f6e00ad51557478</id>
<content type='text'>
The instance is a GtkBox child, so the class should be a
GtkBoxClass child, not GtkToolbarClass.

https://bugzilla.gnome.org/show_bug.cgi?id=700910
</content>
</entry>
<entry>
<title>ephy-main: actually add the FIXME that goes with the previous wayland fix</title>
<updated>2013-05-20T15:27:54+00:00</updated>
<author>
<name>Claudio Saavedra</name>
<email>csaavedra@igalia.com</email>
</author>
<published>2013-05-20T15:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=26621c7d9a8fbdb854857d08e0a0970169f0bb95'/>
<id>urn:sha1:26621c7d9a8fbdb854857d08e0a0970169f0bb95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure we only rely on X11 to obtain timestamps when we are running in a X session</title>
<updated>2013-05-20T10:00:15+00:00</updated>
<author>
<name>Iago Toral Quiroga</name>
<email>itoral@igalia.com</email>
</author>
<published>2013-05-20T07:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-epiphany/commit/?id=d5ddd68f50bafcbdc45870ef7f8f92f57e516587'/>
<id>urn:sha1:d5ddd68f50bafcbdc45870ef7f8f92f57e516587</id>
<content type='text'>
This avoids a startup crash when running on Wayland.

https://bugzilla.gnome.org/show_bug.cgi?id=700691
</content>
</entry>
</feed>
