aboutsummaryrefslogtreecommitdiff
path: root/src/im-source-menu-item.c
Commit message (Collapse)AuthorAgeFilesLines
* im-source-menu-item: ellipsize label when it's longer than 40 emLars Uebernickel2012-09-031-0/+3
| | | | | Also make sure that the label is left-aligned when ellipsized.
* im-source-menu-item: draw lozenges around countsLars Uebernickel2012-09-031-74/+5
| | | | | | A new widget class IdoDetailLabel is introduced, which can display either a string or a count. Counts are drawn as lozenges.
* im-source-menu-item: refactor setting detail stringLars Uebernickel2012-09-031-15/+46
|
* Increase spacing between icons and labelsLars Uebernickel2012-08-271-1/+1
|
* Make sure the time shown in the menu is always currentLars Uebernickel2012-08-241-1/+33
|
* Show icons in application and source menu itemsLars Uebernickel2012-08-211-3/+25
| | | | | | | Everthing goes through GIcon now, using g_icon_{to,new_for}_string to set a string attribute on the menu item. The attribute is prefixed x-canonical- for now.
* ImSourceMenuItem: show source detail (count or time)Lars Uebernickel2012-08-211-3/+113
|
* Use a custom menu item for message source menu itemsLars Uebernickel2012-08-211-0/+278