Andreas Preikschat
2d99f59c84
started to use QString v2 api
2012-05-17 17:13:09 +02:00
Stevan Pettit
f1586052a6
Added code to allow OpenLP to run portable
2012-05-11 08:22:34 -04:00
M2j
c6c62bdcad
pythonifying code:
...
- replace has_key() by key in dict
- remove len() method from sequence and mapping types when mapping to bool
2012-04-29 17:31:56 +02:00
Raoul Snyman
070ed7fcb5
Merged HEAD from trunk and fixed a conflict.
...
Some more refactoring.
2012-04-22 21:37:11 +02:00
Raoul Snyman
4452d4834c
Refactored various variable names.
...
Refactored the names of the fields in the "metadata" table of Bibles, and provided an upgrade script to upgrade the Bibles seamlessly.
Refactored the name of a setting, and wrote some code to migrate it seamlessly.
2012-04-22 00:29:08 +02:00
M2j
c747baa2ea
Trigger push button actions with click signal instead of push signal
2012-04-02 02:19:16 +02:00
M2j
6657e27694
add objectName parameter to create_button_box method
...
remove QMetaObject.connectSlotsByName() calls as they do nothing in our code
2012-04-02 00:44:09 +02:00
M2j
d7ab06cc7e
- reorganisation of methods in openlp.core.lib.ui to make them more comprehensive
...
- some small restatements of some code in bibles parse_reference() method
2012-04-01 23:19:56 +02:00
M2j
b952b2cdbc
Merge differing trees and remove whitspaces
2012-03-04 15:52:09 +01:00
M2j
95c8f8fe5a
removed base_action, checkable_action, icon_action, and shortcut_action
2012-02-28 00:44:35 +01:00
Tim Bentley
2a5e8935bb
New year merge
2011-12-27 10:33:55 +00:00
Mattias Põldaru
1538d0b3bf
More earlier conversions to unicode.
2011-12-09 14:35:18 +02:00
Jon Tibble
ac365e5b6a
Cleanups
2011-11-26 21:26:50 +00:00
Andreas Preikschat
0ed66b6a9c
fixed alert position not being recalculated properly when changing options
2011-10-30 21:24:04 +01:00
Tim Bentley
c8e9496db1
Fix up review comments
2011-10-29 20:13:11 +01:00
Tim Bentley
ea4cb7f7ed
Add Class instead of magic numbers
2011-10-29 14:21:54 +01:00
Tim Bentley
8e853f10b1
Fix crash with alerts over video
...
Change default to bottom from middle
Remove unused from from previous merge
Fixes: https://launchpad.net/bugs/875798 , https://launchpad.net/bugs/883414
2011-10-29 10:33:48 +01:00
Andreas Preikschat
05bf2ec6fa
removed obsolete signals and rearranged the docs
2011-10-22 13:09:01 +02:00
Andreas Preikschat
e5401c7eac
- fixed bug 871441 (Live Preview image is not updated when you "Replace live background")
...
- removed dead code
- fixed docstrings
- removed 'maindisplay_active' signal in same places
bzr-revno: 1781
2011-10-19 19:30:32 +01:00
Tim Bentley
4d3dd6dbb5
Rename signal
2011-10-19 18:53:07 +01:00
Tim Bentley
bdcf15d87b
Fix comments
2011-10-17 19:01:07 +01:00
Tim Bentley
bf2ada0b67
Fix up review comments
2011-10-16 16:39:49 +01:00
Andreas Preikschat
004472baa8
reverted alert change
2011-10-16 16:53:39 +02:00
Tim Bentley
2f36c33f62
Review fixes
2011-10-16 09:25:27 +01:00
Tim Bentley
8ebf7ff131
Finish dynamic Alert updates
2011-10-16 08:59:21 +01:00
Tim Bentley
9652a690b3
More cleanups and start of updates
2011-10-15 07:32:01 +01:00
Tim Bentley
bb8b0cd435
Move the Alert web code back to the plugin
2011-10-13 06:14:03 +01:00
Tim Bentley
e87b4658d8
fix up alert changing triggers
2011-10-11 20:54:18 +01:00
Andreas Preikschat
76f47a4f62
- clean ups
...
- only display alert when the screen is not hidden
2011-10-10 18:54:01 +02:00
Andreas Preikschat
658e8f234b
clean ups
2011-10-10 18:37:46 +02:00
Andreas Preikschat
9baa1374b6
changed instance varaibles to camelCase
2011-08-17 18:16:43 +02:00
Stevan Pettit
90c18b6bfd
changed plugin names to lowercase, removed .lower() from appropriate code
2011-07-23 17:29:24 -04:00
Jon Tibble
40d31106b3
Head r1686
2011-07-14 19:42:38 +01:00
Tim Bentley
b83048ff4e
Fix outstanding strings in Error for translations
...
Fixes: https://launchpad.net/bugs/796440
2011-07-11 17:32:25 +01:00
Jon Tibble
623b56742c
Cleanups
2011-07-07 19:03:12 +01:00
Tim Bentley
608910a098
Fix name
2011-06-12 17:02:52 +01:00
Tim Bentley
c812770153
Copyright fixes
2011-06-12 16:41:01 +01:00
Jonathan Corwin
82a72fdc87
Don't set .parent's on Qt items, pass to init instead
2011-05-28 19:47:14 +01:00
Jonathan Corwin
4138d6fbd0
Change lots of parents
2011-05-28 10:53:37 +01:00
Tim Bentley
acdbefd922
Fixes
2011-05-26 18:11:22 +01:00
Tim Bentley
8f6ed366a1
Copyright updates
2011-05-26 17:25:54 +01:00
Andreas Preikschat
10f59d0313
started to fix camelCase names
2011-05-25 09:59:51 +02:00
Raoul Snyman
7669643774
Updated the copyright notice, adding Jeffrey Smith back in after he accidentally got removed somewhere somehow.
2011-05-24 22:47:05 +02:00
Andreas Preikschat
e1b1f7c6d0
fixed alert bug
2011-05-05 20:40:04 +02:00
Andreas Preikschat
0c9bea3b50
- removed obsolete code
...
- fixes
2011-05-05 15:02:12 +02:00
Tim Bentley
b436c34742
Remove blank line
2011-04-17 13:53:35 +01:00
Tim Bentley
4b3d506379
Allow alerts to be sent but not saved
...
Fixes: https://launchpad.net/bugs/763066
2011-04-17 07:26:55 +01:00
Raoul Snyman
8090adf1bc
Made UiStrings a Singleton, and updated all usage of it.
2011-04-15 23:43:59 +02:00
Tim Bentley
6454b88a83
Fix Tab parentage
2011-04-13 20:12:47 +01:00
Tim Bentley
0b4fd3c585
r1458
2011-04-13 19:20:09 +01:00
Tim Bentley
20fbe4d28d
Settings Cleanup part2
2011-04-12 20:32:17 +01:00
Tim Bentley
e00eaba884
Settings Cleanup part1
2011-04-12 18:45:32 +01:00
Andreas Preikschat
9011c85a6b
removed static methods
2011-04-09 18:11:02 +02:00
Andreas Preikschat
28b83aadae
translate categories
2011-04-03 13:36:43 +02:00
Andreas Preikschat
4ca738e9b3
staticmethod for adding/removing actions
2011-03-31 10:43:19 +02:00
Andreas Preikschat
fe92842c6b
added ability to remove actions
2011-03-30 12:27:27 +02:00
Andreas Preikschat
d9c2d92c8c
2011-03-29 18:44:36 +02:00
Andreas Preikschat
19138cd9e5
started reworking shortcuts
2011-03-29 15:56:49 +02:00
Tim Bentley
70ca844473
Fix comments and errors
2011-03-26 19:50:15 +00:00
Raoul Snyman
efbcfd0772
Updated copyright information.
2011-03-24 21:04:02 +02:00
Andreas Preikschat
8374c2d449
redundant code
2011-03-10 20:17:05 +01:00
Raoul Snyman
2c4a0a20d1
Fixed another faulty string.
2011-03-02 08:03:33 +02:00
Raoul Snyman
4e60a59886
Fixed up some translations.
2011-03-01 20:26:54 +02:00
Raoul Snyman
780a87e840
Updated copyright information. Removed .eric4project directory from version control.
2011-02-24 07:47:38 +02:00
Jon Tibble
032c48df60
Finish grammar corrections, more strings and cleanups
2011-02-16 17:54:31 +00:00
Jon Tibble
a8d2d3661d
Sort grammar breakers
2011-02-16 03:06:34 +00:00
Jon Tibble
d5596583ff
Fixes, cleanups, strings
2011-02-14 16:08:17 +00:00
Jon Tibble
ffd4d41760
Strings including Author Unknown
2011-02-13 15:11:06 +00:00
Jon Tibble
321269b11b
Fixes and cleanups
2011-02-13 01:24:47 +00:00
Jon Tibble
323ab52848
Strings and magic numbers
2011-02-13 01:09:04 +00:00
Jon Tibble
9366155924
UiStrings and SongStrings
2011-02-11 21:17:56 +00:00
Jon Tibble
12d0867623
Plugin refactor: icons, tabs, mediaitems
2011-02-11 04:04:05 +00:00
Jon Tibble
5607b09f0d
Dedupe translations
2011-02-09 05:04:12 +00:00
Jon Tibble
261328d952
Fix last commit
2011-02-08 19:31:55 +00:00
Jon Tibble
2c0625a392
Dedupe, fix logic, fix names
2011-02-08 17:29:24 +00:00
Jon Tibble
baf18ea1c7
Start deobfuscating UI library
2011-02-05 01:24:19 +00:00
Jon Tibble
293bb8ce33
Head r1264
2011-02-03 21:49:37 +00:00
Andreas Preikschat
5f13b1fea5
enhanced button behaviour
2011-02-03 20:33:48 +01:00
Andreas Preikschat
1f4c26e466
2011-02-03 20:11:27 +01:00
Jon Tibble
eb9364b45e
UI library - delete_push_button
2011-02-03 17:56:22 +00:00
Jon Tibble
7fc5bea107
Couple of cleanups
2011-01-22 17:50:32 +00:00
Jon Tibble
1cc7c9ec39
Cleanups
2011-01-22 12:21:43 +00:00
M2j
ef3ae247fc
Head 1197
2011-01-09 02:19:34 +01:00
M2j
6e8a371da7
wrong parentship caused theme and servicemanager to disapear in a floating dock
...
more intelligent resizing of item list in PluginForm and SongMaintenanceForm
Fix in BS web bible parser
2011-01-09 01:27:46 +01:00
Jon Tibble
3454f95ddf
Cleanups
2011-01-06 20:48:22 +00:00
M2j
15c0dac9d0
replaced beginning capitals in variable names in AlertForm class
2011-01-05 18:13:57 +01:00
M2j
21340470d3
simplified all setupUi() in plugins
2011-01-04 22:06:50 +01:00
M2j
b0c9b3f077
integrated 'split layout' in the SettingsTab class
...
remove the documentMode from the TabWidget in the SettingsDialog
replace comment for HideMode class
2011-01-03 12:25:30 +01:00
M2j
2e6613edf4
simplified all setupUi() in openlp.core.ui and the setting tabs of the plugins
2011-01-02 23:24:14 +01:00
M2j
599ee1f7fa
Lots of i18n fixes and some others. In detail:
...
translate() expanded for numbered strings
MediaManager context menus are using the plugins strings instead of own string manipulations
Removed string manipulations from ThemeManager and fixed the delete validation
Added disambiguation for some plugin strings to distinguish between name plural and container title
Added or repaired translate() calls at several positions.
2010-12-31 03:17:41 +01:00
Tim Bentley
e77ce3ffdb
Bump values by 1 version or year
2010-12-26 11:04:47 +00:00
Jon Tibble
e6f3650bfd
Cleanups
2010-12-21 19:39:35 +00:00
Andreas Preikschat
90b806c6a4
comment fix
2010-12-12 16:57:43 +01:00
Andreas Preikschat
adb765f3fa
fixed a bug, user feedback
2010-12-12 11:33:33 +01:00
Andreas Preikschat
9515b84c56
whitespaces, string change
2010-12-09 18:44:18 +01:00
Jon Tibble
b7dd528d50
Cleanups
2010-11-03 17:19:44 +00:00
Tim Bentley
8d31844ee0
Add Vacuum to databases on exit
...
Tidy up custom plugin naming
Fixes: https://launchpad.net/bugs/636835
2010-10-27 16:30:30 +01:00
Tim Bentley
4f04bba5e6
Fix alert view bug
2010-10-15 15:43:42 +01:00
rimach
f869e0d979
replace self.text_strings with self.textStrings, fix doc string
2010-10-05 18:09:48 +02:00
rimach
ec16298908
add missing newlines, simplify getString function, wrap long lines
2010-09-29 23:06:59 +02:00
rimach
a76dd15fbe
resolve diverged branches
2010-09-27 20:34:40 +02:00
rimach
f265c552ea
replace strings with text_strings
2010-09-27 20:15:55 +02:00
Tim Bentley
79881d9023
Update plugin version numbers
2010-09-21 18:30:32 +01:00
rimach
399813e6aa
fix for the merge comments, add correct translations for settings window
2010-09-16 23:10:36 +02:00
rimach
3bc527e4fc
bugfixing
2010-09-15 19:55:27 +02:00
rimach
2d47e2523c
remove executable flag
2010-09-14 20:18:47 +02:00
rimach
22304d491d
correct coding rules, some optimizations
2010-09-14 19:46:21 +02:00
rimach
8e8a6e42ff
Head
2010-09-13 21:08:26 +02:00
rimach
e2c8ee11f2
Fix removing dock with translation
2010-09-12 23:03:16 +02:00
rimach
6d7e7d7ad2
hopefully Line ending corrected and resolve merge conflict, part2
2010-09-10 21:21:14 +02:00
rimach
d4cabf9693
move translations from mediamanager to plugins with dict
2010-09-10 17:50:30 +02:00
rimach
95ffc8dd3b
add translation code for MediaDocks and PluginList
2010-09-04 00:51:28 +02:00
Tim Bentley
5ba4de64ca
String fixes
2010-08-28 16:49:51 +01:00
Tim Bentley
b2234ae269
Remove Unused variables
2010-08-24 17:39:51 +01:00
Tim Bentley
821911503e
Alerts now work
2010-08-04 05:59:41 +01:00
Tim Bentley
047e8efe1f
Head982
2010-08-01 09:44:58 +01:00
Tim Bentley
fb4bd1a8c2
Head981
2010-08-01 09:30:42 +01:00
Tim Bentley
f10e478438
Alert workings
2010-08-01 09:28:31 +01:00
Jon Tibble
4b0093e97b
Fix alerts width
2010-07-31 23:23:48 +01:00
Jon Tibble
8eb7fd4c30
Fix alert form parenting
2010-07-31 01:46:15 +01:00
Jon Tibble
8f0d30c48b
Fix plugin forms
2010-07-31 01:34:37 +01:00
Jon Tibble
ab3efd2b3b
Fix issues with plugins (inc. bug #605655 )
2010-07-31 01:05:27 +01:00
Tim Bentley
e95ea60d9b
Alerts start to work
2010-07-30 20:15:55 +01:00
Tim Bentley
50691074b8
Head978
2010-07-30 18:49:55 +01:00
Jon Tibble
2bd442ff4f
More naming cleanup
2010-07-28 14:15:39 +01:00
Tim Bentley
44fd8f31e0
Head974
2010-07-27 19:54:53 +01:00
Tim Bentley
059af571c0
Alerts part 1
2010-07-27 19:42:53 +01:00
Jon Tibble
37b2304eeb
Trailing new lines
2010-07-27 10:32:52 +01:00
Raoul Snyman
2f2b339863
Update the copyright notice.
2010-07-25 00:10:47 +02:00
Raoul Snyman
2b7d7f3ba5
More string updating.
2010-07-23 20:03:19 +02:00
Raoul Snyman
33fa1541a7
HEAD
2010-07-21 07:20:30 +02:00
Raoul Snyman
7ec7235676
Updated more strings and things.
2010-07-21 07:20:03 +02:00
Raoul Snyman
71ee0eff8c
HEAD
2010-07-20 06:58:20 +02:00
Raoul Snyman
35bcb8eabd
HEAD
2010-07-20 06:58:01 +02:00
Jon Tibble
f71f27c890
Database refactor
2010-07-19 00:37:24 +01:00
Jon Tibble
897929967a
Add Theme fix and form tab ordering
2010-07-16 13:31:47 +01:00
Jon Tibble
7a65d5ff08
Fix build_icon patch
2010-07-08 13:25:17 +01:00
Jon Tibble
1b9830429b
Use build_icon
2010-07-08 12:46:03 +01:00
Jon Tibble
cea09a4214
Remove dead code
2010-07-08 11:26:52 +01:00
Raoul Snyman
167c60345b
Updated translation files.
...
Fixed a few more strings.
2010-07-07 14:58:03 +02:00
Raoul Snyman
a167d759a5
String fixes.
2010-07-06 17:40:25 +02:00
Raoul Snyman
419b21a2b1
Fix up some strings and come bugs in the alerts plugin.
2010-07-06 17:26:52 +02:00
Tim Bentley
08f650871a
Signature Cleanups
2010-07-05 17:00:48 +01:00
Tim Bentley
0656b34df9
Cleanups
2010-07-02 19:21:45 +01:00
Jon Tibble
45375e7442
Cleanup plugins (Bug #600996 )
2010-07-02 13:13:46 +01:00
Jon Tibble
254ac02561
Alerts: Import and long lines
2010-07-01 13:56:02 +01:00
Raoul Snyman
5c4a835dac
Added decent images for remotes, alerts and song usage.
2010-06-29 23:23:56 +02:00
Jon Tibble
d37b4d1e8d
Plugin and other docstrings
2010-06-29 16:25:24 +01:00
Tim Bentley
ebb368559f
Head894
2010-06-28 20:14:31 +01:00
Jon Tibble
3be57e57e7
Rename method to save_object()
2010-06-28 14:38:29 +01:00
Tim Bentley
4b38c22d30
Alerts now work and more hiding cleanups
2010-06-26 15:13:10 +01:00
Tim Bentley
d82f94e326
Refactor Alert code for Html
2010-06-26 09:09:09 +01:00
Jon Tibble
585ffbdc6d
Head r881
2010-06-25 01:30:26 +01:00
Tim Bentley
da5ff6c3db
Update version numbers and white space
2010-06-23 18:37:01 +01:00
Jon Tibble
43a4eaed96
Head r872
2010-06-22 15:34:03 +01:00
Tim Bentley
a4d7ae1600
Final extermination of translate u"s
2010-06-21 19:28:36 +01:00
Raoul Snyman
74767e3874
Merge from trunk
2010-06-21 18:47:34 +02:00
Raoul Snyman
6c1b5a6fad
Updated the majority of the translate() functions.
...
Removed .qm files.
Ignore .qm files.
2010-06-21 18:43:59 +02:00
Jon Tibble
1005a3c1b1
Cleanup unneeded trailing backslashes
2010-06-19 19:29:18 +01:00
Jon Tibble
d395438173
Head r851
2010-06-17 18:00:14 +01:00
Frode Woldsund
7c6b5c0b99
translate(pluginName.pluginName) -> translate(pluginName) and removed some spaces
2010-06-17 14:02:18 +02:00
Jon Tibble
85661fe6e4
RFC: Tweaks
2010-06-15 16:42:52 +01:00
Jon Tibble
e71caf43e7
Head r846
2010-06-14 19:22:08 +01:00
Jon Tibble
754da4c28e
Fix PEBKAC
2010-06-14 14:43:04 +01:00
Jon Tibble
a4f0df76cc
Fix QColorDialog usage
2010-06-14 14:23:19 +01:00
Jon Tibble
54aa8958fe
RFC PT2: Refactor Manager
2010-06-13 00:00:14 +01:00
Jon Tibble
5f2042168d
RFC: Cleanup DB metadata for RFC
2010-06-12 03:14:18 +01:00
Jon Tibble
55f6197212
RFC: Refactor database setup code
...
A possible way to refactor database code to remove code duplication and,
I hope, provide a simpler, more intuitive model to be copied by others
2010-06-12 02:52:04 +01:00
Jon Tibble
914a710f95
More docstrings
2010-06-10 22:30:50 +01:00
Jon Tibble
8d059fb84e
Add DocStrings
2010-06-10 02:57:59 +01:00
Jon Tibble
559e4c4d63
Cleanups
2010-06-08 16:38:09 +01:00
Frode Woldsund
2df6bf5ef5
Fixed some wrong translate context and some indentation errors
2010-06-07 23:36:22 +02:00
Frode Woldsund
23ac93019a
Merged the trunk into my tree
2010-06-07 00:30:11 +02:00
Frode Woldsund
2c1f1f9455
Fixed translate() funtion in alertsplugin
2010-06-06 13:34:35 +02:00
Frode Woldsund
dc35faf1ae
Fixed all errors from the feedback I got from IRC
2010-06-06 12:07:48 +02:00
Jon Tibble
08f0c1ff49
Cleanup including diff check fixes
2010-06-01 18:13:54 +01:00
Frode Woldsund
3be909c5c0
Replaced { self.trUtf8() } with { translate() } which is the new standar. I also imported the translate library on the following files. I did not remove any import sinse I do not know how this { self.trUtf8() } does work.
2010-06-01 00:06:16 +02:00
Jon Tibble
4a4bf00140
Head r829
2010-05-30 16:26:45 +01:00
Jon Tibble
fb1e222422
Moar whitespace, exceptions and naming
2010-05-29 20:50:50 +01:00
Jon Tibble
bbcfd7729c
Refactor BaseModel
2010-05-28 01:26:49 +01:00
Jon Tibble
d33a719172
Imports for declared exceptions
2010-05-27 21:56:34 +01:00
Jon Tibble
4616bbcb36
Explicitly declare exceptions
2010-05-27 17:00:51 +01:00
Jon Tibble
871640c374
Whitespace
2010-05-25 17:16:43 +01:00
Jon Tibble
c7d420d4b9
Fix class defs and name redefinitions
2010-05-25 15:30:34 +01:00
rimach
850b4a507f
correction for last merge proposal
2010-05-01 22:01:32 +02:00
rimach
4e296bfb5f
changes
2010-05-01 21:45:06 +02:00
Jonathan Corwin
9ef2b13ad6
comments, update client, load html from disk, blanking
2010-05-01 13:10:48 +01:00
Jonathan Corwin
12810ad34a
Head
2010-05-01 09:46:06 +01:00
Jon Tibble
5a7e36b5bc
Correct settingsSection naming convention
2010-04-30 23:38:15 +01:00
rimach
faffe729f8
Head
2010-04-30 21:30:50 +02:00
rimach
b74dec5446
update
2010-04-30 21:23:02 +02:00
Jon Tibble
8d6a624c6c
Fix break
2010-04-30 02:43:05 +01:00
Jon Tibble
a582d09752
Make plugin tab file locations consistent
2010-04-30 02:35:41 +01:00
Jon Tibble
22b00a130f
Make settings_sections consistent
2010-04-30 02:31:41 +01:00
Jonathan Corwin
3d6dc75c23
head
2010-04-28 20:13:48 +01:00
Jon Tibble
bc74bc0335
Cleanup settings saving
2010-04-28 15:17:42 +01:00
rimach
181c19d112
futher changes
2010-04-27 22:54:55 +02:00
Jon Tibble
9605183812
Config file to QSettings conversion
2010-04-27 17:27:57 +01:00
Jonathan Corwin
75829333c0
Control via web
2010-04-26 22:29:40 +01:00
Jon Tibble
b8f940565e
Import fixes
2010-04-23 21:39:27 +01:00