Commit Graph

246 Commits

Author SHA1 Message Date
Jon Tibble 50f3f2c9b8 Various code cleanups and fix bugs #888815 and #941966
bzr-revno: 1912
Fixes: https://launchpad.net/bugs/888815, https://launchpad.net/bugs/941966
2012-03-19 06:10:37 +00:00
Jon Tibble 025a81d553 Head r1909 2012-03-18 09:33:05 +00:00
Mattias Põldaru 03d837b534 Merge. 2012-03-18 11:31:41 +02:00
Tim Bentley f5a5c641b1 Remove extra blank line 2012-03-18 08:14:51 +00:00
Tim Bentley a22907d639 Remove blank line 2012-03-18 08:06:13 +00:00
Mattias Põldaru 06ff33ac96 Style fix. Thanks to trb for nice example on he's branch. 2012-03-18 02:15:31 +02:00
Mattias Põldaru 5710e2aefd Drop received alerts if alerts plugin is disabled.
Prevent tracebacks when url does not contain data= element.
2012-03-18 01:44:16 +02:00
Tim Bentley 83629a1b22 Get it working this time 2012-03-17 10:51:04 +00:00
Tim Bentley d00840d1e0 Make plugin config updates generic
Fix up some copyright issues missed
2012-03-17 10:40:06 +00:00
Tim Bentley 283d85fbd9 Fix remote search to not use display errors on the main UI 2012-03-17 10:23:52 +00:00
Mattias Põldaru 5cd7162cec Let's catch also all errors when response from remote is not correct JSON or it does not contain required item. 2012-03-17 10:11:42 +02:00
Mattias Põldaru 4ed5c33584 Better fix for the encoding and related issue, less doube-encoding. Now we unquote the characters after JSON has decoded it's bits. 2012-03-17 09:55:59 +02:00
Mattias Põldaru 00390ed688 Alphabetic import order, remove old catcher from python 2.5. 2012-03-17 08:55:12 +02:00
Mattias Põldaru 103d38d016 Fix double loading of songs when using remote's search and setting the song live after. 2012-03-17 08:24:42 +02:00
Mattias Põldaru 76221b4f52 Fix JS event not found error when being called from poll response. 2012-03-17 08:19:52 +02:00
Mattias Põldaru 081f9b04c2 Fix 404 not found errors. 2012-03-17 08:18:59 +02:00
Mattias Põldaru dc69eb087d Merge. 2012-03-17 08:16:36 +02:00
Jon Tibble 5ded814527 Head r1906 2012-03-16 22:56:06 +00:00
Tim Bentley b092f19606 Fix remote Search displaying errors on UI 2012-03-15 06:15:21 +00:00
Mattias Põldaru f8a559c633 + is restricted as well. 2012-03-13 12:08:24 +02:00
Mattias Põldaru c599a1785d Make escaping function a one-liner. 2012-03-13 11:11:36 +02:00
Mattias Põldaru f7752255b0 Encode characters using URL encoding not JSON unicode markup. 2012-03-13 11:05:07 +02:00
Mattias Põldaru 8bd4ad02fd Fixes traceback when sending # or ; from web remote search or alert field.
Fixes: https://launchpad.net/bugs/908226
2012-03-13 02:58:30 +02:00
Jon Tibble 9785e7f1be Cleanups 2012-03-12 19:35:29 +00:00
Samuel Findlay 0b15238245 fixed bug #944510 'web remote doesn't scale to screen'
Fixes: https://launchpad.net/bugs/944510
2012-03-03 16:13:48 +11:00
Philip Ridout addc049c5b Set word wrap on qrDescriptionLabel so that it doesn't cause the groupbox to resize. 2012-01-30 17:44:37 +00:00
Philip Ridout b77b0d18d7 Added QR Code and link to download android app to settings tab 2012-01-25 22:04:36 +00:00
Jon Tibble 4280e03c47 Head r1859 2011-12-29 18:47:39 +00:00
Tim Bentley 2a5e8935bb New year merge 2011-12-27 10:33:55 +00:00
Jon Tibble b25fe75070 Fix unused imports 2011-12-26 16:33:11 +00:00
Mattias Põldaru 173915f956 Made search function's replace greedy as well. Thanks to gushie the world is better place now :). 2011-12-23 18:03:37 +02:00
Mattias Põldaru 514773abe8 Make replace work for two or more occurrences. 2011-12-23 17:47:36 +02:00
Mattias Põldaru e94ab832eb Escape \ and " characters first, to prevent traceback when sending such an alert from remote. 2011-12-23 17:23:32 +02:00
Mattias Põldaru 7f6edda463 Add a missing pair of quotes to fix #354. 2011-12-23 16:54:53 +02:00
Mattias Põldaru 706fa7ff49 Revert previous change. 2011-12-23 16:54:08 +02:00
Mattias Põldaru 2508e71a44 Supposedly fix for #354 in support.openlp.org, a traceback when JSON response from remote cannot be decoded. 2011-12-23 15:15:19 +02:00
Mattias Põldaru 5f9f87e8fa Style fixed. 2011-12-21 10:15:07 +02:00
Mattias Põldaru 72521be196 Merge trunk changes. 2011-12-20 23:00:20 +02:00
Mattias Põldaru bfd0708f3a Enable search by pressing enter in web remote. 2011-12-20 22:43:57 +02:00
Raoul Snyman 2033ecb71c Converted the back button to a home button, as that was its original intention. 2011-12-18 23:02:06 +02:00
Raoul Snyman 9cc7412852 Removed the dependency on json2.js, and removed json2.js 2011-12-18 22:49:31 +02:00
Raoul Snyman 2c7ee7ba20 Upgraded jQuery Mobile to 1.0 final.
Fixed an issue where the search options were getting called too early. Now they are called on page load.
Fixed up bug #905367: The values were being sent through to the server unquoted.

Fixes: https://launchpad.net/bugs/905367
2011-12-18 22:42:28 +02:00
Tim Bentley 0a9ea54bf8 Fix remote hiding of screen and updating UI buttons
bzr-revno: 1841
2011-12-16 15:06:14 +00:00
Tim Bentley acebb85055 more changes 2011-12-15 17:19:54 +00:00
Tim Bentley e141419cdc Fix method names and add to poll event 2011-12-15 06:10:35 +00:00
Mattias Põldaru ac557714ef Fix for 860876, a bug where web remote returns wrongly decoded alert message. It also fixes no search results when searching words with non-ascii characters.
Fixes: https://launchpad.net/bugs/860876
2011-12-15 00:39:52 +02:00
Tim Bentley a06a1dd24c Fix url messages 2011-12-14 20:26:23 +00:00
Tim Bentley c1ca990a2b Fix up methods to do the changes 2011-12-14 19:07:40 +00:00
Jérémie Nau 8e86f21cbd Service notes are not displayed on stage remote view when the current service item is the last. 2011-11-27 21:39:39 +02:00
Raoul Snyman a579725cd7 HEAD 2011-11-21 23:05:56 +02:00