summaryrefslogtreecommitdiff
path: root/src/contacts-list-pane.vala
Commit message (Collapse)AuthorAgeFilesLines
* Remove accents etc when searchingAlexander Larsson2011-09-131-1/+1
| | | | Fixes bug #658050
* Replace FSF address by a reference to its websiteFrédéric Péters2011-09-051-2/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652934
* Make it possible to not send changes when selecting contactAlexander Larsson2011-08-291-2/+7
|
* Make list pane less wide (now 315 px) as per mockupAlexander Larsson2011-08-241-1/+1
|
* Remove unnecessary padding in toolbarAlexander Larsson2011-08-221-5/+1
|
* Add initial display for empty contacts dbAlexander Larsson2011-08-221-3/+65
|
* Split out TreeView from list pane into its own widgetAlexander Larsson2011-08-171-82/+8
|
* Split out cell renderer to its own fileAlexander Larsson2011-08-171-277/+0
|
* Split out the view from StoreAlexander Larsson2011-08-171-5/+7
| | | | | This way we can allow multiple views of the same store, with different filtering.
* Show availibility via phone by using an iconAlexander Larsson2011-08-161-9/+11
| | | | | | | Icons scale better and don't mix weirdly with custom away messages. Closes bug #653824
* Make Contacts.CellRendererShape use a struct for shapesAlexander Larsson2011-08-161-3/+9
| | | | This way we can extend it with more than the icon name.
* Clean up initial letter handlingAlexander Larsson2011-08-161-2/+3
| | | | We put the code in a shared place and handle empty names better
* Add initial cut at show individual idAlexander Larsson2011-08-091-0/+9
|
* Fix some unhandled exception warningsAlexander Larsson2011-07-011-2/+6
|
* Move store to app and pass down to list and contact panesAlexander Larsson2011-06-301-3/+2
|
* Move the aggregator into the contacts storeAlexander Larsson2011-06-291-15/+0
|
* Remove placeholder text from search entryAlexander Larsson2011-06-291-1/+0
|
* Display (via phone) darker when selectedAlexander Larsson2011-06-291-1/+4
|
* Nicer im presence in the list paneAlexander Larsson2011-06-291-4/+23
| | | | | We now show custom away messages, via phone annotation and color on the im status.
* Implement a new cell renderer to use for the listviewAlexander Larsson2011-06-281-25/+253
|
* Make add button widerAlexander Larsson2011-06-281-0/+3
|
* Less wide index columnAlexander Larsson2011-06-271-1/+1
|
* Slightly better list pane sizing, still not as per mockup thoughAlexander Larsson2011-06-271-5/+4
|
* Add clear icon for the entryAlexander Larsson2011-06-171-0/+10
|
* Don't immediately search, wait 300msec firstAlexander Larsson2011-06-171-2/+16
|
* Sync entry text with gnome-shell overview searchAlexander Larsson2011-06-171-1/+1
|
* Split out list pane to own fileAlexander Larsson2011-06-091-0/+202