Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Latest views work and cleanupsnohippo2Daniel Drake2011-10-068-384/+257
| | | | | | | Make ViewContainer a GtkFixed, less code for us to worry about. Also its no longer windowed. still some bugs to be shaken out: exact centering of icons, collisions
* Journal keep icon: switch to GtkToggleButtonDaniel Drake2011-10-032-42/+28
|
* HomeView: a couple of fixesRaul Gutierrez Segales2011-10-022-2/+11
| | | | | | | We were calling the GObject constructor instead of the GtkContainer constructor for ViewContainer. Also, we were not handling size_request() for the children because were missing do_size_request in FavoritesContainer.
* Meshbox: reimplement snowflakelayout as container, fix buddy icon groupingDaniel Drake2011-10-022-46/+60
|
* Revert "Drop unused SnowflakeLayout"Daniel Drake2011-10-022-0/+112
| | | | | This reverts commit 553c8fa1b25cf0020b737dcbcf8bfd366b3115be. needed for WIP on meshbox
* Friends view: fix display of active activityDaniel Drake2011-10-021-5/+4
| | | | | just missing a .show() remove a needless control variable at the same time
* Drop unused SnowflakeLayoutMarco Pesenti Gritti2011-10-022-112/+0
|
* Drop unused SpreadLayoutMarco Pesenti Gritti2011-10-022-86/+0
|
* Friends view: fix showing of friend iconDaniel Drake2011-10-022-1/+2
| | | | | | The BuddyIcon is an integral part of the FriendView, so it should be visible by default, and the caller should not have to show_all (which was not working anyway).
* Refactor common container code into ViewContainerRaul Gutierrez Segales2011-10-025-104/+86
|
* Journal details view: fix text box appearance/behaviourDaniel Drake2011-10-021-0/+2
|
* Journal details view fixesDaniel Drake2011-10-021-7/+11
|
* Group View: call show() on iconsRaul Gutierrez Segales2011-10-021-0/+1
|
* MeshBox: a few fixes here and thereRaul Gutierrez Segales2011-10-021-3/+7
|
* Fix search in the home viewSimon Schampijer2011-10-021-1/+1
|
* Got clipboard frame panel workingRaul Gutierrez Segales2011-10-023-2/+3
|
* Journal: nohippo fixesDaniel Drake2011-10-024-50/+32
|
* Fixed upper frame so it looks rightRaul Gutierrez Segales2011-10-022-4/+14
|
* Keep icon: CanvasIcon doesn't have box_width parameterDaniel Drake2011-10-021-1/+0
| | | | | Don't think this is a new issue - box_width was never a CanvasIcon param as far as I can see. Or maybe it was a hippo thing?
* Make Mesh View work without Hippo and with the new IconRaul Gutierrez Segales2011-10-021-1/+10
| | | | | | | | | | I've added a couple of calls to show here and there. This should be cleaned up and done in ordered fashion. Also, the whole dance with desktop.Grid passing in icons to get them positioned is kinda confusing because width/height is converted on its way to the Grid and on its way out: very error prone stuff.
* Make transition box actually work without HippoRaul Gutierrez Segales2011-10-021-2/+2
| | | | | | | | This is to be squashed with 981cbff97ee555b77d27eb0c4731c0d4c0389e2d Note: the Transition Box is my favorite piece of code in Sugar. Please, please, please: don't ever remove it. I just /love/ the 1 pixel bug it has, best thing ever!
* GroupBox: show icon and correctly call size_allocateRaul Gutierrez Segales2011-10-021-1/+8
|
* MeshBox: use size_allocate and size_requestRaul Gutierrez Segales2011-10-021-3/+3
|
* FavoriteView: Do a size_allocate instead of emit_request_changedRaul Gutierrez Segales2011-10-021-1/+2
|
* Remove Hippo from the frameRaul Gutierrez Segales2011-10-023-59/+50
|
* Remove Hippo from MeshBoxRaul Gutierrez Segales2011-10-021-34/+94
|
* Remove Hippo from FriendViewRaul Gutierrez Segales2011-10-021-5/+7
|
* Remove Hippo from GroupBoxRaul Gutierrez Segales2011-10-021-17/+68
|
* HomeBox parent constructor is VBox.__init__Raul Gutierrez Segales2011-10-021-1/+1
|
* Remove Hippo from TransitionBoxRaul Gutierrez Segales2011-10-021-38/+6
|
* Add Grid#get_childrenRaul Gutierrez Segales2011-10-021-0/+3
|
* Remove Hippo from the JournalWalter Bender2011-10-024-239/+202
|
* Remove Hippo from FavoritesViewWalter Bender2011-10-022-159/+218
|
*