- 17 Jan, 2014 2 commits
-
-
Max Kellermann authored
Eliminate global variables.
-
Max Kellermann authored
-
- 16 Jan, 2014 8 commits
-
-
Max Kellermann authored
Prepare to refactor some code.
-
Max Kellermann authored
Delete the object when closing the database.
-
Max Kellermann authored
-
Max Kellermann authored
Delete the object when closing the database.
-
Max Kellermann authored
Not necessary, these are not used.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Jan, 2014 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Was using the wrong variable.
-
Max Kellermann authored
-
Max Kellermann authored
Don't create an intermediate Song instance when all we want is a DetachedSong.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Fixes potential nullptr dereference.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes clang warning.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Jan, 2014 17 commits
-
-
Max Kellermann authored
Fixes potential nullptr dereference.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes clang warning.
-
Max Kellermann authored
Don't duplicate the MIME type when it gets passed to a std::string.
-
Max Kellermann authored
This pointer was allocated by libc, not by GLib.
-
Max Kellermann authored
Automate the life cycle, making the code safer.
-
Max Kellermann authored
Replaces "m_title" and "m_props". More bloat removed.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
Reduce bloat.
-
Max Kellermann authored
There is no use in duplicating these containers. It only means that we have to search both, duplicating the code.
-
Max Kellermann authored
-
Max Kellermann authored
Don't fail silently.
-
Max Kellermann authored
-
Max Kellermann authored
Call titleToPathElt() only once for each object.
-
Max Kellermann authored
-