Commit Graph

4062 Commits

Author SHA1 Message Date
Robin Dunn
698099f654 Merge pull request #986 from cykerway/master
Fix event bindings in docview.
2018-09-12 18:15:51 -07:00
Cyker Way
b6e638c8d9 Fix event bindings in docview.
Use EvtHandler to bind events to avoid deprecation warnings:

>   wxPyDeprecationWarning: Call to deprecated item __call__. Use
:meth:`EvtHandler.Bind` instead.
2018-09-02 06:35:39 -04:00
Mesalu
204d2ed5b3 Merge branch 'master' into double_scalar_vector_arithmetic 2018-09-01 14:57:09 -07:00
Mesalu
9e518d9d0c Undo division arithmetic changes, compilation issues 2018-08-30 11:44:26 -07:00
Robin Dunn
5d984d99e1 Use delete[] to satisfy compiler warning
(cherry picked from commit 1b119f6add)
2018-08-30 10:41:30 -07:00
Mesalu
beb0b1e96d Add to changelog 2018-08-30 09:27:33 -07:00
Mesalu
6a9c4c06ea Change scalar arithmetic to utilize the double-precision overloads. 2018-08-30 09:25:38 -07:00
Robin Dunn
10c34f20e7 Merge pull request #980 from RobinD42/fix-issue974
Add wx.StaticBox.GetBordersForSizer
(cherry picked from commit 49d0592e4a)
2018-08-29 23:14:25 -07:00
Robin Dunn
94f8377b77 Merge pull request #979 from RobinD42/fix-issue973
Optimize line drawing in HyperTreeList
(cherry picked from commit b9e2d4d717)
2018-08-29 23:10:00 -07:00
David N. Mashburn
12aed76e6b Fixes save/ load bugs Pyslices 2018-08-26 11:25:15 -04:00
Éric Piel
1b46085c97 pywxrc: fix showing the success message at the end
When generating a file, it should show a success message like "Resources written to...".
However, the print() failed, which made it sound like the whole generation failed.
2018-08-22 13:56:01 +02:00
Éric Piel
96ed353b34 pywxrc: fix Menu with variable name and label defined after sub-menus
If the XRC looked like:
<object class="wxMenu" name="menu_file">
  <object class="wxMenuItem" name="menu_item_open">
    <label>Save</label>
  </object>
  <label>File</label>
</object>

The generated code would fail, because it would try to look for a main menu called "Save"
instead of looking for "File".

