mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 16:09:37 -05:00
updated ubuntu changelog. Updated scripts for Quantal Qetzal
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5694 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8efc8808f7
commit
42297efb16
@ -1,5 +1,44 @@
|
|||||||
retroshare (0.5.4-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
|
retroshare (0.5.4-0.XXXXXX~YYYYYY) YYYYYY; urgency=low
|
||||||
|
|
||||||
|
* Improvements
|
||||||
|
|
||||||
|
- GUI
|
||||||
|
* Added Search Filter for the FriendsList
|
||||||
|
* set a minimum spacing on ChatWidget
|
||||||
|
* Added to display tooltip's for the Voip button's
|
||||||
|
* Moved the Send Button to right side of the Chat LineEdit for better look.
|
||||||
|
* Changed some language strings in the GUI, removed hardcoded fonts (Patch from Henry)
|
||||||
|
* removed html strings from GenCertDialog
|
||||||
|
* moved some description text from the header, to look better
|
||||||
|
* update translation strings
|
||||||
|
* several improvements of the GUI layout.
|
||||||
|
* cleaned up many unnecessary files
|
||||||
|
* Improved (ungendered) English friend recommendation message (patch ID: 3536093 )
|
||||||
|
* Support for custom qss in data dir and config dir
|
||||||
|
* update win installer script, to install turkish Qt translation
|
||||||
|
* renamed Bubble Compact folder
|
||||||
|
* Added attempt to load the translations for the Qt's internal srings from datadir/translations
|
||||||
|
|
||||||
|
- VOIP plugin
|
||||||
|
* Added support for external translation files for the main application and the plugins LinksCloud and VOIP.
|
||||||
|
The following files are loaded from the directory <executable dir>/translations: retroshare_*.qm, LinksCloud_*.qm, VOIP_*.qm
|
||||||
|
* Added turkish voip translation
|
||||||
|
* Added Brazilian Portuguese VOIP translation
|
||||||
|
|
||||||
|
* Bugs
|
||||||
|
- Fixed "jumping" of the items in channels and news feed when items are changed (load, toggle and remove).
|
||||||
|
- Added workaround for QTBUG-3372.
|
||||||
|
- Hide request Label, when peer is unknown
|
||||||
|
- Fixed edit of a message with plaintext. The newlines remain unchanged (investigated by braindead)
|
||||||
|
|
||||||
|
- Plugin LinksCloud:
|
||||||
|
* Fixed crash when clicking on the link.
|
||||||
|
* Fixed process of https links.
|
||||||
|
|
||||||
|
-- Cyril Soler <csoler@users.sourceforge.net> Sat, 20 Oct. 2012 14:30:00 +0100
|
||||||
|
|
||||||
|
retroshare (0.5.4-0.5611~natty) natty; urgency=low
|
||||||
|
|
||||||
* Improvements
|
* Improvements
|
||||||
- removed some warnings and debug info
|
- removed some warnings and debug info
|
||||||
- Fixed sensitivity of the action in the context menu to copy a link from the chat text
|
- Fixed sensitivity of the action in the context menu to copy a link from the chat text
|
||||||
|
@ -128,7 +128,7 @@ cd $workdir
|
|||||||
|
|
||||||
#for i in sid; do
|
#for i in sid; do
|
||||||
#for i in natty; do
|
#for i in natty; do
|
||||||
for i in precise oneiric karmic lucid maverick natty; do
|
for i in quantal precise oneiric karmic lucid maverick natty; do
|
||||||
echo copying changelog for $i
|
echo copying changelog for $i
|
||||||
cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog
|
cat ../changelog | sed -e s/XXXXXX/"$svn"/g | sed -e s/YYYYYY/"$i"/g > debian/changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user