Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Releasing 13.10.1+15.04.20150311-0ubuntu1 | CI Train Bot | 2015-03-11 | 1 | -0/+7 | |
| | | ||||||
* | | Sanity tests to test basic features of the messaging menu | Ted Gould | 2015-03-11 | 15 | -12/+1099 | |
|\ \ | | | | | | | | | | Approved by: Charles Kerr, PS Jenkins bot | |||||
| * | | Pedantic use of auto | Ted Gould | 2015-03-10 | 1 | -1/+1 | |
| | | | ||||||
| * | | Remove useless for_each call | Ted Gould | 2015-03-10 | 1 | -2/+2 | |
| | | | ||||||
| * | | Making the schema compilation directory into its own variable | Ted Gould | 2015-03-10 | 1 | -6/+8 | |
| | | | ||||||
| * | | Test the messaging menu changing color on and off | Ted Gould | 2015-03-09 | 2 | -0/+68 | |
| | | | ||||||
| * | | Adding a test to ensure an action doesn't exist | Ted Gould | 2015-03-09 | 1 | -0/+34 | |
| | | | ||||||
| * | | Add a shared pointer action state function | Ted Gould | 2015-03-09 | 1 | -5/+9 | |
| | | | ||||||
| * | | Added a test for message replying | Ted Gould | 2015-03-09 | 1 | -0/+50 | |
| | | | ||||||
| * | | Add enabled testing | Ted Gould | 2015-03-09 | 1 | -0/+34 | |
| | | | ||||||
| * | | Add code to activate an action | Ted Gould | 2015-03-09 | 1 | -0/+17 | |
| | | | ||||||
| * | | This commit might be evil | Ted Gould | 2015-03-09 | 1 | -0/+35 | |
| | | | ||||||
| * | | Add checking for the activation parameter type | Ted Gould | 2015-03-09 | 1 | -1/+41 | |
| | | | ||||||
| * | | Check the message's menu | Ted Gould | 2015-03-06 | 1 | -2/+10 | |
| | | | ||||||
| * | | A test that puts a message in the menu | Ted Gould | 2015-03-06 | 4 | -2/+31 | |
| | | | ||||||
| * | | Adding some messaging menu properties to the AS mock | Ted Gould | 2015-03-06 | 1 | -0/+12 | |
| | | | ||||||
| * | | Bringing in AS mock and getting a base test of the root action going | Ted Gould | 2015-03-06 | 3 | -4/+138 | |
| | | | ||||||
| * | | Get the paths right | Ted Gould | 2015-03-06 | 1 | -2/+2 | |
| | | | ||||||
| * | | Get some schemas in there | Ted Gould | 2015-03-06 | 1 | -4/+15 | |
| | | | ||||||
| * | | Linking and building, oh my | Ted Gould | 2015-03-06 | 2 | -6/+7 | |
| | | | ||||||
| * | | Adding in libdbustest | Ted Gould | 2015-03-06 | 3 | -0/+5 | |
| | | | ||||||
| * | | Pulling stuff from indicator-sound | Ted Gould | 2015-03-06 | 3 | -0/+603 | |
| | | | ||||||
| * | | One test directory to rule them all | Ted Gould | 2015-03-06 | 9 | -3/+3 | |
| | | | ||||||
| * | | Moving the manual tests into the same directory | Ted Gould | 2015-03-06 | 1 | -0/+0 | |
|/ / | ||||||
* | | Releasing 13.10.1+15.04.20150304-0ubuntu1 | CI Train Bot | 2015-03-04 | 1 | -0/+8 | |
| | | ||||||
* | | Make the message actions have the message ID in their names like the muxer | Ted Gould | 2015-03-04 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | Approved by: Charles Kerr, PS Jenkins bot | |||||
| * | | Action name should be escaped message id and escaped action name, not ↵ | Ted Gould | 2015-03-04 | 1 | -1/+1 | |
|/ / | | | | | | | escaped action name twice. | |||||
* | | Releasing 13.10.1+15.04.20150219-0ubuntu1 | CI Train Bot | 2015-02-19 | 1 | -0/+8 | |
| | | ||||||
* | | Provide functions that allow for action names directly Fixes: #1385331 | Ted Gould | 2015-02-19 | 2 | -15/+46 | |
|\ \ | | | | | | | | | | Approved by: PS Jenkins bot, Lars Uebernickel | |||||
| * | | Adding a manual test case for a Tweet | Ted Gould | 2015-02-18 | 1 | -0/+17 | |
| | | | ||||||
| * | | Adding a version of source_removed that doesn't unescape | Ted Gould | 2015-02-18 | 1 | -7/+14 | |
| | | | ||||||
| * | | Make a version of the remove that doesn't escape | Ted Gould | 2015-02-18 | 1 | -8/+15 | |
|/ / | ||||||
* | | Releasing 13.10.1+15.04.20150126-0ubuntu1 | CI Train Bot | 2015-01-26 | 1 | -0/+8 | |
| | | ||||||
* | | unescape_action_name: fix logic error (& instead of |) Fixes: #1414025 | Lars Uebernickel | 2015-01-26 | 1 | -1/+1 | |
|\ \ | | | | | | | | | | Approved by: Ted Gould, PS Jenkins bot | |||||
| * | | unescape_action_name: fix logic error (& instead of |) | Lars Uebernickel | 2015-01-26 | 1 | -1/+1 | |
|/ / | ||||||
* | | Releasing 13.10.1+15.04.20150112-0ubuntu1 | CI Train Bot | 2015-01-12 | 1 | -0/+10 | |
| | | ||||||
* | | Escape message and source ids when using them as action names Fixes: #1386584 | Lars Uebernickel | 2015-01-12 | 1 | -22/+112 | |
|\ \ | | | | | | | | | | Approved by: Sebastien Bacher, PS Jenkins bot, Ted Gould | |||||
| * | | Also escape message and source ids when removing them from the app | Lars Uebernickel | 2014-11-07 | 1 | -5/+16 | |
| | | | | | | | | | | | | | | | The last commit missed these two places. | |||||
| * | | Escape message and source ids when using them as action names | Lars Uebernickel | 2014-11-05 | 1 | -17/+96 | |
| |/ | ||||||
* | | desktop menu: don't warn when no default handler for a mime type is found ↵ | Lars Uebernickel | 2015-01-12 | 1 | -3/+6 | |
|\ \ | | | | | | | | | | | | | | | | Fixes: #1389725 Approved by: Sebastien Bacher | |||||
| * | | desktop menu: don't warn when no default handler for a mime type is found | Lars Uebernickel | 2014-11-07 | 1 | -3/+6 | |
|/ / | ||||||
* | | Releasing 13.10.1+15.04.20141103-0ubuntu1 | CI bot | 2014-11-03 | 1 | -0/+12 | |
| | | ||||||
* | | Add filtering for lock screen. Fixes: 1358340 | Ted Gould | 2014-11-03 | 13 | -8/+373 | |
|\ \ | | | | | | | | | | Approved by: PS Jenkins bot | |||||
| * | | Update to trunk | Ted Gould | 2014-10-10 | 3 | -3/+26 | |
| |\| | ||||||
| * | | Test case for greeter checking | Ted Gould | 2014-10-09 | 1 | -0/+30 | |
| | | | ||||||
| * | | Merge trunk positions | Ted Gould | 2014-10-08 | 4 | -3/+52 | |
| |\ \ | ||||||
| * | | | Name change | Ted Gould | 2014-10-06 | 1 | -4/+6 | |
| | | | | ||||||
| * | | | Ensure the proxy is still cleared so we don't leak them | Ted Gould | 2014-10-06 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Ensure we can cancel getting the proxy and that if we do we can handle it ↵ | Ted Gould | 2014-10-06 | 1 | -6/+15 | |
| | | | | | | | | | | | | | | | | without getting the private section | |||||
| * | | | Check for loading of a cached instance | Ted Gould | 2014-10-06 | 1 | -0/+6 | |
| | | | |