=> Make the XML parsing more clever to not look for the first "label" tag,
but the first _direct_ child with tag "label".
2018-08-22 13:51:16 +02:00
Éric Piel
984a036d34 pywxrc: remove old comments
It's not using the 2 stages creation anymore.
2018-08-22 13:50:33 +02:00
Robin Dunn
2849ff993b Add pillow dependency
(cherry picked from commit da202f61ca)
2018-08-13 22:04:29 -07:00
Robin Dunn
13b9f082d4 Simplify (hopefully) the GH issue template
(cherry picked from commit 99ecf08a39)
2018-08-13 22:04:29 -07:00
Mesalu
5c68798d0c Fix #957 (#960)
Round RGB values to integers for creating the `wx.Colour`
2018-08-13 22:03:29 -07:00
Mesalu
10baff1d24 Fix 959 (#962)
Fix IO type in wx.lib.agw.thumbnailctrl
* Update thumbnailctrl.py
* Update CHANGES.rst
2018-08-13 21:59:43 -07:00
Robin Dunn
848b43b96d Merge pull request #955 from mesalu/fix_954
Fix 954
2018-08-07 19:34:36 -07:00
Mesalu
d1262c44e2 Silently ignore missing methods. 2018-08-07 17:37:16 -07:00
Mesalu
e91ae38e90 Refactor tweaks into a tweaker_tools method, apply to wx.TextEntry, wx.ComboBox, and wx.RichTextCtrl 2018-08-07 17:22:55 -07:00
Mesalu
815171ec66 Update textctrl.py
Add Undo and Redo
2018-08-07 16:29:21 -07:00
Mesalu
defd235cf6 Update richtextctrl.py
Add Undo/Redo (and fix a typo...)
2018-08-07 16:28:24 -07:00
Mesalu
2b2c0b789c Merge branch 'master' into fix_954 2018-08-07 16:25:52 -07:00
Mesalu
9369010872 Update CHANGES.rst 2018-08-07 16:24:54 -07:00
Mesalu
16f4726f0d Update textctrl.py
Add virtualness to wxTextCtrl methods.
2018-08-07 16:22:16 -07:00
Mesalu
973a5b17e0 Update richtextctrl.py
Add virtualness to RichTextCtrl methods
2018-08-07 16:18:19 -07:00
Robin Dunn
b80e3f0dc3 Use correct format char when creating overflow exception.
(cherry picked from commit c365ec24bd)
2018-08-04 18:27:29 -07:00
Robin Dunn
6b1b095db2 Merge branch 'mesalu-fix_384' 2018-08-04 18:10:38 -07:00
Robin Dunn
08cf6a5f13 Merge branch 'fix_384' of https://github.com/mesalu/Phoenix into mesalu-fix_384 2018-08-04 18:09:18 -07:00
Robin Dunn
75024ee88e Merge pull request #948 from SimoB/patch-1
Missing tool_id parameter in AddToggleTool
2018-08-04 16:38:01 -07:00
Simone Bottino
270e390ff6 changelog 2018-08-02 11:52:44 +02:00
Mesalu
fddd53b103 Merge branch 'master' into fix_384 2018-08-01 18:12:56 -07:00
Mesalu
a75b88ed94 Add note to changelog 2018-08-01 18:06:53 -07:00
Simone Bottino
903ced7a77 Missing tool_id parameter in AddToggleTool 2018-08-01 16:56:17 +02:00
Mesalu
0bded60eb2 Fix indentation 2018-07-31 21:50:05 -07:00
Mesalu
9c004273c8 Update config.py
Switch to single underscore instead of double.
2018-07-31 15:17:58 -07:00
Mesalu
2b73f16101 Update config.py
Fix styling
2018-07-31 15:03:53 -07:00
Mesalu
98a3b4d3eb Update config.py 2018-07-31 15:01:46 -07:00
Robin Dunn
cd3de22068 Merge pull request #946 from RobinD42/throbber-issue924
Ensure the sequence attribute is a list by default
(cherry picked from commit c706dfacd9)
2018-07-30 21:36:06 -07:00
Robin Dunn
98fb3125eb Merge pull request #942 from mesalu/fix_941
Fix 941
2018-07-30 15:43:56 -07:00
Robin Dunn
d1a59375cb update comment about wxWidgets assertions
(cherry picked from commit c9dd35ef5e)
2018-07-30 15:39:43 -07:00
Mesalu
eaf0ff979f Update CHANGES.rst
Add related issue ID
2018-07-25 16:06:12 -07:00
Mesalu
d87deea88f Merge branch 'master' into fix_941 2018-07-25 13:59:21 -07:00
Mesalu
508cac6e37 Update CHANGES.rst 2018-07-25 13:54:19 -07:00
Mesalu
0f1861990d Update introspect.py
Adds a check to determine if getfullargspec should be used. This is added in Py3 to get elements like type annotations.
2018-07-25 13:52:29 -07:00
Robin Dunn
a17558cccd Add wx.Listbook.GetListView
(cherry picked from commit 9577c312fd)
2018-07-20 17:01:14 -07:00
Robin Dunn
3b0b062501 Fix broken merge
(cherry picked from commit 749b319066)
2018-07-20 16:52:02 -07:00
Robin Dunn
4b6ee40a14 Merge pull request #938 from RobinD42/fix-issue932-b
Restore wx.lib.pubsub, and officially deprecate
(cherry picked from commit 8fad2231a0)
2018-07-20 16:45:05 -07:00
Robin Dunn
543fc796ab Merge pull request #939 from RobinD42/fix-issue888
Removed the wx.BookCtrlBase.RemovePage workaround
(cherry picked from commit 11cc4d5c25)
2018-07-20 16:42:37 -07:00
Robin Dunn
cc940d3f30 Merge pull request #935 from RobinD42/fix-issue918
Added wx.Treebook.GetTreeCtrl and wx.Choicebook.GetChoiceCtrl
(cherry picked from commit f85818a25d)
2018-07-18 18:28:37 -07:00