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
|
9da35664bb
|
Fix up songusage
|
2010-08-02 20:05:40 +01:00 |
|
Tim Bentley
|
4e0a3ca40b
|
Fix song usage missing code
|
2010-08-02 18:51:44 +01:00 |
|
Jon Tibble
|
8f0d30c48b
|
Fix plugin forms
|
2010-07-31 01:34:37 +01:00 |
|
Jon Tibble
|
88be71f625
|
Missing bits
|
2010-07-27 12:42:38 +01:00 |
|
Jon Tibble
|
9482b40b8c
|
EditCustom & SongUsage naming
|
2010-07-27 12:21:11 +01:00 |
|
Jon Tibble
|
37b2304eeb
|
Trailing new lines
|
2010-07-27 10:32:52 +01:00 |
|
Raoul Snyman
|
f6c5a9788c
|
Update the copyright notice and the credits.
bzr-revno: 967
|
2010-07-25 10:21:02 +02:00 |
|
Raoul Snyman
|
2f2b339863
|
Update the copyright notice.
|
2010-07-25 00:10:47 +02:00 |
|
Raoul Snyman
|
81441f3e79
|
Remove some unused imports.
Remove an unused variable.
Fix up a couple of strings I missed in the previous string fix merge.
|
2010-07-24 23:20:02 +02:00 |
|
Raoul Snyman
|
2b7d7f3ba5
|
More string updating.
|
2010-07-23 20:03:19 +02:00 |
|
Raoul Snyman
|
60e1c7002e
|
More string fixes.
|
2010-07-23 11:01:17 +02:00 |
|
Raoul Snyman
|
2c7fcef2af
|
More string updated.
|
2010-07-22 08:02:31 +02:00 |
|
Jon Tibble
|
f71f27c890
|
Database refactor
|
2010-07-19 00:37:24 +01:00 |
|
Jon Tibble
|
1b9830429b
|
Use build_icon
|
2010-07-08 12:46:03 +01:00 |
|
Tim Bentley
|
08f650871a
|
Signature Cleanups
|
2010-07-05 17:00:48 +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 |
|
Jon Tibble
|
3be57e57e7
|
Rename method to save_object()
|
2010-06-28 14:38:29 +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 |
|
Jon Tibble
|
1cf85205ce
|
More translate()
|
2010-06-21 22:04:56 +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
|
e3a07c1e57
|
Cleanups
|
2010-06-19 21:21:36 +01:00 |
|
Jon Tibble
|
1005a3c1b1
|
Cleanup unneeded trailing backslashes
|
2010-06-19 19:29:18 +01:00 |
|
Jon Tibble
|
7f88043177
|
RFC: Cleanups
|
2010-06-18 02:26:01 +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
|
e92b017348
|
RFC PT4: The other DB plugins
|
2010-06-15 03:08:22 +01:00 |
|
Frode Woldsund
|
e94bba463b
|
The translate() function is a static method. Fixed.
|
2010-06-14 14:24:30 +02: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 |
|
Frode Woldsund
|
f5b02659b6
|
Replaces missed trUtf8('...') -> translate(u'PluginName.ClassName', '...')
|
2010-06-09 13:11:01 +02: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
|
6e1ef3cc70
|
Fixed translate() function in songsPlugin and songusagePlugin
|
2010-06-06 16:22:00 +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 |
|