lp:~xzcvczx/kicad/layer_widget

Created by xzcvczx and last modified
Get this branch:
bzr branch lp:~xzcvczx/kicad/layer_widget
Only xzcvczx can upload to this branch. If you are xzcvczx please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
xzcvczx
Project:
KiCad
Status:
Development

Recent revisions

6427. By xzcvczx

Removed a couple of comments

6426. By xzcvczx

Removed font pointsize modification based on window height, Fixed up resizing of the layer widget

6425. By xzcvczx

Moved layer_widget to common as its used by pcbnew and gerbview, Changed the look of the buttons in the layer widget, Changed the order of items in the layer widget, Changed colour button to left click rather than middle click

6424. By Chris Pavlina

Convert to single page hotkeys editor.

6423. By Maciej Suminski

pcbnew asks before rotating/flipping a locked item (GAL).

6422. By Chris Pavlina

Hotkey dialog refactor.

* Replace the wxListCtrl with a wxTreeListCtrl, allowing expandable categories
  in a future change.
* Clean up the code to make HOTKEY_LIST_CTRL function a bit better on its own.
* Migrate the hotkey dialog to TransferData{To,From}Window, use matching
  TransferData{To,From}Control methods on HOTKEY_LIST_CTRL so it is easy to
  embed.

6421. By Wayne Stambaugh

Compiling KiCad from source developer documentation fixes.

* Remove KICAD_SKIP_BOOST build configuration option.
* Remove USE_OSX_DEPS_BUILDER build configuration option.
* Add missing web link for OpenGL Mathematics library (GLM).

6420. By Bernhard Stegmaier

OSX: legacy canvas rendering speed improvements.

* Enables USE_WX_GRAPHICS_CONTEXT for OSX by default. This shouldn¡¯t be a
  major change because it seems to get used on OSX behind the scenes anyway.
  As a side effect, this might improve behavior with anti-aliasing because
  KiCad shifts drawing by (0.5, 0.5) into the middle of the virtual pixels so
  things may be less blurry. It will still build without enabling
  USE_WX_GRAPHICS_CONTEXT, but the optimizations obviously won¡¯t be used.
* The optimizations currently only are effective when USE_WX_GRAPHICS_CONTEXT
  is enabled and OSX. They might be also good for other platforms using
  USE_WX_GRAPHICS_CONTEXT because it aggregates some drawing primitives using
  paths wxGraphicsContext provides.
* It adds some #ifdefs for disabling the wxGraphicsContext stuff when
  USE_WX_GRAPHICS_CONTEXT isn¡¯t enabled. If you hate #ifdefs, this also
  could be dropped but then it will always check if wxGraphicsContext can be
  applied.

6419. By xzcvczx

Open PDF viewer improvements. (fixes lp:1530162)

* Fix broken ExecuteCommand() when path contains spaces on OSX.
* Only use system defined mime type for PDF files.
* Remove system dependent fallback applications for opening PDF files.

6418. By Wayne Stambaugh

Developer documentation and other minor fixes.

* Update the developer road map document.
* Update the compiling KiCad from source document to reflect recent build
  changes.
* Change Cairo library version to 1.8.8 to fix build issues on CentOS 6.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:kicad/product
This branch contains Public information 
Everyone can see this information.

Subscribers