qua-non
|
eeffe38d6a
|
Examples: showcase fix typo(Thanks Metathink)
|
2012-12-07 03:32:08 +05:30 |
Mathieu Virbel
|
dfcc686c95
|
Merge pull request #765 from geojeff/uix-listview
Uix listview
|
2012-12-06 09:57:30 -08:00 |
geojeff
|
ba5e8ec5e7
|
Merge remote-tracking branch 'upstream/master' into uix-listview
|
2012-11-28 07:46:42 -06:00 |
Joakim Gebart
|
bef6196c16
|
showcase: extend StackLayout example to show more orientations.
Added all combinations of orientations to the StackLayout example.
|
2012-11-27 12:48:24 +01:00 |
Thomas Hansen
|
c08e79070f
|
add example to show text_size and line_height property of label
|
2012-11-20 14:36:22 -06:00 |
Mathieu Virbel
|
dfb9930da9
|
Merge pull request #740 from kivy/TabbedPanelItem
Tabbed panel item
|
2012-11-19 08:19:38 -08:00 |
Mathieu Virbel
|
7180c1ceb2
|
modalview: allow to close the modalview by hitting escape, if the auto_dismiss is allowed. closes #776
|
2012-11-19 16:46:23 +01:00 |
Mathieu Virbel
|
b39248367b
|
Merge branch 'fix-carousel'
|
2012-11-08 09:48:20 +01:00 |
Mathieu Virbel
|
5cc1d26f07
|
add carousel example with buttons
|
2012-11-08 09:33:59 +01:00 |
Gendo Ikari
|
6ddafdbfa8
|
examples: using new api for event binding in kwargs
|
2012-11-07 19:19:27 +01:00 |
Qua-non
|
0e1c793230
|
examples: minor edits to examples
|
2012-11-04 02:48:35 +05:30 |
Mathieu Virbel
|
a4dadc188e
|
Merge pull request #779 from kivy/fixes-dpi
DPI-related fixes
|
2012-11-02 10:00:36 -07:00 |
tshirtman
|
a4f1ffde7a
|
makes the "this label fits to the content" really fit to the content
|
2012-11-02 16:49:06 +01:00 |
Mathieu Virbel
|
1d41016bd6
|
base: remove unused imports
|
2012-11-02 16:35:25 +01:00 |
Mathieu Virbel
|
222829ecc5
|
dpi: wip style
|
2012-11-02 04:14:56 +01:00 |
Mathieu Virbel
|
086023dc0c
|
style: wip conversion to dp/sp
|
2012-11-01 14:25:51 +01:00 |
Mathieu Virbel
|
9d7779d0d2
|
showcase: fixed dpi
|
2012-11-01 04:06:27 +01:00 |
geojeff
|
91218bcfe1
|
Removed lingering call to deleted touch_selection() in master detail example. Removed unused blocks that would have selected children in composite items too aggressively, if conditional had worked.
|
2012-10-31 18:27:54 -05:00 |
Qua-non
|
d1327daba4
|
UIX:TabbedPanel reset to previous behaviour for default_tab
|
2012-10-29 16:49:13 +05:30 |
Qua-non
|
8d31c4c395
|
:examples:CodeInput: add ability to manipulate files and fonts
|
2012-10-28 19:32:51 +05:30 |
Mathieu Virbel
|
70891fce3e
|
firstwidget: update the firstwidget introduction to remove userdata, and use only touch.ud + enhance docs. #closes 726
|
2012-10-25 12:01:43 +02:00 |
geojeff
|
1ceeca546d
|
Merge remote-tracking branch 'upstream/master' into uix-listview
|
2012-10-24 18:51:57 -05:00 |
Qua-non
|
0c3588d0db
|
Examples: minor fixes to kivycatalog
|
2012-10-24 15:51:45 +05:30 |
geojeff
|
d5d15de84b
|
Added docs in listview, and made a few related fixes in tests and examples.
|
2012-10-23 15:34:59 -05:00 |
Qua-non
|
9f2003e438
|
Examples: kivycatalog allow for dynamic updation of kv and text highlighting
using code_input.
|
2012-10-24 00:54:59 +05:30 |
geojeff
|
0a64656bdb
|
Removed notes from examples readme.
|
2012-10-23 14:04:45 -05:00 |
geojeff
|
3f76ea8d3a
|
Added tests toward full coverage, revealing bugs in code that had never been reached. Simplified several parts of the API. Merged CollectionAdapter into ListAdapter, so now it goes: Adpater -> SimpleListAdapter, Adapter -> ListAdapter -> DictAdapter, with selection in ListAdapter, and DictAdapter.
|
2012-10-23 13:20:27 -05:00 |
geojeff
|
29ff3259e9
|
Merge remote-tracking branch 'upstream/master' into uix-listview
|
2012-10-23 12:05:04 -05:00 |
qua-non
|
bf1bc3be4d
|
Merge pull request #750 from kivy/codeinput
Codeinput
|
2012-10-23 08:50:40 -07:00 |
tshirtman
|
7a597a1f3e
|
simplify codeinput example
|
2012-10-23 17:41:16 +02:00 |
tshirtman
|
91c2bc6853
|
add example for codeinput, show off all the lexers of pygments
|
2012-10-23 17:23:06 +02:00 |
Dusty Phillips
|
d2abb51519
|
Remove TODO
|
2012-10-22 21:47:58 -06:00 |
Dusty Phillips
|
8a4351c3db
|
Make stack layout more representative
|
2012-10-22 21:47:32 -06:00 |
geojeff
|
04ab3cccca
|
Refactor for improved selection operations. SelectionSupport is no more as a separate mixin, and a new base adapter, CollectionAdapter, takes this code in, as well as the view caching code from AbstractView. Now CollectionAdapter is the hub for selection and view-handling operations. Made the default for selection to be restricted to views, with a new flag propagate_selection_to_data for this functionality. Started adding tests for adapters in isolation. Simplified initial selection and refreshing operations between adapter and listview.
|
2012-10-22 09:30:43 -05:00 |
Qua-non
|
1ba4f04758
|
TabbedPanel: ensure a default_tab creation when do_default_tab is set to
true
|
2012-10-22 05:52:42 +05:30 |
Qua-non
|
2c0adab011
|
TabbedPanel: disable default tab functionality by default
|
2012-10-22 00:03:40 +05:30 |
Qua-non
|
a6b5683b4c
|
TabbedPanel: fix first tab selection
|
2012-10-21 19:22:34 +05:30 |
Qua-non
|
c35dca3656
|
TabbedPanel: ensure first TabbedPanelItem selection
|
2012-10-21 18:14:20 +05:30 |
geojeff
|
93c735767b
|
Added first DictAdapter test, for checking basics and using a cls.
|
2012-10-19 10:37:37 -05:00 |
geojeff
|
e66d48dbdb
|
Moved SelectableView out of adapters/mixins and into uix, and adjusted examples and tests. Added base Adapter tests, and a test to check views returned from adapters.
|
2012-10-19 09:43:54 -05:00 |
Dusty Phillips
|
4879498652
|
Set a default size of 1024x768 on the window.
This may not be an appropriate default size. But it is a default size. ;)
|
2012-10-18 15:29:42 -06:00 |
Dusty Phillips
|
810cd555a9
|
No need to explicitly register subclasses of Widget in Kivy 1.5
|
2012-10-18 15:24:11 -06:00 |
geojeff
|
85373d147e
|
Removed check for args_converter in ListAdapter, because in Adapter, if none is provided, a default is set -- there will always be an args_converter.
|
2012-10-18 13:57:34 -05:00 |
geojeff
|
da11bf1253
|
Added tests for calling SimpleListAdapter methods.
|
2012-10-18 11:12:38 -05:00 |
Dusty Phillips
|
d9bf952eba
|
Make the text area a fixed width to give more room to demo results
|
2012-10-17 21:58:11 -06:00 |
Dusty Phillips
|
967ba58962
|
One issue fixed
|
2012-10-17 21:53:42 -06:00 |
Dusty Phillips
|
d2538382cd
|
Fix bugs in scatter demo
|
2012-10-17 21:50:23 -06:00 |
Dusty Phillips
|
4715beff36
|
Switch to a screen manager for better use of screen real estate
|
2012-10-17 21:48:34 -06:00 |
Dusty Phillips
|
4a4adfeaac
|
Update the more or less pathetic help screen.
|
2012-10-17 19:32:12 -06:00 |
Dusty Phillips
|
a10a513133
|
Add a keybinding to the Kivy textarea to render when ctrl-S is pressed.
|
2012-10-17 19:26:10 -06:00 |