1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-16 14:01:58 +02:00
Teo Mrnjavac 25aaa9d485 Make AccountModel loading asynchronous.
AccountManager starts up in 3 steps, first waiting for credentials and
then for Servent to be ready. During this time an AccountModel could be
instantiated in the GUI thread, which needs AccountManager, and if the
latter is not ready at that time, the former cannot be populated with
sane data.
This commit splits the AccountModel ctor so that it waits for
AccountManager to be ready before hooking up to its signals and
performing the initial model reset.
2013-05-23 17:49:53 +02:00
2012-04-02 04:38:13 +02:00
2013-04-20 14:23:35 +03:00
2013-05-23 07:14:24 -04:00
2013-05-06 10:02:41 +02:00
2013-04-10 06:01:05 +02:00
2013-01-09 07:14:24 +01:00
2013-05-07 04:32:32 +02:00
2013-05-22 20:15:01 +02:00
2010-10-17 05:32:01 +02:00
2013-05-05 04:59:39 +02:00
2012-11-19 11:09:54 +01:00

Tomahawk

Compiling and running Tomahawk

Compile:

$ mkdir build && cd build
$ cmake ..
$ make

Start the application on Linux:

$ ./tomahawk

Start the application on OS X:

$ open tomahawk.app

Detailed building instructions for Ubuntu

See: http://wiki.tomahawk-player.org/index.php/Building_Binary_on_Ubuntu_Precise_(12.04)

Detailed building instructions for OS X

See: http://wiki.tomahawk-player.org/index.php/Building_OS_X_Application_Bundle

Doxygen Documentation

See: http://dev.tomahawk-player.org/api/classes.html

Dependencies

Required dependencies:

The following dependencies are optional, but recommended:

Third party libraries that we ship with our source:

Enjoy!

Description
No description provided
Readme 126 MiB
Languages
C++ 93.4%
JavaScript 1.8%
CMake 1.2%
C 0.6%
Objective-C++ 0.5%
Other 2.2%