Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step property to use slider with fixed intervals #608

Merged
merged 37 commits into from
Sep 2, 2012
Merged

Commits on Aug 1, 2012

  1. Configuration menu
    Copy the full SHA
    27b36c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccd3f06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95b626c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2e5310 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    474e71b View commit details
    Browse the repository at this point in the history
  6. - updated documentation

    - eos excepts 3 arguments now
    AphonicChaos committed Aug 1, 2012
    Configuration menu
    Copy the full SHA
    fe39496 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    965abf4 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2012

  1. ios: add entry about how to see the kivy logs/exception + add process…

    …craft in the app store apps
    tito committed Aug 2, 2012
    Configuration menu
    Copy the full SHA
    460cc8e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2012

  1. Markup: remove 'len -1' left over from internal testing.

    Fixes markup valign calculation closes kivy#609 and kivy#576
    akshayaurora committed Aug 4, 2012
    Configuration menu
    Copy the full SHA
    b6bc3e8 View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    c33b789 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2012

  1. Loader: fix path for image-missing on windows and close file before

    calling unlink in case of file not found or similar error
    Atlas: fix path conversion for windows
    akshayaurora committed Aug 5, 2012
    Configuration menu
    Copy the full SHA
    6e1b7ef View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    63d25db View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2012

  1. Merge pull request kivy#611 from kivy/markup_fix

    Markup fix
    tito committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    40aa5e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kivy#606 from kivy/atlas_texture_region

    Atlas: pass CoreImage instead of just TextureRegion
    tito committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    5d59a66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff69bb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    845f31b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'videoplayer_improvements' of https://github.com/aspidit…

    …es/kivy into aspidites-videoplayer_improvements
    tito committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    4ca2455 View commit details
    Browse the repository at this point in the history
  6. fix little doc typo

    tito committed Aug 6, 2012
    Configuration menu
    Copy the full SHA
    00749fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d28733 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcd4f5c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    06f6f59 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2012

  1. Configuration menu
    Copy the full SHA
    37c2a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed42180 View commit details
    Browse the repository at this point in the history
  3. scrollview: avoid all the touch outside the view. Because the drawing…

    … is outside the view is removed, it make no sense to dispatch touch. We was actually having an issue cause of that with the filebrowser: touching outside the view on a possible element was catched and used by the filebrowser.
    tito committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    435443c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9719aae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20bf42f View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of github.com:kivy/kivy

    Conflicts:
    	examples/demo/showcase/showcase.kv
    tshirtman committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    53c1620 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bfebfad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2082e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eed6dc3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request kivy#613 from esbullington/spinner_mod

    Modified spinner to close on (re-)click
    tito committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    355f49c View commit details
    Browse the repository at this point in the history
  11. spinner: put back the is_open property into spinner, fix the usage of…

    … the property, and reduce the select code.
    tito committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    edf4bc0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request kivy#614 from kivy/screen_addwidg

    UIX:ScreenManager: ensure screen is orphaned before before adding it to
    tito committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    238c33c View commit details
    Browse the repository at this point in the history
  13. spinner: fix doc/build

    tito committed Aug 7, 2012
    Configuration menu
    Copy the full SHA
    80b014f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    93b6622 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2012

  1. Configuration menu
    Copy the full SHA
    7b4e022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    104be99 View commit details
    Browse the repository at this point in the history