- 04 Apr, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Renamed [class_]drawpanel_gal.[cpp|h] to [class_]draw_panel_gal.[cpp|h] to follow current naming scheme.
-
- 03 Apr, 2014 1 commit
-
-
Maciej Suminski authored
-
- 01 Apr, 2014 1 commit
-
-
Maciej Suminski authored
If tool was previously active and it is called again, it is brought to the top of the active tool stack. It fixes issue of dragging of items that have EDIT_POINTs, when dragging was activated by hovering over an item and using hot key.
-
- 29 Mar, 2014 1 commit
-
-
Lorenzo Marcantonio authored
-
- 24 Mar, 2014 2 commits
-
-
Maciej Suminski authored
- resetting relative coordinates - switching units - not official: changing transparency for layers (works only for main layers, does not work on vias/pads/etc.)
-
Maciej Suminski authored
Refactored code that handled zooming events. Added PCB_RENDER_SETTINGS::Get/SetSketchMode(). PCBNEW_CONTROL reacts to hot keys changing display modes (sketch via/tracks, high contrast).
-
- 21 Mar, 2014 6 commits
-
-
Maciej Suminski authored
Refactored: - EDA_DRAW_FRAME::SetNextGrid() & SetPrevGrid() - PCB_BASE_FRAME::SetFastGrid1() & SetFastGrid2() Removed a warning from RN_DATA::updateNet(int).
-
Dick Hollenbeck authored
-
Maciej Suminski authored
-
Dick Hollenbeck authored
-
Maciej Suminski authored
ROUTER_TOOL events have temporarily changed their hotkeys assignment.
-
Dick Hollenbeck authored
-
- 20 Mar, 2014 5 commits
-
-
Wayne Stambaugh authored
* Use wxFileName::GetPathSeparator() instead of redefining them.
-
Dick Hollenbeck authored
-
Maciej Suminski authored
Minor fixes (check for net codes size for ratsnest, cursor coordinates are not always shown as if the cursor was snapped).
-
Maciej Suminski authored
Screen size is saved in VECTOR2I instead of VECTOR2D.
-
Dick Hollenbeck authored
! The initial testing of this commit should be done using a Debug build so that all the wxASSERT()s are enabled. Also, be sure and keep enabled the USE_KIWAY_DLLs option. The tree won't likely build without it. Turning it off is senseless anyways. If you want stable code, go back to a prior version, the one tagged with "stable". * Relocate all functionality out of the wxApp derivative into more finely targeted purposes: a) DLL/DSO specific b) PROJECT specific c) EXE or process specific d) configuration file specific data e) configuration file manipulations functions. All of this functionality was blended into an extremely large wxApp derivative and that was incompatible with the desire to support multiple concurrently loaded DLL/DSO's ("KIFACE")s and multiple concurrently open projects. An amazing amount of organization come from simply sorting each bit of functionality into the proper box. * Switch to wxConfigBase from wxConfig everywhere except instantiation. * Add classes KIWAY, KIFACE, KIFACE_I, SEARCH_STACK, PGM_BASE, PGM_KICAD, PGM_SINGLE_TOP, * Remove "Return" prefix on many function names. * Remove obvious comments from CMakeLists.txt files, and from else() and endif()s. * Fix building boost for use in a DSO on linux. * Remove some of the assumptions in the CMakeLists.txt files that windows had to be the host platform when building windows binaries. * Reduce the number of wxStrings being constructed at program load time via static construction. * Pass wxConfigBase* to all SaveSettings() and LoadSettings() functions so that these functions are useful even when the wxConfigBase comes from another source, as is the case in the KICAD_MANAGER_FRAME. * Move the setting of the KIPRJMOD environment variable into class PROJECT, so that it can be moved into a project variable soon, and out of FP_LIB_TABLE. * Add the KIWAY_PLAYER which is associated with a particular PROJECT, and all its child wxFrames and wxDialogs now have a Kiway() member function which returns a KIWAY& that that window tree branch is in support of. This is like wxWindows DNA in that child windows get this member with proper value at time of construction. * Anticipate some of the needs for milestones B) and C) and make code adjustments now in an effort to reduce work in those milestones. * No testing has been done for python scripting, since milestone C) has that being largely reworked and re-thought-out.
-
- 19 Mar, 2014 3 commits
-
-
maciej. authored
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 18 Mar, 2014 1 commit
-
-
Maciej Suminski authored
-
- 14 Mar, 2014 1 commit
-
-
Orson authored
Corrected the error message about required OpenGL version for GAL. Fixed pcb_calculator .desktop file.
-
- 12 Mar, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 11 Mar, 2014 1 commit
-
-
Maciej Suminski authored
Added a few settings to make the layer settings more similar to KiCad defaults (moved vias to VIA_THROUGH_VISIBLE, added a few rules for required layers).
-
- 10 Mar, 2014 2 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
-
- 06 Mar, 2014 1 commit
-
-
Cirilo Bernardo authored
-
- 05 Mar, 2014 1 commit
-
-
Maciej Suminski authored
-
- 03 Mar, 2014 1 commit
-
-
Maciej Suminski authored
-
- 28 Feb, 2014 1 commit
-
-
Maciej Suminski authored
Selection clearing is invoked using TOOL_ACTION object rather than its name.
-
- 27 Feb, 2014 2 commits
-
-
jean-pierre charras authored
-
Maciej Suminski authored
TOOL_EVENT message is supposed to contain string as parameter. Added missing header for class_drawsegment.h (KiROUND). Renamed SELECTION_TOOL::containsSelected() to SELECTION_TOOL::selectionContains().
-
- 25 Feb, 2014 1 commit
-
-
Maciej Suminski authored
Removed a few RecacheAllItems() calls, some of them changed to specific type recaching (using TYPE_COLLECTOR & VIEW_ITEM::ViewUpdate() ). Removed OPENGL_GAL::SetStrokeColor().
-
- 24 Feb, 2014 3 commits
-
-
Maciej Suminski authored
-
Maciej Suminski authored
Fixed a missing group clearing and update for restored VIEW_ITEMs.Fixed a missing group clearing and update for restored VIEW_ITEMs.
-
Maciej Suminski authored
-
- 21 Feb, 2014 1 commit
-
-
Maciej Suminski authored
- VIEW_ITEM::ViewUpdate() does not update items immediately. Now it marks them to be updated and the real update occurs on the next rendering frame. - VIEW::InvalidateItem() made private. - VIEW_LAYER::enabled -> visible - Some functions moved to header files.
-
- 19 Feb, 2014 1 commit
-
-
Marco Serantoni authored
-