lp:~mefrio-g/noise/fix-989076

Created by Mario Guerriero and last modified
Get this branch:
bzr branch lp:~mefrio-g/noise/fix-989076
Only Mario Guerriero can upload to this branch. If you are Mario Guerriero please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Mario Guerriero
Project:
Noise
Status:
Abandoned

Recent revisions

1024. By Mario Guerriero

working on translation bug

1023. By Launchpad Translations on behalf of elementary-apps

Launchpad automatic translations update.

1022. By Victor Martinez

Update pot file

1021. By Victor Martinez

Merge translations

1020. By Victor Martinez

Make the rating string parser return -1 when it receives an empty string. It previously returned 0, resulting in all the unrated songs being displayed as results when typing whitespace in the search entry.

1019. By Victor Martinez

Fix a bug in PixbufCache: It turns out that using cache_image_from_file() for retrieving cached images from disk had the bad (but obvious!) side effect of writing the images to disk again, so while loading the cache we were also completely overwriting it. This fix also reduces the startup time a bit.

1018. By Victor Martinez

Update credits in Noise.vala

1017. By Victor Martinez

Improve the code that calculates the minimum TreeViewColumn width for Noise.GenericList.

Previously the code passed the column's title string to the same method that evaluated the strings on the text cell renderers. This revision handles that case separately by obtaining the ideal header width from the header button itself. It also takes into account the space required by the sort-indicator arrow and sets the Gtk.TreeViewColumn.min_width property accordingly.

1016. By Victor Martinez

Convert the methods and fields of Noise.Threads into instance methods, and keep a private instance and constructor. Also call Object.ref() for all the newly-created tasks in order to avoid a segfault produced by TaskFuncWrapper objects being freed before their respective threads were spawned.

1015. By Victor Martinez

Improve code in the view's value functions to deal better with null values

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~elementary-apps/noise/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers