Revisions of python-Kivy

Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 352060 from Boris Manojlovic's avatar Boris Manojlovic (bmanojlovic) (revision 25)
Updated package with latest release, enabled SDL2.
Currently it does not build on Leap because it has too old cython so it would be something we should push into Leap:Updates before pushing this to Leap:Updates too (for d:l:p it is fine as is)
buildservice-autocommit accepted request 260779 from Denisart Benjamin's avatar Denisart Benjamin (posophe) (revision 24)
baserev update by copy to link target
Denisart Benjamin's avatar Denisart Benjamin (posophe) accepted request 260776 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 23)
- Replace python-imaging BuildRequires and Requires with
  python-Pillow: The code actually does 'from PIL import image', so
  pythom-imaging would not even work.
Denisart Benjamin's avatar Denisart Benjamin (posophe) accepted request 256950 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 22)
Fix build with Cython 0.21
buildservice-autocommit accepted request 223270 from Denisart Benjamin's avatar Denisart Benjamin (posophe) (revision 21)
baserev update by copy to link target
Denisart Benjamin's avatar Denisart Benjamin (posophe) accepted request 223087 from Michal Vyskocil's avatar Michal Vyskocil (mvyskocil) (revision 20)
- Update to version 1.8.0 
 * Python 3.3 support: It's finally here, using the same codebase! And
   we deliver also 3 portables for Windows, one that package Python 2.7
   and another with Python 3.3!
 * New media player named GstPlayer, based on Gstreamer 1.0. This
   player is currently used as a implementation for Audio and Video
   core provider. This allow us to not only use the latest Gstreamer
   and all the improvements done by them, but also have a common player
   for both Python 2.7 and 3.3 on desktop platforms.
 * Scrollview has been slightly enhanced to support smoother scrolling
   utilizing Matrix transformation by default. It also now supports
   scrolling through bars or content or both.
 * Widgets now can be disabled simply by using `disabled` property.
 * Textinput now has support for selection handles.
 * New Widgets!
  + ActionBar: Mimics Android’s own ActionBar appearance and
    mechanisms
  + Behaviors: ButtonBehavior, ToggleButtonBehavior, DragBehavior,
    just subclass a behavior to an existing widgets, and you get the
    behavior! (eg. class ImageButton(ButtonBehavior, Image))
  + PageLayout: A simple multi-page layout allowing flipping through
    pages using borders
  + SandBox (experimental): Runs itself and its children in an
    exception-catching sandbox
 * see https://groups.google.com/forum/#!topic/kivy-users/PePoXLXDYBk
   for more details
buildservice-autocommit accepted request 201449 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 19)
baserev update by copy to link target
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 18)
- Change requires on python-enchant to python-pyenchant and drop
  the recommends for it. Enchant seems to be loaded from kivy/core
