Commit Graph

385 Commits

Author SHA1 Message Date
Thomas Hansen d396c31d8a Merge pull request #553 from geojeff/simple_design_of_widget
Added several short notes about keeping the design of the Widget class s...
2012-07-07 06:33:37 -07:00
Romain Dorgueil 708fb5c371 Update packaging for android doc to add SDK requirements. 2012-07-07 15:39:01 +03:00
fk-lx d5e64e2f5f Corrected PongPlayer to PongPaddle in documentation 2012-07-07 13:11:03 +03:00
Jeff Pittman f475eef643 Added several short notes about keeping the design of the Widget class simple and lean, explaining to the new developer that derived classes and custom widgets implement such properties as background_color. 2012-07-05 06:02:33 -05:00
Christofer Bertonha 5b2d302246 Some Capital Fixes 2012-07-04 15:47:21 +03:00
tshirtman 3dcb58eef5 fix import in code example (thanks mctouch :)) 2012-06-26 22:11:12 +03:00
Mathieu Virbel becf7fda42 Introduce CheckBox widget. If a group is set, it became a "radio button". 2012-06-23 19:28:01 +02:00
Mathieu Virbel 219a1a938a update kivy launcher installation instruction 2012-06-19 17:21:44 +02:00
Edwin Marshall (aspidites) 2e6e9fe273 - updated reference in faq to contribute
- mainly to test that the fixed githook works properly
2012-06-13 15:33:49 -07:00
Edwin Marshall (aspidites) e7b8df48e0 - updated pre-commit hook to work with other distros (eg. python 2 and 3 installed) 2012-06-13 15:17:17 -07:00
Edwin Marshall (aspidites) 06ae7872c4 - repaced defunct pocoo pastebin link to github's gist 2012-06-13 14:23:33 -07:00
Qua-non 006154cb94 Doc:fix documentation for Tabbed Panel 2012-06-09 23:08:40 +05:30
Mathieu Virbel 81b2869f3b Merge branch 'master' into uix-tabbedpanel 2012-06-06 18:42:52 +02:00
tshirtman c41240739c Merge pull request #487 from aspidites/master
I've added sane defaults to the object, string, list, and dict properties
2012-06-05 17:01:01 -07:00
Mathieu Virbel 33543659ac add KIVY_NO_FILELOG and KIVY_NO_CONSOLELOG to avoid logging in file and console. 2012-06-06 01:45:30 +02:00
Qua-non 3d79464d6e Doc: Getting Started: Add a list of examples with a description. 2012-06-05 02:16:34 +05:30
Qua-non ff0ccc058c Doc: Fix typo `pat` on your back not `part` as
mentioned by tshirtman.
2012-05-30 09:40:15 +05:30
Qua-non 99ba782e38 Doc: merge fixes from Florent Paterno, closes #492 2012-05-30 09:33:26 +05:30
Qua-non da6d2534c9 minor changes to getting started 2012-05-30 02:28:03 +05:30
Qua-non dcd25c1501 Doc: minor corrections to `getting started` and a gif to show final result
of using a Animation.
2012-05-29 17:03:41 +05:30
Mathieu Virbel 8bbe5d16a9 Merge branch 'master' of ssh://github.com/kivy/kivy 2012-05-29 03:20:11 +02:00
Mathieu Virbel 5e29474863 doc: extend autodoc extension to fix/hide/live rename module in doc (hide the _event module to the user, always use event module instead.) 2012-05-29 03:19:58 +02:00
tshirtman 4b84ca0633 changes on getting-started 2012-05-28 18:47:54 +02:00
tshirtman 60b312c2bb Merge branch 'master' of github.com:kivy/kivy 2012-05-28 18:43:20 +02:00
tshirtman a8a495c378 work on getting started documentation 2012-05-28 18:42:11 +02:00
Florent Paterno 3d78acab51 Update doc/sources/tutorials/pong.rst 2012-05-28 17:12:12 +03:00
Florent Paterno 6234065a5f Update doc/sources/tutorials/pong.rst 2012-05-28 16:58:04 +03:00
tshirtman dcd578a3ba tests explanations
add instructions to run tests in installation, and introduction in the
contribute-unittest page
2012-05-25 18:10:49 +02:00
tshirtman 2134a83259 Merge remote-tracking branch 'tshirtman/master' 2012-05-24 15:57:57 +02:00
Mathieu Virbel 580a83056b Merge pull request #484 from knappador/master
kivy.interactive
2012-05-23 14:27:56 -07:00
Mathieu Virbel a05ef19a2a revert bad fix from profiles and fix the input guide (the API part doc/code was ok, only the guide was wrong). refs #486 2012-05-21 01:35:20 +02:00
Edwin Marshall (aspidites) 5066e4f55e - added sane defaults to some properties 2012-05-20 14:20:26 -07:00
Mathieu Virbel e388f71517 Update doc/sources/guide/packaging-ios.rst 2012-05-17 15:06:06 +03:00
Brian Knapp 26b21c2531 reST docs do not generate errors on make html.
Proxy behavior completed/tested.  Lists and dicts now work.
2012-05-15 21:41:15 -05:00
Mathieu Virbel cbb25d6fd5 fix instruction for ios building 2012-05-10 21:32:48 +02:00
Qua-non 74f6ff254e re add gifs to explain layouts and minor getting started chnages 2012-04-20 00:56:05 +05:30
Qua-non 7865cb983d update getting started 2012-04-19 00:42:50 +05:30
tshirtman d5e41d09ca fix typo in "input architecture" 2012-04-18 13:38:26 +03:00
gabriel.pettier c0b0586c9e replace insecable space by space 2012-04-08 11:15:11 +02:00
gabriel.pettier 043aac64f4 Merge branch 'master' of github.com:kivy/kivy 2012-04-08 10:28:57 +02:00
gabriel.pettier 9ffae6e290 added 3 phones to android support, explain issues with SGS 2012-04-08 10:27:46 +02:00
Mathieu Virbel a12932a620 remove old images concerning tabbedpanel, and fix example 2012-04-07 00:02:12 +02:00
Mathieu Virbel cde8a6c8d8 Merge branch 'tabbed_panes' of https://github.com/akshayaurora/kivy into akshayaurora-tabbed_panes 2012-04-06 19:19:04 +02:00
Mathieu Virbel 4e4c6f174f doc: add image for gettingstarted - lang 2012-04-06 18:21:17 +02:00
Qua-non a2edcdefef add note at end of kv lang documentation 2012-04-06 02:24:52 +05:30
Qua-non c5990d277c simplify layouts/rules and diving sections of getting started 2012-04-06 01:40:11 +05:30
Mathieu Virbel b8f1cca4c3 doc: fix sidebar scrolling and avoid to scroll out of the documents bounds. closes #438 2012-04-05 11:09:23 +02:00
Qua-non abf1507493 fix syntax for kv snippets in getting started 2012-04-05 01:49:20 +05:30
Qua-non c3fe730904 minor additions to and sync for getting started 2012-04-05 01:08:00 +05:30
qua-non 01a7f2a219 getting started: apply title to framework.rst 2012-04-04 16:36:06 +05:30
qua-non b0faea7729 fix first literal block in kv design language 2012-04-04 16:18:34 +05:30
qua-non b9dc3fcc4c Update doc/sources/gettingstarted/rules.rst 2012-04-04 16:10:11 +05:30
qua-non 437a4efbd2 getting started "kv design language" minor modifications. 2012-04-04 16:08:24 +05:30
tshirtman f009b4e9af getting started sync 2012-04-04 12:04:52 +02:00
Mathieu Virbel 37d2e9ac52 fix wrong color on code boxes, and try to use code-block for highlight kv lang 2012-04-03 13:01:37 +02:00
Mathieu Virbel 3322e440c3 bump 1.1.2 to 1.2.0 for release, and upgrade all the versionadded 2012-04-02 11:03:08 +02:00
Mathieu Virbel 4207617095 doc fixes for GSOC 2012 2012-03-29 13:06:15 +02:00
Mathieu Virbel 73761405cd doc: add images step for installation instructions on windows 2012-03-29 03:31:28 +02:00
Mathieu Virbel fd7864c74f doc: add the page TOP before the global TOC, and reorder this one with jquery to prevent inclusion of title twice.
+ add a little hook on window scroll to ensure the menu will stay on view.
2012-03-29 03:31:03 +02:00
Mathieu Virbel ae4f5ed070 doc: reintroduce tracking code for kivy docs 2012-03-26 01:44:52 +02:00
Mathieu Virbel 41b66fc3c8 doc: add footer navigation for page with steps (tutorial + getting-started) 2012-03-25 17:31:23 +02:00
Mathieu Virbel 364e2ff691 doc: ignore _event module 2012-03-25 13:20:45 +02:00
Mathieu Virbel 461cdd2a4f doc: enhance the step mechanism to be generic, and update tutorial and gettingstarted to use it. 2012-03-23 17:05:08 +01:00
qua-non 81010189f9 proof-read second pass. 2012-03-23 14:33:37 +05:30
qua-non 5da532cb1b proof-read pong.rst 2012-03-23 14:27:08 +05:30
qua-non 999e5427bf minor doc changes on getting started, installation 2012-03-23 13:33:14 +05:30
Mathieu Virbel 9bd0696768 doc: update css to make text even more readable. 2012-03-23 02:33:37 +01:00
Mathieu Virbel 488c24965b doc/gettingstarted: fix links on installation + add os icon
+ pushed tutorial section
2012-03-23 02:22:05 +01:00
Mathieu Virbel 23b86fb55b doc/gettingstarted: first commit for the toolbar. handle #doc-<name>, keydown on left/right, and panel animation. 2012-03-21 20:26:40 +01:00
Qua-non 139cfba45e Merge https://github.com/kivy/kivy into tabbed_panes 2012-03-19 17:34:58 +05:30
Mathieu Virbel 94cfaf26b6 gettingstarted: just starting enhancements 2012-03-19 00:29:40 +01:00
Mathieu Virbel 63f952bae4 enhance doc to add reflexion to all images 2012-03-17 02:08:47 +01:00
tshirtman 4e8b0f8083 Merge branch 'master' of github.com:kivy/kivy 2012-03-16 16:28:14 +01:00
tshirtman d7deba505b adding getting started tutorial plan 2012-03-16 15:42:35 +01:00
Mathieu Virbel 13646a3814 ios: add some issues in the doc 2012-03-11 22:53:18 +01:00
Mathieu Virbel 8f72fd4b3f doc fixes 2012-03-09 17:32:23 +01:00
Mathieu Virbel d6a5bae975 doc: add instructions for packaging on ios 2012-03-09 16:52:31 +01:00
Mathieu Virbel 88ac5be1d7 fix android documentation 2012-03-09 15:56:59 +01:00
tshirtman 7bc5ab95ed closes: #418 2012-03-07 17:02:09 +01:00
tshirtman 27f5270c9a closes: #417 2012-03-07 17:00:55 +01:00
Qua-non 256361c216 Merge https://github.com/kivy/kivy into tabbed_panes 2012-02-28 16:17:28 +05:30
Mathieu Virbel 402ad02514 fix pyinstaller packaging + macosx docs. Seem that __import__ is not supported by pyinstalled, so the last pep8/pyflakes fixes broke it. 2012-02-27 03:36:41 +01:00
Qua-non 66dd4be6ac Update preview Image 2012-02-26 02:31:31 +05:30
Qua-non 55e8aa081e Merge https://github.com/kivy/kivy into tabbed_panes 2012-02-25 18:31:05 +05:30
Mathieu Virbel 0e4c300d63 videoplayer: add annotation support 2012-02-20 20:10:13 +01:00
Mathieu Virbel 18f4882c78 videoplayer: introduce new videoplayer widget, support for thumbnail, play/pause button, volume button, seek bar + real load only when user pressed the play button. 2012-02-20 18:20:28 +01:00
qua-non b5c4dfb35c Add installation instructions for mageia 2012-02-17 20:49:05 +05:30
qua-non 437ee4eca4 Update doc/sources/guide/packaging-macosx.rst 2012-02-15 14:55:17 +05:30
qua-non ddab87b137 Update doc/sources/guide/widgettree.rst 2012-02-15 14:52:56 +05:30
Paul Jimenez 173535005e more grammar fixes 2012-02-14 22:09:32 -06:00
Paul Jimenez 99f3d671df minor doc grammar and typo fixes 2012-02-14 21:52:14 -06:00
Mathieu Virbel 09baeaba17 fixes for pyflakes + pep8 2012-02-13 03:10:03 +01:00
Mathieu Virbel e62a20f4c2 doc: add the missing rstdocument.png 2012-02-10 19:35:55 +01:00
Mathieu Virbel fa9fa50e01 faq: fix sphinx warning 2012-02-10 19:24:13 +01:00
Mathieu Virbel dad33dc732 text/cairo: remove cairo text provider because it can't use the ttf we are providing (didn't got it working with using libfreetype too), and doesn't work with text color in RGBA. 2012-02-08 19:26:37 +01:00
Mathieu Virbel dc2cded96c text/markup + label: introduction of markup text, that can be used for changing the style of the text.
example: [b]Hello [color=ff00ff]World[/color][/b]
+ implementation of interactive text reference
+ implementation of anchors
+ documentation
2012-02-08 19:25:22 +01:00
Qua-non f8a0fbfd2f try and improve graphics 2012-02-04 16:50:22 +05:30
Qua-non d7cffd4b38 Merge https://github.com/kivy/kivy into tabbed_panes 2012-02-01 01:48:28 +05:30
Mathieu Virbel ae531b9401 textinput: fix invalid selection done when releasing shift key 2012-01-31 17:43:08 +01:00
Mathieu Virbel 706a607c37 textinput/label: fix pdf generation by converting the unicode char to image (no simple way to get unicode working within latex with this specific char >_<) 2012-01-30 15:13:20 +01:00
Qua-non 5dca301c86 update image 2012-01-28 15:53:07 +05:30
Qua-non 02d97718f0 Merge https://github.com/kivy/kivy into tabbed_panes 2012-01-28 13:13:57 +05:30
Alex Leighton 8ef2865e4a docs: Fix grammar and phrasing of "Designing with the Kivy Language" guide. 2012-01-25 23:27:46 -08:00
Mathieu Virbel c5c922b99f doc: inverse module/jump link, and ensure that module without api are rendering well too. 2012-01-25 18:25:06 +01:00
Mathieu Virbel 18f8b1e921 doc: add modulename in all the api page using js, better to understand which module we are actually checking. 2012-01-25 18:15:36 +01:00
Mathieu Virbel 096427133d doc: fix cython extension for beeing correctly documented, using latest cython 0.15.1 2012-01-25 17:54:13 +01:00
Mathieu Virbel e71829fbe3 doc: fix highlight color 2012-01-25 13:33:55 +01:00
Mathieu Virbel 6c561401c8 doc: update logo 2012-01-25 13:29:57 +01:00
Mathieu Virbel 6a675b576b doc: update layout to be more usable and better integration with kivy website 2012-01-25 13:26:47 +01:00
Qua-non be0c2dd387 add preview image 2012-01-24 19:18:29 +05:30
Mathieu Virbel 29d45d2913 update pdf logo 2012-01-23 16:03:26 +01:00
Mathieu Virbel e1fc02a409 doc pass to reduce the number of warning 2012-01-23 15:39:43 +01:00
Emanuele Olivetti cf97c87c20 docs: typo 2012-01-23 11:15:52 +01:00
Emanuele Olivetti 715b8024a2 doc: fixed references to line numbers of 6_button.py 2012-01-23 11:04:27 +01:00
Alex Leighton dfb32b89a5 Merge remote-tracking branch 'upstream/master' 2012-01-22 08:53:29 -08:00
Alex Leighton 6588651d59 Fixed phrasing according to feedback. 2012-01-22 08:50:04 -08:00
Mathieu Virbel 7466a67ad3 atlas: improve documentation and remove debug 2012-01-22 13:22:53 +01:00
Alex Leighton 16b3db3f0d Fix grammar and phrasing of "Introduction to the Kivy Language" guide. 2012-01-21 22:29:47 -08:00
Alex Leighton e6cc8ae6a9 Rephrase paragraph in "Input Management" guide. 2012-01-21 22:29:18 -08:00
Alex Leighton 23bc70dd52 Fix grammar and wording of the Input Management guide. 2012-01-17 21:01:54 -08:00
Mathieu Virbel 86116710ca Merge pull request #369 from alexleighton/master
Fix grammar and wording of Events guide.
2012-01-17 14:32:32 -08:00
Alex Leighton 0d57a3d44b Fix grammar and wording of the Events guide. 2012-01-17 06:57:41 -08:00
Mathieu Virbel 7dd3c70365 Merge pull request #368 from emanuele/patch-1
Update doc/sources/tutorials/pong.rst
2012-01-17 05:15:12 -08:00
Thomas Hansen 5b4a3726f5 Update doc/sources/guide/other-frameworks.rst 2012-01-16 17:01:50 -06:00
Thomas Hansen 62679849e4 Update doc/sources/tutorials/pong.rst 2012-01-16 10:59:35 -06:00
Thomas Hansen 3c7bec415d Update doc/sources/tutorials/pong.rst 2012-01-16 10:57:31 -06:00
Emanuele Olivetti 43a85f5c2f Update doc/sources/tutorials/pong.rst 2012-01-16 12:34:44 +01:00
Mathieu Virbel 4adb774aeb dont say ubuntu, but linux, and add opensuse + fedora instruction for installating dependencies 2012-01-12 11:28:22 +01:00
Mathieu Virbel ddd73a734e fix doc consistency 2012-01-12 01:47:16 +01:00
Thomas Hansen 807bdbbe27 add pong tutorial 2012-01-10 21:53:01 -06:00
Mathieu Virbel 1c7861ed18 bubble: update graphics from svg themes + some internals fixes on content handling. 2012-01-09 01:17:52 +01:00
Mathieu Virbel 72bde44f4c Merge branch 'bubble' of https://github.com/akshayaurora/kivy into akshayaurora-bubble 2012-01-09 00:02:12 +01:00
Mathieu Virbel 7b9ee1b4db recorder: new input recorder class + a recorder module. Both can be used for recording touch event in a file, and replay them later.
Lot of limitations exists, but enough for simple test case or screensaver mode.
2012-01-03 20:16:19 +01:00
Qua-non 0588890a83 change the bubble jpg 2012-01-02 16:31:31 +05:30
Qua-non 097b0c8058 include images and example 2011-12-31 04:42:14 +05:30
Mathieu Virbel c1bcdc1d8e add a document about kivy language in programming guide 2011-12-29 15:15:26 +01:00
Mathieu Virbel cc2910d6d4 move main repository from tito/kivy to kivy/kivy 2011-12-16 10:54:33 +01:00
Mathieu Virbel cd430f4b73 doc: add an architecture overview in svg, exported in png and included in the guide. 2011-11-25 19:01:30 +01:00
Mathieu Virbel bbc04da883 support: add documentation for support funcs 2011-11-08 23:22:46 +01:00
Mathieu Virbel 84ad7f0675 Merge pull request #297 from akshayaurora/grammer_correction
a few grammer corrections
2011-11-07 08:08:48 -08:00
Mathieu Virbel f9430b057f inspector: add module documentation + some fixes for live editing 2011-11-02 16:39:05 +01:00
akshayaurora bbc6967158 ome more grammer corrections 2011-11-02 00:52:09 +05:30
Gun.io Whitespace Robot b1fc347a8b Remove whitespace [Gun.io WhitespaceBot] 2011-10-30 18:15:46 -04:00
Mathieu Virbel d6b301cf7e doc: update android packaging for usage with android sdk rev14. #294 2011-10-30 19:45:59 +01:00
Mathieu Virbel 1f952629aa doc: add isntructions about how to remove kivy. Closes #242 2011-10-24 09:59:35 +02:00
Mathieu Virbel 4360b7f507 vkeyboard: big changes to standardize input from system keyboard or virtual keyboard. map to a single keycode (int, str), text and modifiers event. 2011-10-21 16:21:58 +02:00
Mathieu Virbel 41f508f3b7 faq: fix title/subtitle 2011-10-14 18:10:45 +02:00
Mathieu Virbel 807f882991 doc: add faq entries for android. Closes #269 2011-10-14 16:24:57 +02:00
Mathieu Virbel 5d38febf1d unittest: remove interactive unittest, Tk usage is broken. add documentation about how to write unit test 2011-10-14 16:14:24 +02:00
Mathieu Virbel 01800c015a add options for generating gettext 2011-10-04 15:59:11 +02:00