1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-09 18:42:04 +02:00

951 Commits

Author SHA1 Message Date
Leo Franchi
bd54916fe3 set dangling pointer to 0 so if a proxymodel gets called during resetting, it can tell if a plitem is gone 2011-03-22 18:36:07 -04:00
Leo Franchi
18453f886f check for valid shared pointer here 2011-03-22 15:59:46 -04:00
Jeff Mitchell
1211bf23b6 Revamp twitter auth mechanism, which will hopefully remove false-positive auth success and allow de-authing 2011-03-22 14:37:06 -04:00
Leo Franchi
458551d78a Add new icons, and also use the new icon in stations and auto playlists 2011-03-22 13:01:59 -04:00
Jeff Mitchell
c15c99cfa9 Sync with upstream qtweetlib 2011-03-22 10:12:46 -04:00
Leo Franchi
2ffe51163c Revert "add --demo parameter that strips out hostnames"
This reverts commit 194116c912e2cecd7e23eebbe972e36df2d004f6.
Hide hostname another way to try to fix J's bizarre issue
2011-03-21 21:19:49 -04:00
Leo Franchi
194116c912 add --demo parameter that strips out hostnames 2011-03-21 19:16:59 -04:00
Christian Muehlhaeuser
a06b1fdf52 * Error handling in QtScriptResolver. 2011-03-21 16:52:14 +01:00
Christian Muehlhaeuser
218b92da9e * Fixed Collection & Playlist's ViewPage pixmap. 2011-03-21 16:16:35 +01:00
Christian Muehlhaeuser
2b5808a35b * Added new icons. 2011-03-21 16:07:54 +01:00
Christian Muehlhaeuser
3414f32e9b * Support year parameter in QtScriptResolver. 2011-03-21 14:26:16 +01:00
Christian Muehlhaeuser
3c936414fd * Fixed QtScriptResolver's durationString parsing. 2011-03-21 14:17:00 +01:00
Christian Muehlhaeuser
1a5d06ed28 * Bad idea to create this path on non-Linux. 2011-03-21 13:44:27 +01:00
Christian Muehlhaeuser
61a3e3a815 * Fixed crasher in Result::toVariant(). 2011-03-21 13:18:03 +01:00
Christian Muehlhaeuser
ad2bdcc300 * Do not manually copy Info.plist. 2011-03-21 13:09:27 +01:00
Christian Muehlhaeuser
e1c687640e * Did not plan to commit that. 2011-03-21 12:58:50 +01:00
Christian Muehlhaeuser
8e42c8964b * Fixed JavaScript errors causing a Pipeline assert. 2011-03-21 12:49:53 +01:00
Christian Muehlhaeuser
7cb23a39f8 * Updated version number in tomahawk.nsi. 2011-03-20 07:44:10 +00:00
Christian Muehlhaeuser
aedebfe9a9 * APPLICATION_NAME is now Tomahawk instead of Player. A few more build system fixes. 2011-03-21 09:21:58 +01:00
Christian Muehlhaeuser
6d482cf239 * Fixed OS X build scripts. 2011-03-21 09:02:59 +01:00
Christian Muehlhaeuser
53ccfcfed3 * Added DMG creation script, background and stuff. 2011-03-21 07:36:43 +01:00
Christian Muehlhaeuser
4fe5602c49 * Fixed app bundle issues (blank icon, lowercase name). 2011-03-21 07:17:15 +01:00
Christian Muehlhaeuser
f4269f0f34 * Fixed re-emitting idle() too often in Pipeline. 2011-03-21 06:21:28 +01:00
Christian Muehlhaeuser
c666aa4e91 * Reset the PlaylistModel if we clear it. 2011-03-21 06:01:53 +01:00
Christian Muehlhaeuser
09fb77bbfd * Updated OS X build scripts. 2011-03-21 04:42:22 +01:00
Dominik Schmidt
0dec904df6 Make it possible to build the windows installer from installed tomahawk 2011-03-21 03:50:57 +01:00
Christian Muehlhaeuser
3b40b7bcb2 * Break loops if we found the right SourceTreeItem. 2011-03-21 03:23:52 +01:00
Christian Muehlhaeuser
04cbd72ef6 * Hopefully fixed delete playlist crash. 2011-03-21 03:11:45 +01:00
Dominik Schmidt
d725594203 Install ./admin/win to share/tomahawk/admin if building for windows 2011-03-21 03:01:54 +01:00
Dominik Schmidt
4e4d304b01 Respect 64 when installing libraries 2011-03-20 19:53:27 +01:00
Christian Muehlhaeuser
b87f638e87 * Updated tomahawk.nsi. 2011-03-20 07:12:17 +00:00
Christian Muehlhaeuser
f5c73d765a * Removed obsolete CPack.txt include from CMakeLists.linux.txt. 2011-03-20 05:11:48 +01:00
Christian Muehlhaeuser
c046119a6c * Fixed compiler warnings. 2011-03-20 04:27:05 +01:00
Christian Muehlhaeuser
eb72bb4b38 * cmake fix for OS X. 2011-03-20 04:01:39 +01:00
Christian Muehlhaeuser
eea1a5e0b6 * Final CMakeLists.txt fixes? 2011-03-20 03:54:45 +01:00
Christian Muehlhaeuser
e109415add * Fixed rtaudio install. 2011-03-20 03:50:19 +01:00
Christian Muehlhaeuser
fe518a5cbb * Fixed cmake install targets. 2011-03-20 03:48:07 +01:00
Christian Muehlhaeuser
650f3782b4 * Fixed tomahawk.nsi. 2011-03-20 03:28:30 +00:00
Dominik Schmidt
cf38e1cefb Update Toolchain-mingw32-openSUSE.cmake to use w64 2011-03-20 03:14:08 +01:00
Christian Muehlhaeuser
c0f7cf79eb * Don't include CPack.txt for now. 2011-03-20 03:04:59 +01:00
Leo Franchi
ca016dae43 paint the playlist rows smaller too 2011-03-19 21:09:57 -04:00
Leo Franchi
64331d7fa5 set smaller font in the delegate not the view so animations use it too 2011-03-19 20:57:26 -04:00
Leo Franchi
1f66b31416 shrink the twitter config dialog a bit.
The text didn't fit by default in on OS X. Removed the groupbox as it made huge margins and cut off text.
Removed some text, and reworked some of the contents of a qlabel into another qlabel because multiline
qlabels fail at layouting
2011-03-19 20:35:15 -04:00
Leo Franchi
e72010b263 Don't show neverending loading slider for empty collections 2011-03-19 20:00:13 -04:00
Leo Franchi
5c963912a8 Decrease point size for overlay a tad 2011-03-19 20:00:03 -04:00
Leo Franchi
3925e1bd2f Show error if we failed to get a preview of a station 2011-03-19 19:42:19 -04:00
Leo Franchi
c43da4b589 Shrink the text as much as we need to fit it. Also, make it smaller on osx here too. 2011-03-19 19:41:55 -04:00
Dominik Schmidt
4b24be300b Remove LIBRARY from install DESTINATIONs because it breaks cmake configure for windows 2011-03-19 20:10:27 +01:00
Dominik Schmidt
c2c41eaee5 Fix inclusion of CLuceneConfig.cmake. Shouldn't we be using CLucene_DIR? 2011-03-19 19:19:58 +01:00
Dominik Schmidt
75aef1497a Don't check for TagLib twice. We're already checking with optional find macro. 2011-03-19 19:17:31 +01:00