Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'log-window-webview' | Danielle Madeley | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Allow clicking on a row to select the contact | Danielle Madeley | 2011-08-16 | 1 | -1/+25 |
| | | | | Does not currently highlight the row. | ||||
* | Reimplement scrollToRow | Danielle Madeley | 2011-08-16 | 1 | -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 debugging | Danielle Madeley | 2011-08-12 | 1 | -6/+0 |
| | |||||
* | Toggle the expander on row double click | Danielle Madeley | 2011-08-09 | 1 | -8/+11 |
| | |||||
* | Add icons to the new log viewer | Danielle Madeley | 2011-08-09 | 1 | -4/+22 |
| | |||||
* | Add dates to new log viewer | Danielle Madeley | 2011-08-09 | 1 | -4/+10 |
| | |||||
* | Use this utility in the log viewer | Danielle Madeley | 2011-08-09 | 1 | -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 Madeley | 2011-08-08 | 1 | -0/+19 |
| | |||||
* | Factor out toggleExpander() | Danielle Madeley | 2011-08-08 | 1 | -18/+25 |
| | |||||
* | Add expander toggles | Danielle Madeley | 2011-08-01 | 1 | -0/+66 |
| | |||||
* | Copy fix for bug #625745 from empathy-theme-adium | Danielle Madeley | 2011-08-01 | 1 | -0/+5 |
| | |||||
* | Add a webview widget for displaying the log | Danielle Madeley | 2011-07-29 | 1 | -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 |