Commit graph

25 commits

Author SHA1 Message Date
Techlive Zheng
ad335d08b2 Add a 'on_panel_activated()' method into the panel interface
We have added 'on_view_activated()' method into view interface
previously, so for consistency, we do the same for panel. Let
the panel have a chance to do some work after activated.
2013-05-27 09:21:26 +02:00
Jesse van den Kieboom
2e4590d396 Only update panels when mapped 2013-03-01 16:11:53 +01:00
Ignacio Casal Quinteiro
0e2bd426c3 Use GdStackSwitcher to handle stack elements 2013-02-25 21:57:52 +01:00
Ignacio Casal Quinteiro
919cf1dcb1 files: put the tree view on the right depending of the layout 2013-02-20 16:43:11 +01:00
Ignacio Casal Quinteiro
66dcb15393 files: remove source in dispose 2013-02-16 15:54:37 +01:00
Ignacio Casal Quinteiro
04799a8f5e files: another minor optimization 2013-02-16 15:37:47 +01:00
Ignacio Casal Quinteiro
04249d8fbe files: optimization to avoid o(n^2) iteration 2013-02-16 14:50:07 +01:00
Ignacio Casal Quinteiro
827a5e9110 files: populate items in an idle 2013-02-16 14:14:40 +01:00
Ignacio Casal Quinteiro
898dbd6889 files: no need for sentinel 2013-02-15 22:13:45 +01:00
Ignacio Casal Quinteiro
325c1306d9 Fix for api breaks in libgit2-glib 2013-02-13 12:42:20 +01:00
Jesse van den Kieboom
10cd83fbbb Bind available/enabled ui element properties 2012-10-28 18:25:08 +01:00
Ignacio Casal Quinteiro
0481bd3c58 Compression and stripping of resources 2012-10-23 13:28:47 +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
Ignacio Casal Quinteiro
9ac488a5dd Use GgitFileMode instead of POSIX 2012-10-17 14:35:16 +02:00
Ignacio Casal Quinteiro
d81a864dbc Use AM_VALAFLAGS 2012-10-17 08:38:37 +02:00
Ignacio Casal Quinteiro
fcf25a45fc Fix the api break by libgit2-glib 2012-10-03 09:06:48 +02:00
Jesse van den Kieboom
9b3ec06aea Use new helper function for building ui 2012-07-18 17:35:53 +02:00
Jesse van den Kieboom
5aa2577aa4 Fix negotiate order ids 2012-07-18 09:35:28 +02:00
Jesse van den Kieboom
f303cfa551 Implemented order negotiation for ui elements 2012-07-17 22:52:27 +02:00
Jesse van den Kieboom
1ccd4c9fee Made is_available and is_enabled properties 2012-07-17 22:52:06 +02:00
Jesse van den Kieboom
aaf07ed67e Check if there is a selection or show empty file 2012-07-17 17:04:36 +02:00
Jesse van den Kieboom
853d61b65b Added support for preview images in files listing 2012-07-17 17:01:38 +02:00
Jesse van den Kieboom
59dcccd3d5 Implemented basic file listing plugin for commit 2012-07-17 16:41:01 +02:00