Commit graph

954 commits

Author SHA1 Message Date
Alexander Larsson
09135fbb8f Avoid updating separators while not visible
This helps avoiding an O(n^2) add() loop where all child widgets
are non-visible during child addition, so we its quite expensive
to find the previous visible child.
2012-05-16 14:35:27 +02:00
Alexander Larsson
2e300a837a Initial version of test with scrolledwindow 2012-05-16 14:05:18 +02:00
Alexander Larsson
8d7860761c Make ChildInfo a class so we get rid of the by-value semantics
We were comparing equality by value, etc, and we had to use "?" everywhere to
work around value copying. Better just use a class.
2012-05-16 12:14:28 +02:00
Alexander Larsson
1c1809f01c Draw active child
Also, make sure we only draw each child once, even if its in multiple
states.
2012-05-16 11:22:24 +02:00
Alexander Larsson
cb626d6da8 Add tracking of active child 2012-05-16 11:22:13 +02:00
Alexander Larsson
3eba7f363e list-test: Add css to test prelight and active 2012-05-16 11:21:10 +02:00
Alexander Larsson
35e07a8fc3 (split) Add ListBox.select_child method 2012-05-15 14:11:57 +02:00
Alexander Larsson
744851ea2d Initial import
This is the inital version of the code from the gnome-contacts wip/sorted
branch, just renamed and restructured to work standalone
2012-05-15 12:22:24 +02:00
Jesse van den Kieboom
5c5f068b67 Added plugins directory to SUBDIRS 2012-05-09 12:27:08 +02:00
Jesse van den Kieboom
1652a265c9 Use anonymous submodule for libgit2-glib 2012-05-09 12:26:53 +02:00
Jesse van den Kieboom
0762c02f7c Added libgitg-ext in SUBDIRS 2012-05-04 17:18:25 +02:00
Jesse van den Kieboom
93fe2bd205 Update libgit2 and libgit2-glib submodules 2012-05-04 17:11:17 +02:00
Jesse van den Kieboom
a4431dbcb9 Show remotes in history navigation 2012-05-04 17:11:03 +02:00
Jesse van den Kieboom
09fdc390b0 Fix various autotools dependencies for building without installing 2012-05-04 17:10:10 +02:00
Jesse van den Kieboom
078e7720da Remove shell test 2012-05-04 17:07:37 +02:00
Jesse van den Kieboom
fc43844ac6 Remove tools 2012-05-04 17:07:25 +02:00
Jesse van den Kieboom
431ea91e9d Set correct length after resize 2012-04-25 00:16:26 +02:00
Jesse van den Kieboom
03f8446283 Can't use GLib.SList as property type 2012-04-25 00:01:27 +02:00
Jesse van den Kieboom
e6b79289a4 Call finish walk async callback in idle 2012-04-22 18:41:39 +02:00
Jesse van den Kieboom
a8221e6058 Fixed correct reftype for ref 2012-04-22 18:36:32 +02:00
Jesse van den Kieboom
8d539256dc Use GitgGtkCommitListView in history plugin 2012-04-22 15:13:46 +02:00
Jesse van den Kieboom
f94927b42e Do not use Gitg inside namespace 2012-04-22 15:13:24 +02:00
Jesse van den Kieboom
0a8d1985eb Added various classes for rendering lanes 2012-04-22 15:13:02 +02:00
Jesse van den Kieboom
4ad1c3c3ad Added get/set working on ref 2012-04-22 15:12:41 +02:00
Jesse van den Kieboom
b4b57f0821 Added RefState stored in ref 2012-04-22 15:12:31 +02:00
Jesse van den Kieboom
57301f326f Added refs_for_id to repository 2012-04-22 15:12:00 +02:00
Jesse van den Kieboom
69cc534b51 Fix tag and lanes for commit 2012-04-22 15:11:43 +02:00
Jesse van den Kieboom
1c195ec60c Construct lanes while loading commit model 2012-04-22 15:11:21 +02:00
Jesse van den Kieboom
92e5f537af Updates to calculating lanes 2012-04-22 15:11:07 +02:00
Jesse van den Kieboom
654b27ba66 Added r/g/b accessors for color 2012-04-22 15:10:09 +02:00
Jesse van den Kieboom
82bc9fbe39 Increase default window size 2012-04-15 14:58:36 +02:00
Jesse van den Kieboom
7ed1ba943d Add most basic history view support 2012-04-15 14:58:36 +02:00
Jesse van den Kieboom
eb586c855c Added libgitg-gtk 2012-04-15 14:58:36 +02:00
Jesse van den Kieboom
85cb74a335 Added virtual methods for started, update and finished 2012-04-15 14:58:36 +02:00
Jesse van den Kieboom
92a1cc6696 Set sort mode before setting include/exclude
Setting the sort mode will reset the walker and thus would
undo setting include/exclude
2012-04-15 14:58:36 +02:00
Jesse van den Kieboom
c7adb66718 Added getting/setting include/exlude oids for model 2012-04-15 14:58:36 +02:00
Jesse van den Kieboom
195bf03034 Added setting/getting repository of model 2012-04-15 14:58:36 +02:00
Jesse van den Kieboom
4e21da2ae9 Fixed threading issues with commit model 2012-04-15 14:58:32 +02:00
Jesse van den Kieboom
a74c5661a6 Initial porting to vala 2012-04-14 13:46:39 +02:00
Seong-ho Cho
c6618019f1 Added Korean translation 2012-03-27 02:02:02 +09:00
Bruno Brouard
479cef8d0a Updated French translation 2012-03-21 21:06:01 +01:00
Fran Diéguez
7bcdfaece2 Updated Galician translations 2012-03-15 01:49:59 +01:00
Dominique Leuenberger
79905400d7 Bug 665351: g_thread_init is deprecated in glib 2.31 2011-12-02 09:29:09 +01:00
Christian Kirbach
3d70843c79 Updated German translation 2011-11-20 19:57:24 +01:00
Yuri Myasoedov
7ad90a3cda Updated Russian translation 2011-11-15 01:13:50 +04:00
Ignacio Casal Quinteiro
ec565bca91 Release 0.2.5 2011-09-01 20:58:39 +02:00
Jesse van den Kieboom
771cb4a19d Fix segvs in arguments and environment parsing in GitgCommand 2011-08-19 23:21:47 +02:00
Jesse van den Kieboom
1f8ca04517 Set working directory, GIT_DIR and GIT_INDEX_FILE when running hooks 2011-08-19 23:15:52 +02:00
Jesse van den Kieboom
92328760b3 Allow redirection of stderr to stdout in shell/runner/io 2011-08-19 22:49:48 +02:00
Jesse van den Kieboom
b3deb75f31 Fixed arguments passed to log for first arg 2011-08-19 22:18:22 +02:00