Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/expandedentry.py
Commit message (Collapse)AuthorAgeFilesLines
* refactoring based on lasted commits upstreamWalter Bender2013-06-091-40/+42
|
* clean up of comment codeWalter Bender2013-03-301-27/+24
|
* cleanup based on dnarvaez reviewWalter Bender2013-03-281-30/+43
|
* Add comments box to expanded entryWalter Bender2013-03-281-1/+137
|
* Make separate method for _write_entry so code can be used multiple timesWalter Bender2013-03-281-8/+11
|
* Pass a widget to _create_scrollable so code can be used for multiple widgetsWalter Bender2013-03-281-19/+29
|
* reset to HEADWalter Bender2013-03-281-187/+33
|
* cleared up problem with updatesWalter Bender2013-02-161-17/+8
|
* fix typo preventing updatesWalter Bender2013-02-151-1/+1
|
* properly enable comments update callbackWalter Bender2013-02-151-5/+10
|
* fix typo in Col labelWalter Bender2013-02-131-1/+1
|
* refactoring of comments codeWalter Bender2013-02-131-100/+136
|
* more consolidation of comment managementWalter Bender2013-02-071-22/+40
|
* saving comments as json; displaying comments in a TreeViewWalter Bender2013-02-061-24/+110
|
* move comments to comment boxWalter Bender2013-02-041-0/+18
|
* Journal: fix layout reordering for right-to-left languages - SL #4328Manuel Quiñones2012-12-171-1/+3
| | | | | | | | | | | This was introduced in the de-hippo move. reverse() was a method of hippo.CanvasBox . Now using Gtk boxes can do: for child in box.get_children(): box.reorder_child(child, 0) Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Journal details view: fix buddies alignment - SL #4335Manuel Quiñones2012-12-151-0/+1
| | | | | | | | | | Gtk.Alignment xalign defaults to 0.5 so the widget that contains the buddies is centered. Follow up of commit 35c51f0d . Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Journal details: make buddies appear - SL #4282Manuel Quiñones2012-12-031-1/+1
| | | | | | | Fix alignment constructor to make buddies visible again. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Replace remaining uses of "import glib"Gonzalo Odiard2012-11-231-2/+2
| | | | | | | This was not handled by the pygi-convert.sh script. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Journal details view: fix textviews can resize outside the window - SL #3941Manuel Quiñones2012-11-191-1/+1
| | | | | | | | | | | | There is an inconsistent behaviour when a TextView with wrap mode WORD_CHAR is inside a ScrolledWindow with horizontal policy NEVER. Is now reported upstream [1] with a testcase. The solution is set the horizontal policy to AUTOMATIC. [1] https://bugzilla.gnome.org/show_bug.cgi?id=688472 Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
*