Name | Status | Last Modified | Last Commit | |
---|---|---|---|---|
lp://staging/kivy | 1 Development | 2022-03-06 16:33:28 UTC |
5078.
Merge pull request #7837 from misl6/b...
Author:
Mirko Galimberti
Merge pull request #7837 from misl6/bump- Bump to 2.2.0.dev0 |
|
lp://staging/ |
1 Development | 2022-03-06 14:55:00 UTC |
4246.
Merge master into stable (#7836)
* A...
Author:
Mirko Galimberti
Merge master into stable (#7836) * Add tests for f-string support in kvlang * Add missing versionchanged for f-strings in kvlang documentation * document recyclelayout properties. * Use lazy property creation. * Switch to descriptor __set_name__. * Add tests and switch properties to pytest so we can use parameterize. * Consistently check for specific types. * Pass storage as arg to prevent uneeded lookup. * Pass storage to dispatch to prevent uneeded lookup. * Broaden accepted list types to before. * Test complex widget. * Fix fbind returning uid and prop inheritance order, add test. * Focus: Allow modifiers (e.g. numlock) be present to tab cycle focus (#7372) * allow modifiers besides 'shift' to trigger get_focus_ * restrict modifiers that can trigger get_focus_ * fix typo, use 'in' instead of '&' * Prevent Dropdown position calculation if parent is None. * Fixed assigning of y value for mouse position in WindowSDL provider. * added OnCompletionLis * set completion listener for media player * Fix PEP E501: line too long * Added TouchRippleBehavior and TouchRippleButt * replace --build-bottle with --build-from-source * Fix typos * nit, capitalize start of sentence. * Add missing parentheses around inline if statement This caused the string "requested vsync failedsucceeded" to be logged instead of the intended "requested vsync failed, trying fallback to 1: succeeded" * Fix incorrect assumption property doesn't exist in class after instance added it * DropDown: Prevent position calculation if attached widget is not visible. (#7426) * Print remaining events before next frame upon too much iteration error. * Add versionadded. * Fix misc. typos (#7432) * Fix misc. typos Found via `codespell` * Fix source typos Changes to API * ModalView: code cleanup regarding detection of main-Window: (#7434) * ModalView: code cleanup regarding detection of main-Window (WIP): #7412 -discussion- - removed unneeded _search_window() method and attach_to property. * ModalView: code cleanup regarding detection of main-Window - Part 2 (all unit tests passing): #7412 -discussion- - removed _window property. * ModalView: code cleanup regarding detection of main-Window - Part 3 (tests passing): - restored the `_window` property of `ModalView` to bind Window.size * ModalView: code cleanup regarding detection of main-Window - Part/commit 4: - added a note in the module docstring regarding the remove of the * ModalView: code cleanup regarding detection of main-Window - Part/commit 5: - resolved conversations from code review. * Apply suggestions from code review Co-authored-by: matham <moiein2000@ * check for "sphinx" in command line * `suggestion_text` property broken for empty values Seems the code was never really functionnal for this case, making the * Actually remove suggestion_text feature. We now support native suggestions through the FocusBehavior & Window support for suggestions, which makes this feature confusing, and considering its limitations that have gone unresolved for 5 years, it seems better to drop it entirely. * Drop long and document numpy issues. * Moved Config import in compoundselecti * Removed/replaced all basestring with str. * Mouse: Fix computation of relative touch position in MouseMotionEven * Fixed computation of relative value for touch position in MouseMotionEven * Updated MouseMotionEven * Updated MotionEvent. * Updated MultitouchSimul * Fix Type Error when creating bytes from array (in Python 3.8.6) The original line `buf = b''.join(map(chr, buf))` raises the following error in 3.8.6: * Added OnePlus 6t * Only check for threading issues once graphics is initialized * Fix for scroll bar areas blocking clicks when scroll is disabled (#7457) * Fix for scroll bar areas blocking clicks when scroll is disabled See issue #7456 for details Co-authored-by: Gabriel Pettier <gabriel. * EventDispatcher: Rename method unregister_ * Renamed EventDispatcher method unregister_ * Deprecated method unregister_ * AsyncImageTestCase: Fix for test_reload_ * Cleanup of AsyncImageTestCase and fixed test_reload_ * Mouse: Update MouseMotionEven * Updated MouseMotionEven * Fixed relative position for hover event in MouseMotionEven * Fixed super call in MouseMotionEvent. * Updated MouseMotionEven * Updated MultitouchSimul * Added MouseHoverEvent * Fixed MouseHoverEvent * Moved MouseMotionEven * Updated MouseHoverEvent * :rotating_light: Add test commands for missing lines * :hammer: Made including lines the default * :hammer: Revert back to previosu metho * Text: Raise when registering a font_regular with None (#7467) Raise when registering a font_regular with None * Add unit test, fix pytest warning * TextInput: various fixes and refactoring (#7449) * Fix: readonly shouldn't prevent using cursor keys Co-authored-by: Vyacheslav Korneev <vchslv13@ukr.net> * Merge pull request #7418 from kivy/fix-7417 Fixes video thread that sleep before dispatching eos. * Add support for preview image to Video (#7471) * Add support for preview image to Video Co-authored-by: matham <matt@einhorn.dev> * Skip MouseHoverEvent * :sparkles: Remove unused variable assignment * :construction: Added test for config callbacks * :arrow_up: Added test for config reading * :construction: Added test for configparser defaults * :hammer: Fix relaitve path issue * :sparkles: Siplify assertion * :recycle: Switch to more standard assertions * Doc: Properties spelling fix (#7481) * properties.pyx one-line spelling fix * Better fix Co-authored-by: matham <matt@einhorn.dev> Co-authored-by: matham <matt@einhorn.dev> * Fix assumption that modifiers is always a set. (#7488) * Accept str-subclass where we accept strings. (#7459) * WindowBase: Add to_normalized_pos method (#7484) * Added to_relative_pos method to WindowBase. * Added test for WindowBase. * Renamed Window method to_relative_pos to to_normalized_pos. * Updated doc and unit test of method Window. * Restoring system_size with the same type in WindowBaseTest. * MouseHoverEvent * Enabled MouseHoverEvent * Updated MouseHoverEvent * Updated MouseHoverEvent * Removed unused id_rsa.enc. ssh keys are in the secret env (#7495) * Update events.rst (#7497) Remove the Python 2 compatible use of `super()`, it still works in Python 3, but is no longer idiomatic for a framework supporting Python 3.5-3.9. * MultitouchSimul * Switch rsa ssh key to ed25519 for server upload [build wheel]. (#7509) * App: Process app quit event while paused (#7508) * Fix case when app receives quit event while paused * Fix case when app receives app_terminating event while paused * Latest pyinstaller includes required fixes for tests. (#7513) * EventLoopBase: Start/stop event loop only once. * EventLoopBase: Remove provider from auto-remove list. * MouseHoverEvent * MouseHoverEvent * MouseHoverEvent * MouseMotionEven * Refactor MouseMotionEven * Swap arguments of MouseMotionEven * Don't accept on_mouse_xxx events in MouseMotionEven * Minor refactor in MouseMotionEven * GraphicUnitTest: Added clear_window_ * GraphicUnitTest: Fix signature of tearDown method to use (*args, **kwargs). * MouseHoverEvent * Core: Use importlib's __import__ for compatibility with patching (#7517) * use importlib. * fix line length Co-authored-by: hiaselhans <simon. * Fix case when unload of kivy.uix. * EventDispatcher: Add nicer error message for non-existing properties (#7536) * nicer error message for unknown properties * edit kivy/tests/ * edit kivy/_event.pyx * edit kivy/_event.pyx, edit kivy/tests/ * edit kivy/_event.pyx * edit kivy/_event.pyx * edit kivy/tests/ * edit kivy/tests/ * edit kivy/tests/ * edit kivy/_event.pyx * more tests * test * test * edit kivy/_event.pyx * move tests * fix ALL the things * Update kivy/_event.pyx Co-authored-by: matham <matt@einhorn.dev> * edit kivy/_event.pyx * pytestify * remove kivy/graphics/cgl.h * edit kivy/tests/ * edit kivy/tests/ * typeerror * fix Co-authored-by: matham <matt@einhorn.dev> * Inititalize disabled color when creating label and disabled (#7527) * SoundLoader: Fix play calls not working in ffpyplayer after the first (#7541) * seek on play in ffpyplayer * remove kivy/graphics/ * MouseMotionEven * MouseMotionEven * MouseMotionEven * MouseMotionEven * MouseMotionEven * MouseMotionEven * Comment references the wrong layout (#7560) There is no BoxLayout anywhere, it should be FloatLayout. * Typo on docs, missing word (#7561) * Fix line number references in basic.rst (#7580) * Fixes double word in docs. (#7581) Co-authored-by: meow464 <meow464> * Fixes issue #7514 ('auto_halign_r' referenced before assignment) (#7548) * Fix PermissionError when reconnecting mtdev input devices (#7587) The Linux kernel creates input devices then hands permission management off This patch adds some spinning code to the Device object to re-try opening * Fix missing word in doc/guide/ * Fixed unexpected overscrolling when using mouse wheel (#7612) * Fix install command for zsh `python -m pip install kivy[base] kivy_examples --no-binary kivy` throws the error `zsh: no matches found: kivy[base]`, you need to use `python -m pip install "kivy[base]" kivy_examples --no-binary kivy` instead * removed print and added logging to flipVert Removed unnecessary print statement and made use of Logger * Fixed TextInput visual selection bugs while scrolling (#7618) Fixed TextInput visual selection bugs in multiline mode while scrolling vertically. * Sphinx: Use class instead of instance in add_lexer + Fixes search on sphinx>1.7.9 (#7623) * Use class instead of instance in add_lexer * Fixes search with newer sphinx * Fixes missing documentation_ * Fixes TextInput cursor issues when resizing/scrolling (#7622) * Fixes text input cursor issues when resizing/scrolling * refactoring * Fixed inconsistent behavior of TextInput bubble and handles (#7621) * Fixed inconsistent behavior of TextInput bubble and handles The entirety of the bugs resolution is conditioned to the approval of #7618 * Fix the bug that do not limit selection to the current line using handles Fix the bug that do not limit selection to the current line, while using handles and in multiline mode * Refactoring * bugfix: tutorials pong score countup on right side (#7603) The ball wasn't acting correctly when touching the right side: * Replace modname_tkinter with 'tkinter' (#7605) * Update line number refs (& remove one unclear one) (#7625) * Fixed unexpected overscrolling bug when using mouse wheel, complement to #7612 (#7615) * Update textinput.py * refactoring for readability/ * refactoring * TextInput loading time optimisation for large texts * Added Custom titlebar support (#7637) * added SDL_SetWindowHi closes #5279 * MouseMotionEven * Added scroll from swipe feature in TextInput (#7610) Textinput updated to allow scroll from swipe * Improve consistency of scroll feature when text input is multiline Co-authored-by: Gabriel Pettier <gabriel. * WindowBase: Change type of clearcolor property to ColorProperty. (#7647) * Rebase pr 2212 (#4546) * added new type color for a colorpicker setting. * removed not used textinput property in SettingColor * added text_size to the color label to allow word wrapping. Looks nicer on smaller screens e.g. 320x480 * change white background rectangle of selected color to a white border. * Added vesionadded. * Corrected PEP8. * Added Type color to doc string. * ColorSetting: Update versionadded, fix demo config key * Update kivy/uix/ update versionadded * don't import kivy utils from style.kv as it prevents tests from passing * pep8 remove duplicate import Co-authored-by: Alexander Wolf <awolf2904@ * WindowBase: Add transform_ * WindowBase: Added transform_ * fix various docs (#7672) * fix kivy/effects/*.py docs * temporary force python3.9 use in the ci (#7674) * MotionEvent: Fix scale_for_screen method (#7659) * Fixed scale_for_screen to compute all absolute coords from normalized coords. * Fix dds header comparison (#7688) * Remove wording and functions specific to Python 2 (#7693) * Moved support-request to v2. v1 has been shut down. (#7676) * [WIP] refactor kivy.lang (#7703) * remove unnecessary list creations * Add an option to force a custom search path for SDL2 frameworks + fixes ARCHFLAGS (#7711) * Allow to force a custom search path for SDL2 frameworks + fixes ARCHFLAGS * Removes additional flags that were preventing to build a universal2 wheel. * change method name to get_color_from_hex (#7706) * MotionEvent: Fix keeping of the previous normalized position (#7691) * MotionEvent: Fix keeping of the previous normalized position. * MotionEvent: Fixed calculation of z values in scale_for_screen when p is None. (#7679) * MouseMotionEven * deprecate 'kivy.utils. * deprecate SafeList * MotionEvent: Fix docstring in dispatch_done method to reference post_dispatch_ * Textinput: Fixes issues #7165, #7236, #7235 (#7641) * Fixed #7165 * Fixed #7236 * Fixed #7235 * Minor refactoring * Enable pressure for touches in android (and ios?) (#7684) * enable pressure four touches in android (and some ios devices) * style fixes * Add support for Apple Silicon on CI/CD [build wheel osx] [build app osx] (#7678) * Added support for universal2 wheels, and adds unit testing on our self-hosted Apple Silicon M1 runner * Improve job name readability * CodeInput: fixed disappearing lines after inserting text (#7737) * Textinput on double tap improvement (#7636) * Improved on_double_tap in textinput - words are selected considering commas, brackets, etc. * Created separate method for word selection * Minor refactoring * Add python3.10 in the ci configuration [build wheel linux] [build wheel osx] [build wheel win] (#7663) * Add python3.10 in the ci configuration * Update setup.cfg and setup.py for python3.10 * also update pyproject.toml to allow using latest cython * update kivy-deps.sdl2 required version in setup.cfg * bump kivy-deps.sdl2 version * use develop version of pyinstaller for python3.10 support * osx try simplified build * force usage of next funcparserlib release that doesnt use 2to3 in setup.py * 3.6 reached EOL on 2021-12-23 * macOS: add cp310-macosx_ * We don't install anymore the full version. So ffmpeg dependency is not needed anymore. I expect to have a universal2 whl for ffpyplayer when we will switch back to full,dev * manylinux2010 --> manylinux2014 (via cibuildwheel) * Remove dependencies, so we can check delocating. Installs dev version cause support for 3.10 in ffpyplayer is missing * Update manylinux sdl2 version and max cython version. * Bump win deps. Co-authored-by: Mirko Galimberti <me@mirkogalimb * Improves docs on mobile, fixes duplicated getting started * Fixes some bugs in the TextInput if the text is right-aligned or center-aligned and not multiline. (#7631) * "Partially" fixes the center and right horizontal alignment bug The bug appears when using multiline equal to false. * Fix the horizontal alignment bug * pep8 * Minor fix and refactoring * minor fix * Update README.md (#7757) * collections fix for python 3.10 (#7749) * collections fix for python 3.10 * do not support old versions * do not support old versions Co-authored-by: Sander Land <sander@ * Fixes benchmark tests on wheels * Window. * Softinput_mode fix for pan and below target modes Fixes issues related to correct Kivy virtual keyboard display for soft_input modes: `pan` and `bellow_target` * Refactoring * Removal of unreachable code. * refactoring and fixes * pep8 * macOS deps: Update SDL to 2.0.20 and update SDL_ttf to 2.0.18 * Removed Python3.6 from the supported ones, it reached EOL * Update license year * Add support for older Sphinx versions * WindowBase: Removed binding to softinput_mode and keyboard_height from system_size, size, width and height properties. * Add Linux AArch64 wheel build support * WindowBase: Add _density to bind list of width and height and remove caching center property. * Explain the '--' separator for option parsing. * wip * Fix widget.disabled handling of value change of equal truthiness Comparing for equality is too strict, when what we want is to know if * Revert "wip" This reverts commit eb5ea4918541bc6 * ScrollEffect: Fix layout when ScrollView gets resized * TextInput: easier tokenize delimiters setting; quotes removed from default delimiters (#7740) * Docs review before release 2.1.0 (#7773) * Docs review - part 1 * Docs review - part 2 * Docs review - part 3 * Docs review - part 4 * Docs review - part 5 * Docs review - part 6 * Docs review - part 6 (Fixes linters automations :/ ) * Docs review - part 7 * Docs review - part 8 * Change default input_type to null. Add some warning regarding TYPE_TEXT_ * Change default input_type to null. Add some warning regarding TYPE_TEXT_ * Improve docs * Use latest ubuntu to run CI * Replace ubuntu 18.04 to latest everywhere. * Bump to 2.1.0rc1 (#7777) * Updates action-gh-release and use the default token (#7780) * PyInstaller develop version isn't needed anymore (#7781) * Revert to 2.1.0.dev0 for test release. * Feature: EventManagerBase (#7658) * Added EventManagerBase class and event_managers attribute to WindowBase class. * Input providers: Assigned type_id to MotionEvent subclasses. * WindowBase: Don't return motion event in transform_ * made code examples user friendly; fixes #7720 [WIP] (#7790) * fixes #7720; see sphinx- * applied vendor prefix for safari * use ::before pseudo element to make line numbers unselectable * removed trim * css cleanup; moved the rule to appropriate posotion * more descriptive comment * WindowBase: Add on_drop_begin, on_droptext and on_drop_end events (#7786) * WindowBase: Added on_drop_begin, on_droptext and on_drop_end events. * WindowBase: Renamed on_dropfile event/method to on_drop_file. * WindowSDL: Dispatching mouse pos with dropbegin event. * WindowBase: Updated docs for on_drop_xxx events. * WindowBase: Removed code from on_drop_file method. * WindowBase: Updated docs for on_drop_begin and on_drop_end events. * WindowSDL: Updated _mouse_(x|y) attributes on dropbegin event. * SDL2: Change return type from Uint8 to Uint32 for mouse state functions to match their signature from SDL_mouse.h. * WindowSDL: Update mouse_pos value and dispatch of on_cursor_enter event. * WindowBase: Use same type for mouse_pos (tuple) and _density (float) properties. * WindowBase: Passing window relative mouse pos in on_drop_begin event and skip mousewheel if the cursor pos is not within the window size. * Linux AArch64 wheel build optimization (#7784) * Linux AArch64 wheel build optimisation [build wheel linux] * Address review comments * WindowBase| * WindowBase: Don't dispatch position for the deprecated on_dropfile event. * Bring perf_test_textinput inline with changes in TextInput * WindowBase: Added *args to the default event handlers. * EventManagerBase: Fix indentation and typos in the doc. * made Generic Prompt unselectable; fixes #7800 * Dark Theme support for docs (#7799) * added dark theme css * merged both theme files; removed dark.css * removed unrequired variable * add fuction to switch themes * add button to switch themes; removed dark.css; load fresh.css after pygements.css; * Update doc/sources/ * add jquery to keep the current 'active' element on API reference be always in center * remove DRY voilations; beautify css * removed unnecessary rules * add toggle button to switch between themes * add button callback; store prefered theme in localStorage * made theme toggle button responsive * improved alingment for mobile screens * removed unnecessary css; added comments; formated css * use prefers- * fix FOIT * removed code to center active li element in api index (left side panel) * Bump to 2.1.0rc1 (#7802) * Use the `KIVY_RPI_VERSION` env variable to force the build of `egl_rpi` in non Raspi CI builds (#7804) * Use the `USE_RPI` env variable to force the platform to `rpi` * Update doc/sources/ Co-authored-by: Matt Einhorn <matt@einhorn.dev> * Introduce new env variable `FORCE_RPI_VERSION` for forcing `egl_rpi` * Update docs for `FORCE_RPI_VERSION` variable * Update setup.py Co-authored-by: Matt Einhorn <matt@einhorn.dev> * Rename variable to `KIVY_RPI_VERSION` Co-authored-by: Matt Einhorn <matt@einhorn.dev> Co-authored-by: Matt Einhorn <matt@einhorn.dev> * Track whether the clock has started. (#7810) * Bump cython and kivy_deps versions to latest. * Textinput: Simplified the swipe feature logic. Fixed a bug that was preventing to show the select all / paste bubble (#7807) * Simplifies the swipe feature logic. Fixes a bug that was preventing to show the select all / paste bubble * Update kivy/uix/ Co-authored-by: Dexer <73297572+ Co-authored-by: Dexer <73297572+ * :zap: Prevent crash when scrollbar is hidden (#7814) * MotionEvent: Fix indentation in module doc. (#7815) * VideoPlayer: Defer before the next frame the default thumbnail and annotations loading (#7816) * VideoPlayer: Defer before the next frame the default thumbnail and annotations loading. * Avoid on_ usage, reset thumbnail and add some tests * Check if annotation is not empty and added a relevant test * Fix typo * Patch gst current release to look for dlls in correct place for win store. (#7820) * Bump to 2.1.0rc2 (#7821) * Bump to 2.1.0rc3 (#7822) * Increase timeout to avoid failing tests on windows-2022 (#7827) * add GitHub URL for PyPi (#7826) * EventManager: Fix typo in module doc. (#7830) * Add 2.1.0 changelog (#7831) * Prepare 2.1.0 release (#7835) Co-authored-by: Gabriel Pettier <gabriel. |
|
lp://staging/ |
0 Experimental | 2021-10-30 12:18:57 UTC |
337.
update CHANGELOG and version
Author:
tshirtman
update CHANGELOG and version |
|
lp://staging/ |
1 Development | 2020-12-24 16:54:05 UTC |
16.
Merge pull request #13 from OliverW10...
Author:
tshirtman
Merge pull request #13 from OliverW10/master Changed except statements to have parentheses |
|
lp://staging/ |
1 Development | 2019-05-19 13:30:15 UTC |
48.
Merge pull request #13 from mortaroma...
Author:
Alexander Taylor
Merge pull request #13 from mortaromarcello Update __init__.py |
|
lp://staging/ |
1 Development | 2019-05-13 16:36:22 UTC |
25.
Merge pull request #32 from kthy/mast...
Author:
Matt Einhorn
Merge pull request #32 from kthy/master Add --no-download- |
|
lp://staging/ |
1 Development | 2018-10-10 22:15:21 UTC |
10.
Merge pull request #6 from kivy-garde...
Author:
tshirtman
Merge pull request #6 from kivy-garden/ Tile transition |
|
lp://staging/ |
1 Development | 2017-10-20 12:48:37 UTC |
364.
Merge pull request #560 from saltycra...
Author:
Richard Larkin
Merge pull request #560 from saltycraig/patch-1 Update specifications.rst |
|
lp://staging/ |
1 Development | 2017-06-22 04:11:56 UTC |
35.
Merge pull request #25 from ndragon79...
Author:
Matt Einhorn
Merge pull request #25 from ndragon798/patch-1 Fixed a problem with having ffrom in example code. |
|
lp://staging/ |
1 Development | 2017-06-14 17:45:13 UTC |
13.
Rename screenshot
Author:
Peter Badida
Rename screenshot |
|
lp://staging/ |
1 Development | 2017-06-14 17:39:43 UTC |
11.
Add screenshot
Author:
Peter Badida
Add screenshot |
|
lp://staging/ |
1 Development | 2017-06-12 21:17:06 UTC |
17.
Rename to lowercase
Author:
Peter Badida
Rename to lowercase |
|
lp://staging/ |
1 Development | 2017-05-25 15:56:38 UTC |
49.
Merge pull request #46 from Kronopt/p...
Author:
Matt Einhorn
Merge pull request #46 from Kronopt/patch-1 Fixes #45 |
|
lp://staging/ |
1 Development | 2017-01-09 13:58:50 UTC |
15.
segment screenshot
segment screenshot
Author:
Julien Hautefeuille
segment screenshot segment screenshot |
|
lp://staging/ |
1 Development | 2015-12-19 18:54:55 UTC |
5.
adding openjdk-8-jdk dependency
Author:
Thomas Karl Pietrowski
adding openjdk-8-jdk dependency |
|
lp://staging/ |
1 Development | 2015-11-09 18:31:31 UTC |
19.
Create LICENSE
Author:
dessant
Create LICENSE |
|
lp://staging/ |
1 Development | 2015-11-09 18:30:23 UTC |
10.
Create LICENSE
Author:
dessant
Create LICENSE |
|
lp://staging/ |
1 Development | 2015-11-09 18:29:04 UTC |
18.
Create LICENSE
Author:
dessant
Create LICENSE |
|
lp://staging/ |
1 Development | 2015-11-09 18:26:46 UTC |
18.
Create LICENSE
Author:
dessant
Create LICENSE |
|
lp://staging/ |
1 Development | 2015-10-04 12:13:35 UTC |
495.
Updated README reference to old_toolc...
Author:
Alexander Taylor
Updated README reference to old_toolchain |
|
lp://staging/ |
1 Development | 2015-04-07 18:16:57 UTC |
47.
Merge pull request #3251 from kivy/pk...
Author:
Thomas Karl Pietrowski
Merge pull request #3251 from kivy/pkg- Applying fix for #3225 on stable PPA |
|
lp://staging/ |
1 Development | 2014-05-29 15:05:52 UTC |
10.
Update readme: Inform about rentouch/...
Author:
Dominique Burnand
Update readme: Inform about rentouch/cefkivy fork |
|
lp://staging/ |
1 Development | 2013-10-14 09:55:45 UTC |
31.
Fixed minor bug with stop and clear=T...
Author:
Kovak
Fixed minor bug with stop and clear=True |
|
lp://staging/ |
2 Mature | 2013-07-09 13:39:52 UTC |
38.
* made some changes .spec
* removed m...
Author:
Thomas Karl Pietrowski
* made some changes .spec |
|
lp://staging/ |
1 Development | 2013-01-20 21:05:46 UTC |
4.
first of all disabled tests for #onei...
Author:
Thomas Karl Pietrowski
first of all disabled tests for #oneiric and #lucid |
1 → 25 of 25 results | First • Previous • Next • Last |