Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pep8 fixHEADmasterGonzalo Odiard2013-04-081-1/+1
|
* Logging error to debugGonzalo Odiard2013-04-082-3/+3
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Resize scrolled window on screen rotate - SL #4479Gonzalo Odiard2013-04-081-4/+16
| | | | | | | | Is needed to put the piano at the border of the screen. The implementatation is a little tricky, but I didn't found any other solution. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Version 6Gonzalo Odiard2013-03-211-1/+1
|
* Change the activity name to Music KeyboardGonzalo Odiard2013-03-211-2/+3
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove unused TooltipsGonzalo Odiard2013-03-212-162/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add .gitignoreGonzalo Odiard2013-03-211-0/+5
|
* Show the instruments description in the iconviewGonzalo Odiard2013-03-211-4/+7
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Make private methods if needed.Gonzalo Odiard2013-03-211-78/+70
| | | | | | The objective is have a minimal api exposed Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 fixesGonzalo Odiard2013-03-212-72/+73
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Show feedback in the screen when the physical keyboard is usedGonzalo Odiard2013-03-213-61/+78
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Enlarge fonts in notes labelsGonzalo Odiard2013-03-202-7/+7
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Delay the processing of button release eventsGonzalo Odiard2013-03-201-2/+4
| | | | | | | | This is needed because at times, a mousemove event came after the button release event, and the virtual keys states are confused. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Redraw only the needed area to improve visual performanceGonzalo Odiard2013-03-201-4/+61
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Move the x begginig key position to a dictionaryGonzalo Odiard2013-03-201-15/+25
| | | | | | To simplify the code. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Version 5Gonzalo Odiard2012-12-011-1/+1
|
* Add a iconview to change instrumentsGonzalo Odiard2012-11-2934-3/+36
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 fixesGonzalo Odiard2012-11-271-11/+10
|
* Draw the piano at the bottom of the screenGonzalo Odiard2012-11-272-2/+12
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add the labels to show the notes in german notationGonzalo Odiard2012-11-252-0/+74
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a array with the values the iano will return independent of the labelsGonzalo Odiard2012-11-241-3/+12
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Enlarge black keysGonzalo Odiard2012-11-241-3/+3
|
* Enlarge black keys to improve use with touchGonzalo Odiard2012-11-231-18/+26
| | | | | | | The 1/3 and 2/3 values in the code where replaced by constants to do easier check different values and replaced by 2/5 and 3/5 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Version 4Gonzalo Odiard2012-10-151-1/+1
|
* Use the keyboard in the screen to play soundsGonzalo Odiard2012-10-094-24/+56
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* First try to add code from tamtammini to play soundsGonzalo Odiard2012-10-09272-25/+10564
| | | | | | Play notes with physucal keyboard, not with the screen keyboard yet. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Version 3v3Gonzalo Odiard2012-10-081-1/+1
|
* Set execute perm to setup.pyGonzalo Odiard2012-10-071-0/+0
|
* Add support to touchGonzalo Odiard2012-10-071-56/+72
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Initial port to Gtk3Gonzalo Odiard2012-04-293-49/+45
| | | | | | Only gtk / cairo port, gst does not work. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add capability of change the labelssugar-0.94Gonzalo Odiard2012-01-024-6/+107
|
* Use entities in the icon colorsGonzalo Odiard2012-01-011-13/+15
|
* Max volume should be 1Gonzalo Odiard2012-01-011-1/+1
|
* Initial versionGonzalo Odiard2012-01-016-0/+969