Todd R's avatar Todd R (TheBlackCat) accepted request 176056 from Todd R's avatar Todd R (TheBlackCat) (revision 16)
spec file changes somehow didn't make it into the previous commit
Todd R's avatar Todd R (TheBlackCat) accepted request 176053 from Todd R's avatar Todd R (TheBlackCat) (revision 15)
- Update to version 1.7.0
- Added several dependencies mentioned in the documentation
buildservice-autocommit accepted request 145674 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 14)
baserev update by copy to link target
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 13)
- Update to version 1.5.1:
  + Widgets
    - [#847] Avoid to react on scrollleft/right on Button + FileChooser
  + Graphics
    - [#856] Fix Line instruction
  + Examples
    - [#848,#855] Fix Kivy catalog to work from a different cwd
- Changes from version 1.5.0:
  + Core
    - [#731] BoundedNumericProperty can have float bounds
    - [#755] Fix SetWindowLongPtr on 32/64 Windows
    - [#768] Fix AsyncImage loader on iOS
    - [#778] Prevent the Pygame parachute if we don't have the required
    - [#779] Better DPI support, with new sp and dp units
    - [#783] New screen module for simulating different DPI devices
    - [#789] Fix on_resize dispatch on Windows and OSX
    - Allow multiple providers in Kivy env variables
    - Fix line off-by-one issue in Kv errors
    - New errorhandler/errorvalue in Property class
    - New experimental X11 window provider, that support transparent
    - Normalize android pressure and radius
    - Reduce gstreamer audio/video out-of-sync
    - Support ability to stop/restart the EventLoop
  + Graphics
    - [#481] Avoid error in case of multiple Canvas.rremove()
    - [#610] Add more information when GLEW fail to initialize
    - [#671] Allow source unicode filename in BindTexture
    - [#790] Allow to change Stencil operators
    - Avoid BGRA->RGBA conversion for OSX if the GPU support BRGA.
    - Fix issue with Cython 0.14, "by" is now considered as a keyword
buildservice-autocommit accepted request 139099 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 12)
baserev update by copy to link target
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 139035 from Duncan Mac-Vicar's avatar Duncan Mac-Vicar (dmacvicar) (revision 11)
- Update to version 1.4.1:
  + Core
    - [#625] Extend NumericProperty to support DPI notation
    - [#660] Add callbacks support on ConfigParser for a (section, key)
    - [#666] Fix Markup text disapear on GL reloading
    - [#678] Enhance UrlRequest for small chunks, callbacks and GC
    - [#679] New Audio.get_pos()
    - [#680] Fix key translations on Keyboard
    - Force on_parent dispatching for children in a kv rule
    - Expose 'app' instance keyword in Kv language
  + Graphics
    - [#686] Added opacity support in the graphics pipeline
    - Enhanced Line instruction that support width, joint, cap.
    - Added Line.circle/ellipse/rectangle properties
  + Widgets
    - [#664] Fix TextInput crashes is some cases
    - [#686] New Widget.opacity property
    - [#690] New TextInput.background_normal/active
    - [#694] Fix Slider value when min and step > 0
    - [#676] Fix Carousel.remove_widget()
    - [#669] Fix SettingNumeric with int/float values
    - [#698] Enhance BoxLayout to support pos_hint
    - Fix ModalView background property
  + Windows
    - [#675] Fix WM_Touch / WM_Pen for 32 bits / 64 bits
  + Others
    - [#462] Fixes gstreamer packaging with PyInstaller
    - [#659] Updated documentation concerning PyInstaller 2.0
- Changes from 1.4.0:
  + Core
buildservice-autocommit accepted request 126145 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 10)
baserev update by copy to link target
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 9)
- Update to version 1.3.0:
  + Core
    - [#420] Fix pygame error when texture is too large
    - [#450] Updated Sound class to use Kivy properties
    - [#467] New Sound.length
    - [#484] New kivy.interactive module: doesn't break REPL anymore
    - [#487] Make default values in properties optionals
    - [#489] Replaced all relative import with absolute imports
    - [#498] Fixes Image to allow re-loading of image from disk
    - [#503] Renamed unicode parameter to codepoint in all on_key_*
    - Changed default screenshot to be PNG instead of JPEG
    - Enhance Kv lang rules lookup
    - Enhance Label initialitazion
    - Fixes crash on App when the configuration file cannot be read
    - Fixes for graphics reloading mechanism, force the GC before
    - New default UI theme
    - New KIVY_NO_CONFIG, KIVY_NO_FILELOG, KIVY_NO_CONSOLELOG env
    - New kivy.utils.escape_markup() to escape untrusted text when
    - Support MacOSX clipboard
  + Graphics
    - [#118] Fixes for glColorMask on android
    - [#447] Add new ClearColor and ClearBuffers instructions
    - [#463] Fixes glGetIntegerv with new Cython
    - [#479] Fixes for Translate instance when args passed in on
    - Avoid drawing of empty VBO
    - Enhance Stencil instruction, you can nest up to 128 layers instead
    - Fixes crash when texture is empty (0px width or height)
    - Fixes Point instruction when new point is appended
    - Fixes to enable support of NPOT texture on android/ios platform
  + Widgets
Pavol Rusnak's avatar Pavol Rusnak (prusnak) committed (revision 8)
- updated to 1.2.0
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 107544 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 7)
initialized devel package after accepting 107544
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 6)
- Remove content with non-commercial only license (bnc#749340)
Displaying revisions 41 - 60 of 65
openSUSE Build Service is sponsored by