1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 08:19:42 +01:00

7271 Commits

Author SHA1 Message Date
Dominik Schmidt
7cfce98840 Don't set dbFriendlyName if it's empty 2013-01-28 17:24:27 +01:00
Dominik Schmidt
6dc053a91f Move Source::nodeId() implementation into cpp file 2013-01-28 17:24:27 +01:00
Dominik Schmidt
009c06f693 Fallback from Source::friendlyName() to dbFriendlyName() to nodeId() 2013-01-28 17:24:27 +01:00
Dominik Schmidt
537336adac Add contactId to PeerInfo and use it as connection name/dbfriendlyname 2013-01-28 17:24:27 +01:00
Dominik Schmidt
76b21e3742 Add dbFriendlyName to Source as fallback if the normal friendlyname is not available 2013-01-28 17:24:27 +01:00
Tomahawk CI
78c2a2e733 Automatic merge of Transifex translations 2013-01-28 01:17:05 +01:00
Dominik Schmidt
9046079c95 Streamline API: SipInfo::uniqname() -> SipInfo::nodeId() 2013-01-27 23:40:03 +01:00
Dominik Schmidt
d8f6378739 Streamline API: source->userName() -> source->nodeId() 2013-01-27 23:31:15 +01:00
Dominik Schmidt
1032cb5e05 Easier API is easier 2013-01-27 23:13:28 +01:00
Dominik Schmidt
3b65d7b474 Make source->username() always return a dbid (also for LocalSource) 2013-01-27 23:10:49 +01:00
Dominik Schmidt
ca0162735e Fix setting of own avatar in sip plugins 2013-01-27 22:40:52 +01:00
Christian Muehlhaeuser
c706d7b983 Merge pull request #155 from rockymontana/patch-2
* Continued swedish desktop file translation.
2013-01-27 12:17:28 -08:00
rm
6e88551e8a * Continued swedish desktop file translation. 2013-01-27 21:09:57 +01:00
Christian Muehlhaeuser
c6b42870af * Added swedish desktop file translation. 2013-01-27 20:52:04 +01:00
Christian Muehlhaeuser
1fad16f9ee * This should fix crashes / asserts in Servent. 2013-01-27 19:07:22 +01:00
Christian Muehlhaeuser
168c4f7ab7 * Re-introduce the asserts in Servent. They must not happen. 2013-01-27 17:58:15 +01:00
Stefan Derkits
643d71fd58 bump TOMAHAWK_SETTINGS_VERSION & write upgrade code (to remove file echonest_stylesandmoods.dat) 2013-01-27 17:04:47 +01:00
Stefan Derkits
3c8f3b102d style fixes in EchonestControl & EchonestGenerator 2013-01-27 17:04:47 +01:00
Stefan Derkits
f3df5013fa port Genre, Styles & Moods data in EchonestGenerator from data file to TomahawkCache 2013-01-27 17:04:47 +01:00
Stefan Derkits
5389a4c0a0 stylefix 2013-01-27 17:04:47 +01:00
Stefan Derkits
d4c7e8cc1b fix strange Bug with QComboBox 2013-01-27 17:04:47 +01:00
Stefan Derkits
6635b084f7 Implement genreradio (still buggy & needs https://github.com/Horrendus/libechonest atm) 2013-01-27 17:04:47 +01:00
Christian Muehlhaeuser
835e64fe55 * Turned ugly if/else into a switch. 2013-01-27 11:45:37 +01:00
Dominik Schmidt
9e9459486a Fix crash in claimOffer() 2013-01-27 01:36:22 +01:00
Christian Muehlhaeuser
3941a61ca9 Merge pull request #154 from zizzfizzix/patch-1
Update liblastfm URL in CMake output
2013-01-26 11:59:26 -08:00
Kuba
c5d8ca003b Update liblastfm URL in CMake output 2013-01-26 20:47:25 +01:00
Teo Mrnjavac
1ab26bba24 Add license header to Tomahawk.js, attribution from git blame and log. 2013-01-26 10:16:38 +01:00
Tomahawk CI
639ea4c397 Automatic merge of Transifex translations 2013-01-26 01:17:08 +01:00
Dominik Schmidt
cfe88c17f8 Comment out (hopefully) unneccessary assert 2013-01-25 15:41:07 +01:00
Tomahawk CI
be2e147cd7 Automatic merge of Transifex translations 2013-01-25 01:16:52 +01:00
Hugo Lindström
2853e05730 Ouch, a typo! 2013-01-24 20:41:01 +01:00
Hugo Lindström
0fea002e64 Keep the correct url. 2013-01-24 20:37:12 +01:00
Hugo Lindström
6ba5c3c98b Set correct name 2013-01-24 20:29:56 +01:00
Hugo Lindström
859a398da0 Remove extra debug 2013-01-24 19:53:57 +01:00
Hugo Lindström
96c5e7ebca Charts: Add DjShop.de 2013-01-24 19:53:57 +01:00
Dominik Schmidt
e345a42125 I am an idiot hahahahaha (Correct cherry-pick fail) 2013-01-24 14:12:49 +01:00
Dominik Schmidt
809330c877 Check for a valid xmpp id in the config widget 2013-01-24 14:02:57 +01:00
Dominik Schmidt
e750ea45a3 Refuse to close config dialogs with OK if settings are invalid 2013-01-24 14:01:33 +01:00
Dominik Schmidt
724f92e776 Introduce AccountConfigWidget type for handling errors later on 2013-01-24 14:01:20 +01:00
Dominik Schmidt
b01544c763 Fix runtime warnings 2013-01-24 04:04:22 +01:00
Dominik Schmidt
05ffd9c713 Fix more duplicated signal/slot connections that lead to gazillions of error messages 2013-01-24 04:04:10 +01:00
Dominik Schmidt
61e83c8581 Show connection erros in JobStatusView as well 2013-01-24 03:27:40 +01:00
Dominik Schmidt
d3bd359e1a Be more responsive about adding contacts 2013-01-24 02:48:28 +01:00
Dominik Schmidt
b5d1f8a8ba Automatically fill in server name 2013-01-24 01:31:07 +01:00
Tomahawk CI
362bf64db2 Automatic merge of Transifex translations 2013-01-24 01:17:16 +01:00
Dominik Schmidt
712561a490 Fix the gazillion of JABBER error: messages 2013-01-24 01:05:28 +01:00
Tomahawk CI
5599c9b995 Automatic merge of Transifex translations 2013-01-23 01:17:26 +01:00
Tomahawk CI
563daab032 Automatic merge of Transifex translations 2013-01-22 01:16:33 +01:00
Christian Muehlhaeuser
391f9951b7 * Remove code which seems to cause painting issues with some styles. 2013-01-21 15:45:48 +01:00
Christian Muehlhaeuser
28de1cd8c7 * Updated ChangeLog. 2013-01-21 14:16:24 +01:00