lp:~thomas-moenicke/nuxplayground/nuxplayground-calculator
Created by
Thomas Moenicke
on
2012-10-09
and last modified on
2012-10-17
- Get this branch:
- bzr branch lp:~thomas-moenicke/nuxplayground/nuxplayground-calculator
Only
Thomas Moenicke
can upload to this branch. If you are
Thomas Moenicke
please log in for upload directions.
Branch merges
- Nicolas d'Offay (community): Approve on 2012-10-17
-
Diff: 861 lines (+740/-6)14 files modifiedconfigure.ac (+1/-0)
data/Makefile.am (+7/-1)
src/Makefile.am (+6/-4)
src/calculator/CalculatorButton.cpp (+71/-0)
src/calculator/CalculatorButton.h (+25/-0)
src/calculator/CalculatorDisplay.cpp (+25/-0)
src/calculator/CalculatorDisplay.h (+27/-0)
src/calculator/CalculatorTextCanvas.cpp (+147/-0)
src/calculator/CalculatorTextCanvas.h (+51/-0)
src/calculator/CalculatorView.cpp (+231/-0)
src/calculator/CalculatorView.h (+89/-0)
src/calculator/Makefile.am (+37/-0)
src/calculator/main.cpp (+22/-0)
src/text-input/text-input.cpp (+1/-1)
Branch information
Recent revisions
- 34. By Thomas Moenicke on 2012-10-17
-
adding a text canvas for showing blurred text in the background. The first operator of a term will be pushed there so it is still visible when typing the second operator
- 32. By Thomas Moenicke on 2012-10-12
-
make sure the Texture object is always valid: constructor fails when file doesn't exist
using Texture2D instead of BaseTexture
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:nuxplayground
