aboutsummaryrefslogtreecommitdiffstats
path: root/data/empathy-log-window.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'log-window-webview'Danielle Madeley2011-08-181-1/+1
|
* Allow clicking on a row to select the contactDanielle Madeley2011-08-161-1/+25
| | | | Does not currently highlight the row.
* Reimplement scrollToRowDanielle Madeley2011-08-161-0/+25
| | | | | N.B. This has not been properly tested, because I'm not actually sure how to exhaust this codepath.
* Remove some commented-out debuggingDanielle Madeley2011-08-121-6/+0
|
* Toggle the expander on row double clickDanielle Madeley2011-08-091-8/+11
|
* Add icons to the new log viewerDanielle Madeley2011-08-091-4/+22
|
* Add dates to new log viewerDanielle Madeley2011-08-091-4/+10
|
* Use this utility in the log viewerDanielle Madeley2011-08-091-2/+5
| | | | | It should also be used for the Adium theme, but this also supports fonts specified in the Adium theme, which we need to support.
* Reimplement log_window_maybe_expand_events()Danielle Madeley2011-08-081-0/+19
|
* Factor out toggleExpander()Danielle Madeley2011-08-081-18/+25
|
* Add expander togglesDanielle Madeley2011-08-011-0/+66
|
* Copy fix for bug #625745 from empathy-theme-adiumDanielle Madeley2011-08-011-0/+5
|
* Add a webview widget for displaying the logDanielle Madeley2011-07-291-0/+126
The widget is currently bolted in alongside the existing log display widget for comparison. This includes some debugging cruft like showing the secret notebook tabs. The webview is populated from the store_events treestore, allowing all of the existing node-management and ordering code to be used. Attempting to replace this logic in Javascript was demonstratably too hard. This approach keeps the Javascript code down to the 4 GtkTreeModel signals. TODO: - icons - pretty printed dates - expanders - supporting smileys, links, etc. - using the correct font, etc. - removing the debugging