Commit graph

1117 commits

Author SHA1 Message Date
Jesse van den Kieboom
3cbf810bdf Notify changes in commit model repository property 2012-10-30 11:11:33 +01:00
Jesse van den Kieboom
2985caba4f Depend on vala 0.16 2012-10-30 11:11:32 +01:00
Jesse van den Kieboom
6847eeb585 Fix check for enabling debug mode for diff 2012-10-29 17:16:30 +01:00
Jesse van den Kieboom
f5791a9cef Merge branch 'webkit2' 2012-10-29 17:00:05 +01:00
Jesse van den Kieboom
d67116e3ba Improve performance of diff rendering 2012-10-29 16:58:23 +01:00
Jesse van den Kieboom
24ca2049ca Show inspector when running in debug mode 2012-10-29 16:57:21 +01:00
Jesse van den Kieboom
e4efaf5cf2 Do not process diff lines for binary deltas 2012-10-28 22:54:37 +01:00
Jesse van den Kieboom
691e176364 Notify repository change 2012-10-28 18:25:15 +01:00
Jesse van den Kieboom
10cd83fbbb Bind available/enabled ui element properties 2012-10-28 18:25:08 +01:00
Jesse van den Kieboom
5aec1b1360 Set CLEANFILES for tests 2012-10-28 16:55:16 +01:00
Jesse van den Kieboom
67bb50e43c Depend on webkit2 1.9.92 2012-10-28 16:36:50 +01:00
Ignacio Casal Quinteiro
ddfa1b6878 dash view: show just the basename of the repository bolded 2012-10-24 11:04:21 +02:00
Ignacio Casal Quinteiro
0481bd3c58 Compression and stripping of resources 2012-10-23 13:28:47 +02:00
Ignacio Casal Quinteiro
552bcc3dbe Use GResource for icons 2012-10-23 13:25:26 +02:00
Ignacio Casal Quinteiro
52e1c3f2b4 Make the dash view a grid 2012-10-22 09:06:16 +02:00
Andika Triwidada
801ae9fc2f Added Indonesian translation 2012-10-21 18:37:11 +07:00
Ignacio Casal Quinteiro
c22fa8da7f dash: expand the main label and add an arrow like in baobab 2012-10-21 12:50:46 +02:00
Paolo Borelli
e05485a9bb Style the list box 2012-10-20 15:38:47 +02:00
Ignacio Casal Quinteiro
48a4e4d878 Show the listbox 2012-10-19 10:05:22 +02:00
Ignacio Casal Quinteiro
afacb510d3 Minor fixes in ui file 2012-10-18 19:40:37 +02:00
Ignacio Casal Quinteiro
2c08e9af56 files: add icon to the list elements 2012-10-18 15:41:33 +02:00
Ignacio Casal Quinteiro
78abff4d8c files: walk tree in pre order
In post order we seem to have the folders after the files
so we can't correctly set the parent in the tree store.
2012-10-18 12:50:08 +02:00
Ignacio Casal Quinteiro
3a725e641b files: add missing sentinel 2012-10-18 12:49:37 +02:00
Matej Urbančič
e5d479ad53 Updated Slovenian translation 2012-10-18 08:14:43 +02:00
Piotr Drąg
c8078be058 Updated Polish translation 2012-10-17 21:19:25 +02:00
Daniel Mustieles
1b365148d5 Updated Spanish translation 2012-10-17 18:14:22 +02:00
Ignacio Casal Quinteiro
5b83ed8e92 Get rid of posix package 2012-10-17 14:45:47 +02:00
Ignacio Casal Quinteiro
9ac488a5dd Use GgitFileMode instead of POSIX 2012-10-17 14:35:16 +02:00
Ignacio Casal Quinteiro
6de7863af4 Missing end_header call 2012-10-17 14:15:08 +02:00
Ignacio Casal Quinteiro
d52237fc8b Use GtkMenuButton 2012-10-17 14:01:49 +02:00
Ignacio Casal Quinteiro
d81a864dbc Use AM_VALAFLAGS 2012-10-17 08:38:37 +02:00
Ignacio Casal Quinteiro
9d1775827b Require gtk+ 3.6.0 2012-10-17 08:33:52 +02:00
Ignacio Casal Quinteiro
664694aaba Use GtkSearchEntry 2012-10-17 08:29:25 +02:00
Jesse van den Kieboom
6fb216bd73 Switch to using webkit2 for the diff view
https://bugs.webkit.org/show_bug.cgi?id=94313
https://bugs.webkit.org/show_bug.cgi?id=94314
https://bugs.webkit.org/show_bug.cgi?id=94315
2012-10-16 23:58:27 +02:00
Jesse van den Kieboom
9d8643f4b8 Use sidebar css style 2012-10-16 21:49:43 +02:00
Jesse van den Kieboom
d881e36feb List 'All' as top most in history navigation 2012-10-16 21:23:38 +02:00
Jesse van den Kieboom
df267aa4b0 Sort remote refs 2012-10-16 21:10:17 +02:00
Jesse van den Kieboom
6aa2958ee8 Use Gee.LinkedList for remote refs
It's easier to use the Gee.LinkedList class since it's properly reffed
2012-10-16 21:10:10 +02:00
Jesse van den Kieboom
78d6a16ddf Correctly fallback on robohash with size 2012-10-16 20:27:02 +02:00
Jesse van den Kieboom
2a8f44030d Clone template before filling it 2012-10-16 20:26:50 +02:00
Jesse van den Kieboom
ea93597b9c Align ref label on the pixel 2012-10-16 20:26:23 +02:00
Jesse van den Kieboom
5a1efe6b7f Added wrappers for GgitRef and GgitBranch 2012-10-16 20:26:12 +02:00
Jesse van den Kieboom
804296d794 Added 1px solid border around ref label to improve contrast 2012-10-16 20:25:44 +02:00
Jesse van den Kieboom
40edb882df Made rounded corners of ref labels a bit smaller 2012-10-16 20:25:20 +02:00
Paolo Borelli
b32d127065 Propagate current state to the child
This makes sure that the backdrop state reaches the children. At the
moment I do not explicitely clear the selected, focus and prelight
flags since I do not think they are ever set for the list widget, but
maybe we should.

https://bugzilla.gnome.org/show_bug.cgi?id=686092
2012-10-15 10:10:39 +02:00
Ignacio Casal Quinteiro
fcf25a45fc Fix the api break by libgit2-glib 2012-10-03 09:06:48 +02:00
Ignacio Casal Quinteiro
009683eac4 Fix libgitg-gtk compilation 2012-10-03 09:00:20 +02:00
Ignacio Casal Quinteiro
4460572b10 Update listbox 2012-10-02 14:30:40 +02:00
Martin Srebotnjak
6dc3febbdf Updated Slovenian translation 2012-09-15 20:43:21 +02:00
Piotr Drąg
7a26ef854a Updated Polish translation 2012-09-03 01:10:23 +02:00