57
I Use This!
High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 10 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* translation update from Thorsten More... over 14 years ago
* avoid a crash without working out why it was crashing in the first place More... over 14 years ago
* miscellaeous unsuccessful stuff, I guess. Oh well. More... over 14 years ago
* attempt to improve tooltip rendering, unsuccessfully More... over 14 years ago
* use 9 px instead of 12 px for header font; looks much better against stock Qt and KDE 4 font sizes More... over 14 years ago
* fix the alpha problem -- looks GREAT! W00T!! More... over 14 years ago
Track header colour rework, phase 1: More... over 14 years ago
* remove the "save settings" option that was marked as questionable umpteen years ago. We always save settings in any context where you can change settings anyway. More... over 14 years ago
* event list remembers its geometry More... almost 15 years ago
* don't install the project packager or lilypond exporter scripts, as no part of these will be used (although the new packager is basically non-existent yet) More... almost 15 years ago
Nothing visible in this commit (hopefully). Changed the ControlItemList that holds the displayable ControlItem objects from a std::list to a std::multimap to hold them in a time ordered list. This is prep for showing control events (eg pitch bend, volume etc.) as a graph in the control ruler area. More... almost 15 years ago
Pitch Bend ruler toggle working but no functionality on this first event control ruler. I think the GUI design for turning rulers on and off still needs a rethink. Toggle from the Matrix view may work but if a ruler exists but is not visible, we should make it visible before turning it off. This is implemented here but leads to ruler display and (MatrixView) control buttons getting out of sync. More... almost 15 years ago
* give the matrix the geometry treatment (and treat percussion matrix separately) More... almost 15 years ago
* minor work on the speedbar (kind of forgotten partway through, as well as unbundling some more data files, all of which will have to sit on the shelf until tomorrow now) More... almost 15 years ago
Updated Russian translation More... almost 15 years ago
* save/restore notation view geometry More... almost 15 years ago
* AudioManagerDialog remembers its size now (paving the way for many repeat performances to follow) More... almost 15 years ago
* add a basic all-purpose toolbar back into the matrix (and perc. matrix) too More... almost 15 years ago
* replace Print/Preview with the LilyPond versions, as that's all we're going to manage to support anyway More... almost 15 years ago
* write LilyPond temporary files to /tmp instead of . More... almost 15 years ago
* some work on sorting the temporary file nonsense, although something is still broken, and I'm going to bed anyway More... almost 15 years ago
* QFileDialog drop-in subclass is working with a crude early speedbar More... almost 15 years ago
Velocity ruler toggle on and off now functional using the button. Selection shows properly on ruler switch on. Minor change to scaling of ruler - not sure about this yet. More... almost 15 years ago
* preliminary work on fixing the broken speedbars... this one is going to be immensely involved, I'm afraid. Nothing works, but it compiles and links. More... almost 15 years ago
Add the track headers back in notation. Still some work to do : - Headers are misaligned with staffs (most of the time) - The width of headers is not handled correctly - Text size in headers should not change with zoom level - Headers tool tips are not shown correctly - etc... More... almost 15 years ago
* expand the previous idea, and store a last-used-path for all types of saving and exporting operations More... almost 15 years ago
* hadn't intended to commit the enabling of quite so much debug info More... almost 15 years ago
... More... almost 15 years ago
* Fix font size, and tighten up layout, in parameter boxes. I tired of trying to work out scientifically what it was that made the instrument and track parameter boxes ignore their overall set font when the stylesheet was present; in the end I just bludgeoned in the same hack as was already used in the segment parameter box (setting the font on everything). It works. It'll do for now. That was probably the single most annoying detail of the main window, for me... More... almost 15 years ago
* saving a template is a different kind of act from saving a file normally, so store a different last-path-used for this More... almost 15 years ago