Results 117 comments of Dario Giovannetti

There are dedicated tools to assist, just search for them.

According to DataViewModel's documentation (as of September 2014), its reference count must be decreased explicitly to avoid memory leaks; the wxPython demo, however, doesn't do it, and if I try...

Maybe use the **init** files for the API and move all the rest to the other package modules?

Fix attributes accessed without getters, e.g. `attribute.attribute`, `attribute.attribute.method()`, `self.attribute.attribute`, `self.attribute.attribute.method()`

Some actions are also particularly slow when applied to a big number of items, e.g. deleting a tree of items deeply nested, because those without children have to be deleted...

Maybe make a dedicated log panel and also show percentages of completion (based on events), thus supporting asynchronous operations. For example the status of searches could be merged here.

Remember to update the `STYLE` guide.

`.conf` and `.info` files should be turned into `.py` files for quicker parsing.

Maybe show the remaining natively working accelerators in additional items under the View menu? Ask upstream to provide a style flag to disable the shortcuts from the native widget? There...

Note some important bugs: - Clicking in an empty area should deselect all items: http://trac.wxwidgets.org/ticket/16037 - No documentation for AppendIconTextColumn: https://groups.google.com/forum/#!topic/wxpython-users/GldBiFFjYIU - The HitTest method has some problems: https://groups.google.com/forum/#!topic/wxpython-users/5UKy7us2o9M