Plugins cannot be removed anymore, they can only be deactivated!
on deactivation it will set a deactivated flag in your properties
also added a "Deactivatet Plugins" tab, so you can reactivate them
new locale:
tab.deactivated.plugins = Deactivated plugins
changed locale:
from:
message.prompt.plugin.uninstall = Are you sure you want to uninstall {0}?
to:
message.prompt.plugin.uninstall = Are you sure you want to deactivate {0}?
fixed bug, where timer wouldn't stop running
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12466 b35dd754-fafc-0310-a699-88a17e54d16e
SPARK-948
when using Java 1.7 chatwindow no longer steals focus when it shouldn't
ONLY JAVA 1.7 ON 1.6 ISSUE STILL REMAINS!
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12460 b35dd754-fafc-0310-a699-88a17e54d16e
new entry in locales:
menuitem.add.groupchat.random.colors = Names have &random colors
---
new method in roar to prevent showing messages in groupchats
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12458 b35dd754-fafc-0310-a699-88a17e54d16e
reduced last shown History to 5000Messages to reduce loading time and ram-usage
if you want to increase or decrease set "maximumHistory=xxx" (where xxx is any value) in APPDATA/Spark/spark.properties
no Settings Panel for now
------
fixed little roar bug in TopRight-Mode
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12457 b35dd754-fafc-0310-a699-88a17e54d16e
created Plugin-Blacklist in Default.properties
example:
PLUGIN_BLACKLIST = Fastpath, Jingle Client
will disable all plugins called "Fastpath" and "Jingle Client"
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12454 b35dd754-fafc-0310-a699-88a17e54d16e
new in default.properties:
FILE_TRANSFER_WARNING_SIZE = -1
FILE_TRANSFER_MAXIMUM_SIZE = -1
new locales:
message.file.transfer.file.too.big.error = The selected file is too big.\nThe maximum filezise is {0} the selected file has {1}
{0} = Maximum Size
{1] = Size of selected File
message.file.transfer.file.too.big.warning = The selected file is too big.\nProceed anyway?
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12449 b35dd754-fafc-0310-a699-88a17e54d16e
also gets an error dialog when no user selected or no text provided
new locales:
message.broadcast.no.user.selected = Please select at least one recipient
message.broadcast.no.text = Please enter text to broadcast
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12444 b35dd754-fafc-0310-a699-88a17e54d16e
Roar now uses Nickname instead of JID
added option to make roar look like a SparkToaster,
which means ill probably remove SparkToasters from Spark itself and have them only in Roar
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12443 b35dd754-fafc-0310-a699-88a17e54d16e
- When joining a groupchat, old messages will no longer popup
- import cleanups in RosterDialog.java and PluginManager.java
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12430 b35dd754-fafc-0310-a699-88a17e54d16e
new strings:
message.transfer.complete = The file transfer was complete ({0}))
// 0 = filename
message.transfer.progressbar.text.received = {0} received @ {1} {2}
// 0 = amount received
// 1 = current speed
// 2 = estimated time of arrival (eta)
message.transfer.progressbar.text.sent = {0} sent @ {1} {2}
// 0 = amount sent
// 1 = current speed
// 2 = eta
>>note that there are more than 1 whitespaces between some letters<<
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12424 b35dd754-fafc-0310-a699-88a17e54d16e
title.advanced.connection.sso.noprincipal = Spark is unable to find the principal to use for Single Sign-On. This will prevent SSO from working.
title.login.no.account = Unable to determine
removed unnecessary system.out's
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@12422 b35dd754-fafc-0310-a699-88a17e54d16e