Commit graph

1316 commits

Author SHA1 Message Date
Daniel Mustieles
6254f32466 Updated Spanish translation 2013-06-18 11:16:40 +02:00
Techlive Zheng
4cb6e32611 Fix special '$' character in the diff view 2013-06-16 18:18:11 +02:00
Piotr Drąg
cb2b27d15e Updated Polish translation 2013-06-15 15:47:43 +02:00
Sindhu S
e34a2b6691 Add expander to diff view
Add expander to expand or collapse diffs in diff view.
2013-06-15 19:14:51 +05:30
Sindhu S
167d2b17b2 Show different icon if repository has remote 2013-06-15 19:03:50 +05:30
Sindhu S
7d3645b3cf Fix diff view formatting of EOFNL (Add and Delete) 2013-06-15 18:52:10 +05:30
Sindhu S
1a50c27d46 Change label for User Information dialog
Change label for User Information dialog to be
indicative of the details being edited are for current
repository.
2013-06-15 17:29:44 +05:30
Sindhu Sundar
7ef86761ab User information dialog now saves with Enter/Return key
User information dialog saves data upon edit of either Name or
email fields with Enter/Return key.
Fix tab order of widgets.
2013-06-14 19:04:42 +05:30
Ignacio Casal Quinteiro
3167a5acf0 dash: mark thread func as owned 2013-06-10 19:20:41 +02:00
Adam Dingle
3e405f889a Update valac dependency
We now pass --gresource to valac, requiring a newer version of valac built from git master.
2013-06-09 08:44:15 -04:00
Fran Diéguez
91d7b85c44 Updated Galician translations 2013-06-06 16:16:10 +02:00
Ignacio Casal Quinteiro
1b7a0f428c Mark delegate as owned 2013-06-06 09:21:07 +02:00
Ignacio Casal Quinteiro
e995725f60 Do not free the event by ourselves 2013-06-05 18:31:21 +02:00
Ignacio Casal Quinteiro
fbe5dd9e58 Specify --gresource to vala compiler 2013-06-05 17:37:42 +02:00
Adam Dingle
627fae4ed5 Update valac dependency 2013-06-03 21:33:38 -04:00
Techlive Zheng
b9dfbc0778 Do not emit 'ref_activated' signal during a reloading 2013-06-03 17:00:32 +08:00
Techlive Zheng
5cf7434857 Follow the coding style 2013-06-03 15:05:09 +08:00
Techlive Zheng
dd63634192 Remove unused method 'remove_section()' 2013-06-03 15:02:09 +08:00
Techlive Zheng
2003157374 Remove unused method 'append_separator()' 2013-06-03 15:02:09 +08:00
Techlive Zheng
869479c31f Reload the history view when repository changes 2013-06-03 15:02:09 +08:00
Ignacio Casal Quinteiro
471a604309 Use the right parent for the template 2013-06-03 08:47:50 +02:00
Techlive Zheng
75f04c9f17 Locate all the properties together 2013-06-03 14:30:22 +08:00
Techlive Zheng
ceda5ffe3c No need property 'available' anymore 2013-06-03 14:30:22 +08:00
Techlive Zheng
c2a0ed04e6 Remove NavigationSide, no need for now 2013-06-03 14:30:22 +08:00
Techlive Zheng
33e59a4a64 Give the methods a more sensible name 2013-06-03 14:30:22 +08:00
Techlive Zheng
503fbbde6f Clean up the method access scope 2013-06-03 14:30:22 +08:00
Techlive Zheng
ca1fab7f2d Keep the scrolling position of navigation during reloading 2013-06-03 14:30:18 +08:00
Techlive Zheng
3430656538 Keep the selected navigation reference during reloading 2013-06-03 13:22:31 +08:00
Techlive Zheng
ef329ed44c Do not trigger 'on_ref_activated' signal during reloading
Detach the model from the tree view first, then do the reloading of the
model. Otherwise, as the 'on_ref_activated' signal has been connected,
each time the model changes, the signal will be emitted, cause
unnecessary rendering of the commit list view.
2013-06-03 13:22:31 +08:00
Techlive Zheng
8c7236ad48 Do not do reloading on repository notify
Currently, the navigation gets reloading twice everytime when the
history view is reloaded, it should only be reloaded on explicitly
invoked.
2013-06-03 13:22:31 +08:00
Techlive Zheng
79dc7d1906 Field 'd_repository' should be nullable 2013-06-03 13:22:31 +08:00
Techlive Zheng
58fe8ce084 Move all view related code into the view 2013-06-03 13:22:31 +08:00
Techlive Zheng
ff70730e0b Use the method from the base class 2013-06-03 13:22:31 +08:00
Techlive Zheng
0a4ec605a1 Set up all the tree models at the begining 2013-06-03 13:22:31 +08:00
Techlive Zheng
a22d174cf1 Clean up code make it more organized 2013-06-03 13:22:31 +08:00
Techlive Zheng
f5435be71b Give the variable a more meaningful name 2013-06-03 13:22:30 +08:00
Sindhu S
1053a86474 Allow long names in User Information Dialog (Bug 701093) 2013-06-01 14:29:13 +05:30
Sindhu S
5c19d5982b Make the user information dialog a modal dialog 2013-06-01 14:24:13 +05:30
Ignacio Casal Quinteiro
bcff322cbe Convert window to a template 2013-05-31 17:21:05 +02:00
Techlive Zheng
671d2f7a2b Make the view's stack_panel property nullable 2013-05-30 20:20:08 +02:00
Techlive Zheng
1f91efbf9b Add necessary comments to the abstraction interface 2013-05-30 20:20:08 +02:00
Techlive Zheng
5e35e3a67a Revert changes made in commit ed7abdb for building with libgd
After porting to GtkStack, we do not need them any more.
2013-05-30 20:20:08 +02:00
Techlive Zheng
1480823969 Initialize panels only when they are not initialized 2013-05-30 20:20:08 +02:00
Ignacio Casal Quinteiro
7f7b24645e Port to GtkStack 2013-05-30 20:20:03 +02:00
Ignacio Casal Quinteiro
28c6df4111 Port to GtkRevealer 2013-05-29 12:53:53 +02:00
Ignacio Casal Quinteiro
39cb365dea Fix warning 2013-05-28 14:56:15 +02:00
Ignacio Casal Quinteiro
4625cbb207 Dot not use GdHeaderBar 2013-05-28 14:25:57 +02:00
Jose Manuel Pintor Freire
ed3927a451 Use GtkButton subclasses instead of GdHeaderButton ones
Signed-off-by: Ignacio Casal Quinteiro <icq@gnome.org>
2013-05-28 14:24:34 +02:00
Jose Manuel Pintor Freire
87650faead Add close button
Signed-off-by: Ignacio Casal Quinteiro <icq@gnome.org>
2013-05-28 14:22:48 +02:00
Jose Manuel Pintor Freire
c513c35eb9 Use titlebar at GtkHeaderBar
Signed-off-by: Ignacio Casal Quinteiro <icq@gnome.org>
2013-05-28 14:17:03 +02:00