lp:~victored/noise/icon-view-optimizations-1
- Get this branch:
- bzr branch lp:~victored/noise/icon-view-optimizations-1
Branch merges
- PerfectCarl (community): Needs Information
- AnSukkal (community): Approve (testing)
- elementary Apps team: Pending requested
-
Diff: 69 lines (+25/-11)1 file modifiedsrc/Widgets/FastView/TileView/TileView.vala (+25/-11)
Branch information
Recent revisions
- 1634. By Victor Martinez
-
Optimize Icon View: Set a fixed size for TileRenderer to avoid unnecessary calls to Gtk.CellRendere
r.get_preferred _width and Gtk.CellRendere r.get_preferred _height_ for_width. - 1633. By Launchpad Translations on behalf of elementary-apps
-
Launchpad automatic translations update.
- 1627. By Sergey "Shnatsel" Davidoff
-
Migrate from deprecated Granite.SearchBar to Gtk.SearchEntry (bug #1337291).
This introduces no change in functionality aside of search timeout bump from 80ms to 150ms. - 1626. By Sergey "Shnatsel" Davidoff
-
* Migrate the collection of files to import from Gee.LinkedList to Gee.TreeSet; this speeds up deduplication to log(n) complexity compared to current n^2, speeds up .contains() lookups to log(n) compared to current linear, and allows to remove some custom deduplication code. Fixes bug #1286944
* Abstract the troubled (bug #1336846) FileUtils.count_music_ files () method to handle any Gee.Collection and not just Gee.LinkedList; this is a prerequisite to the above speedup. It breaks plugin API/ABI but we officially don't care about such things (bug #1336493). - 1625. By Launchpad Translations on behalf of elementary-apps
-
Launchpad automatic translations update.
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