Commit Graph

11087 Commits

Author SHA1 Message Date
Tim Bentley ca516061b5 Fix display focus for single screens
bzr-revno: 2145
2013-01-15 21:12:01 +00:00
Raoul Snyman 6ad518fa30 SIP version 2 rewrite broke automated test (Bug #1094346)
bzr-revno: 2143
Fixes: https://launchpad.net/bugs/1094346
2013-01-15 22:05:17 +01:00
Arjan Schrijver eb9756389b check_dependencies.py fails on version numbers with letters (bug #1095699)
bzr-revno: 2142
Fixes: https://launchpad.net/bugs/1095699
2013-01-15 21:56:41 +01:00
Patrick Zimmermann 6f50adc8c6 Implement deletion of songs. 2013-01-15 21:48:05 +01:00
Andreas Preikschat 2c2268a326 removed print statement 2013-01-15 00:43:39 +01:00
Andreas Preikschat c58a6c801d don't overwrite build-ins 2013-01-15 00:31:02 +01:00
Andreas Preikschat 6cecfe0fb7 fixed settingsmanager bug; fixed translation bug 2013-01-15 00:26:51 +01:00
Patrick Zimmermann abd2d783aa Add verses to review page. 2013-01-14 23:02:32 +01:00
Patrick Zimmermann bdac939dcd Lots of polishing. 2013-01-14 21:58:09 +01:00
Patrick Zimmermann 90c83dbbe6 Got layout to sort of work. 2013-01-13 23:59:58 +01:00
Patrick Zimmermann 1b641da997 Add authors to review page. 2013-01-12 22:22:44 +01:00
Patrick Zimmermann 5f04c934b1 Merge master. 2013-01-12 21:52:23 +01:00
Patrick Zimmermann 4af3798cd3 Fix a comment indentation. 2013-01-12 21:51:14 +01:00
Andreas Preikschat aaafbdf2ea added ability to completely remove settings; docs 2013-01-12 10:01:58 +01:00
Andreas Preikschat fa6703f307 fixed up remove_obsolete_settings method 2013-01-12 09:54:49 +01:00
Andreas Preikschat cd343bd16c removed todo 2013-01-11 21:53:20 +01:00
Andreas Preikschat 095066cf19 add possibility to remove old_keys from the config 2013-01-11 21:44:30 +01:00
Dmitriy Marmyshev 024ba1aac9 Auto separating blank buttons, if width allows this.
Fixes: https://launchpad.net/bugs/718797
2013-01-12 00:23:06 +04:00
Andreas Preikschat f1a8bad78e added blank lines 2013-01-11 20:36:28 +01:00
Andreas Preikschat 159e23d4c9 moved code to the top of the file 2013-01-11 20:25:57 +01:00
Andreas Preikschat 52830ee6ee changed variable names 2013-01-11 20:08:36 +01:00
Andreas Preikschat 49d61c2e59 change method name 2013-01-11 20:07:45 +01:00
Andreas Preikschat 4e2f673655 added docs 2013-01-11 19:55:42 +01:00
Andreas Preikschat 725bd7dcf6 fixed bug doing bad things 2013-01-11 19:51:45 +01:00
Patrick Zimmermann cd7a57028b Fill song review widgets with useful content. 2013-01-11 18:45:08 +01:00
Tim Bentley 634246a493 set the focus to the maindisplay when it is updated.
Fixes: https://launchpad.net/bugs/1097898
2013-01-11 17:08:44 +00:00
Andreas Preikschat 75a86f05ee fixed removed plugin 2013-01-11 13:43:18 +01:00
Andreas Preikschat 0f042dde6f clean ups 2013-01-11 01:35:00 +01:00
Andreas Preikschat 91fbf037a2 splitted ui.py into two files; changed imports 2013-01-11 01:19:11 +01:00
Patrick Zimmermann bb23cd133d Some more GUI. 2013-01-11 00:08:52 +01:00
Andreas Preikschat 2616f63007 removed value parameter (still needs work) 2013-01-11 00:07:48 +01:00
Patrick Zimmermann 709c398205 First half of song removal review UI. 2013-01-10 23:49:40 +01:00
Patrick Zimmermann 1640bc6531 Add images/song_delete.png to resources. 2013-01-10 23:39:32 +01:00
Andreas Preikschat 6faf76ed5c change empty lines 2013-01-10 21:50:01 +01:00
Andreas Preikschat 98140f3598 added settings.py 2013-01-10 21:47:10 +01:00
Andreas Preikschat 2a816115bb pull in settings; renamed dict 2013-01-10 21:41:16 +01:00
Andreas Preikschat af5995f2a1 moved shortcut settings to settings.py 2013-01-10 21:14:49 +01:00
Andreas Preikschat a8588e0de5 fixed indentation 2013-01-10 21:09:27 +01:00
Andreas Preikschat 306919d15f moved settings to own file 2013-01-10 20:54:45 +01:00
Andreas Preikschat eb6bc6adbc started work to store setting in a (half) central place 2013-01-10 20:33:48 +01:00
Arjan Schrijver 2ce3f7d512 Make sure images use the configured background/border color when loaded from a saved service file 2013-01-10 11:22:01 +01:00
Tim Bentley 1f436534d3 Head 2013-01-09 20:49:08 +00:00
Tim Bentley 9f7725573d Fix tests 2013-01-09 19:56:16 +00:00
Dmitriy Marmyshev daf1887ab9 HEAD 2013-01-09 20:12:31 +04:00
Dmitriy Marmyshev 30ea5fce9c Pause looping when blanking screen 2013-01-09 14:30:32 +04:00
Patrick Zimmermann 3a9820528a Added detection logic to wizard. 2013-01-09 00:17:00 +01:00
Raoul Snyman f738037d19 Change the way the version check works so that nightlies check a nightly file, dev releases a dev file, and stable releases a version file. 2013-01-08 22:44:56 +02:00
Patrick Zimmermann d85ede45b8 Added a wizard. Non functional yet. Changed OpenLPWizard to allow for no
progressPage to be added.
2013-01-08 21:06:57 +01:00
Raoul Snyman 6531224cec Fix an erroneous and unused import in a test. 2013-01-08 08:20:49 +02:00
Raoul Snyman da9f388c70 HEAD 2013-01-08 08:19:29 +02:00