Changesets: FreeCAD

master bd64ce3b

2014-08-06 17:39:15

wmayer

Details Diff
+ implement save() function in PointKernel, fix icon issue in mesh workbench
mod - src/Mod/Mesh/Gui/Command.cpp Diff File
mod - src/Mod/Points/App/Points.cpp Diff File
rm - src/Mod/Sandbox/AppSandbox.sln Diff File

master eb7f1bf3

2014-08-06 17:17:27

Stefan Tröger


Committer: wmayer Details Diff
Adopt mouse selection to quarter widget

Quarter Widget soes not allow to switch of multisampling on the fly, therefore we need to use glgraphicsitem instead of direct opengl xor rendering for mouse selection
mod - src/Gui/GLPainter.cpp Diff File
mod - src/Gui/GLPainter.h Diff File
mod - src/Gui/MouseSelection.cpp Diff File
mod - src/Gui/MouseSelection.h Diff File
mod - src/Gui/NavigationStyle.cpp Diff File

master 0c2d2013

2014-08-06 10:16:06

wmayer

Details Diff
+ fix security issue (do not run uncontrolled format string)
mod - src/Gui/ApplicationPy.cpp Diff File

master 46583f29

2014-08-06 00:38:40

yorik

Details Diff
Used Gui.addModule() instead of import in Draft & Arch
mod - src/Mod/Arch/ArchAxis.py Diff File
mod - src/Mod/Arch/ArchBuilding.py Diff File
mod - src/Mod/Arch/ArchCommands.py Diff File
mod - src/Mod/Arch/ArchFloor.py Diff File
mod - src/Mod/Arch/ArchFrame.py Diff File
mod - src/Mod/Arch/ArchPanel.py Diff File
mod - src/Mod/Arch/ArchRebar.py Diff File
mod - src/Mod/Arch/ArchRoof.py Diff File
mod - src/Mod/Arch/ArchSectionPlane.py Diff File
mod - src/Mod/Arch/ArchSite.py Diff File
mod - src/Mod/Arch/ArchSpace.py Diff File
mod - src/Mod/Arch/ArchStairs.py Diff File
mod - src/Mod/Arch/ArchStructure.py Diff File
mod - src/Mod/Arch/ArchWall.py Diff File
mod - src/Mod/Arch/ArchWindow.py Diff File
mod - src/Mod/Draft/DraftTools.py Diff File

master 81e983b6

2014-08-06 00:28:36

yorik

Details Diff
Exposed doCommand (Gui version) to python - fixes 0001564 Affected Issues
0001564
mod - src/Gui/Application.h Diff File
mod - src/Gui/ApplicationPy.cpp Diff File

master 6dd35078

2014-08-05 23:28:26

yorik

Details Diff
Draft: issue message if an object cannot be moved or rotated - fixes 0001642 Affected Issues
0001642
mod - src/Mod/Draft/Draft.py Diff File

master 234af5b2

2014-08-05 21:19:39

yorik

Details Diff
Arch: improvements in Space object

* Better text control
* Text position editable with Draft Edit
* Additional properties such as finish types
mod - src/Mod/Arch/ArchPanel.py Diff File
mod - src/Mod/Arch/ArchSpace.py Diff File
mod - src/Mod/Arch/InitGui.py Diff File
mod - src/Mod/Draft/Draft.py Diff File
mod - src/Mod/Draft/DraftTools.py Diff File
mod - src/Mod/Draft/InitGui.py Diff File

master b5002dc6

2014-08-05 16:59:39

Abdullah Tahiri


Committer: wmayer Details Diff
changes in sketcher

- Varios minor bug fixes.
- Added the other commands to the toolbar.
- Bug fix: missing AbortCommand().
- Mode Auto-switch to edge (Sponssi mode) has selection combo disabled to avoid interferring with this mode.
However, if auto-switch checkbox is unchecked (Jim-Abdullah mode), the combo is enabled and selection of
element type can be effected via the combo with the mouse.

In any case "z" shortcut iterates round robin the "valid types" of the preselected (hovered) element.
mod - src/Mod/Sketcher/Gui/CMakeLists.txt Diff File
mod - src/Mod/Sketcher/Gui/TaskSketcherElements.cpp Diff File
mod - src/Mod/Sketcher/Gui/Workbench.cpp Diff File
mod - src/Mod/Sketcher/Gui/Workbench.h Diff File

master e2db94fa

2014-08-05 16:59:39

Abdullah Tahiri


Committer: wmayer Details Diff
updated icons for sketcher

- Selection icons added.
- Art by Jim
- Clean up sketcher xpm small icons: Only constraint icons seem to be necessary
mod - src/Mod/Sketcher/Gui/Resources/Sketcher.qrc Diff File
mod - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_CloseShape.svg Diff File
mod - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_ConnectLines.svg Diff File
mod - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_SelectConstraints.svg Diff File
mod - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_SelectHorizontalAxis.svg Diff File
mod - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_SelectOrigin.svg Diff File
mod - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_SelectVerticalAxis.svg Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_CloseShape.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_ConnectLines.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Arc_Edge_sm.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Arc_EndPoint_sm.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Arc_MidPoint_sm.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Arc_StartingPoint_sm.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Circle_Edge_sm.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Circle_MidPoint_sm.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Line_Edge_sm.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Line_EndPoint_sm.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Line_StartingPoint_sm.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Point_StartingPoint_sm.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_SelectionTypeInvalid_sm.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_SelectConstraints.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_SelectHorizontalAxis.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_SelectOrigin.xpm Diff File
rm - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_SelectVerticalAxis.xpm Diff File

master be3299a4

2014-08-05 00:33:51

wmayer

Details Diff
code review: move transaction to outside from loop, fix several bugs, fix whitespaces
mod - src/Mod/Sketcher/App/SketchObject.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandConstraints.cpp Diff File
mod - src/Mod/Sketcher/Gui/CommandSketcherAccel.cpp Diff File
mod - src/Mod/Sketcher/Gui/Resources/Sketcher.qrc Diff File

master 62e9b608

2014-08-05 00:16:10

yorik

Details Diff
Added a couple of missing units in MKS schema Affected Issues
0001572
mod - src/Base/UnitsSchemaMKS.cpp Diff File

master f5f6cb1a

2014-08-04 23:24:20

yorik

Details Diff
Arch: Enhanced Space tool - fixes 0001610 Affected Issues
0001610
mod - src/Mod/Arch/ArchComponent.py Diff File
mod - src/Mod/Arch/ArchSpace.py Diff File

master a7d1b80f

2014-08-04 18:53:38

yorik

Details Diff
Draft: Fixed offset in SelectPlane tool - fixes 0001606 Affected Issues
0001606
mod - src/Mod/Draft/DraftTools.py Diff File

master a601434c

2014-08-04 17:37:59

yorik

Details Diff
Draft: adapted Draft2Sketch tool for macro recording - fixes 0001661 Affected Issues
0001661
mod - src/Mod/Draft/DraftTools.py Diff File

master 1011dd41

2014-08-04 17:36:22

wmayer

Details Diff
Squashed commit of the following:

commit 695becbbfff961b13e3edb5a4e1e4487bc53b4bb
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Mon Aug 4 15:24:33 2014 +0200

- Making combo disable state.
- Updating Art (Thanks Jim!)

commit d5391d40ace450fa2e65fe2b4ab8029ad37cacf8
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Fri Aug 1 00:40:15 2014 +0200

- Adaptation of code to Workbench's new Template structure.
- Minor adaptation of new ViewProvideSketch code to new constraint code (only in code extensions needed for element Widget)

commit ecdec20afa33c9a950e6054e80e4aa9c72aad8b6
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Thu Jul 31 15:31:38 2014 +0200

Fix so that when applying a coincident constraint to a plurality of points,
if one constraint on a couple of points exists, no new coincident constraint is
added to this couple.

Fixes: http://forum.freecadweb.org/viewtopic.php?f=3&t=6890

commit 32ef59d76e6c63356f5d36598ca11eb47c2e52af
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Thu Jul 31 14:13:58 2014 +0200

Add some placeholder art for icons to avoid having a cross icon and annoying icon not found messages.

commit ccb60a3a7e71a0eb8ad5d896542314a98ef314a8
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Mon Jul 28 20:15:29 2014 +0200

- Fixed Length Constraint accelerator (D) to SHIFT+D to avoid colision with other higher level FreeCAD accelerator assignment.
- Selection Accelerators now toggle on shortcut execution, and act when no other element is selected (fixed bug)

TODO: Art+Toolbar

commit 791358d046e8eeb03fa00272f5627c75254c48eb
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Mon Jul 28 15:12:07 2014 +0200

Fixing shortcut system:
- Take shortcuts automatically from CommandManager.
- Fixed two shortcuts in CommandConstraints (Point on Object - O and
Parallel Constraint - P to SHIFT+O and SHIFT+P to avoid collision with other constraints)
- Fixed shortcuts in CommandConstraintAccel to non-already-existing combinations
- Fixed Sketcher Menu to show accelerators

commit 12d366406a45038ce1a4f725a98e4f570475084b
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Mon Jul 28 11:53:37 2014 +0200

Implemented SHIFT multiple selection functionality in listwidget.

commit 0606ea7dfe38fdf8924f65f14382f1b327145c80
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Mon Jul 28 11:02:02 2014 +0200

Added Sketcher Accelerators for:
- Selection of H Axis
- V Axis
- Origin

Main TODO: Shortcuts and Shift in list widget implementation

commit 297464807fc56fbcf31efadff9625fc05bb20c41
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Wed Jul 23 11:37:21 2014 +0200

Implementation of:
- Switch on 'Z' instead of 'Shift'
- Checkbox to select whether element internal name (e.g. Edge10) should be presented on list or not (Sponssi requested)
- Checkbox to force going back to "Edge" type on change from one element to the next (Sponssi requested)

commit c8764b116acdcfdc7ef7658dc6009fb8db807906
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Wed Jul 23 07:57:11 2014 +0200

TaskSketcher Elements:
- Store Vertex within elements for optimization (reduce loops searching for vertex in every function call)
- Added the accelerators described below + Toggle Construction as context menu commands
- Fixed bug (Thanks sponssi!): After some element has been preselected from the list and the cursor moved to the drawing area,
the preselection doesn't seem to be resetted in the widget or whereever it is handled.
Tapping shift still swaps the preselection between the points of the previously selected element.
The left mouse button has to be clicked in the draw area to get rid of this.
http://forum.freecadweb.org/viewtopic.php?f=10&t=6861&sid=7eea4adc7ecf4cebd561b357601866a2&start=20
- Extended naming of elements, to facilitate writing python code (as requested by sponssi).
- Minor modifications (creation of utility fuctions, code readibility, ...)

Sketcher Workbench:
- First effort to add a toolbar with the accelerators.

Sketcher Accelerators: (Perform actions on existing elements, as opposed to Geometry Creation, not restricted to applying constraints)
- Close Shape : of selected edges (i.e. lines and arcs)
- Connect : selected edges (connect endpoint edge with starting point of next edge according to selection order)
- Select Constraints : associated with currently selected edges

commit 1dc18204a4e2e38f71d729a7692383f50a7d4654
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Sat Jul 12 16:06:48 2014 +0200

New alternative implementation of the Sketch Element List.

This version comprises:
- Identification via icon of type of geometric element (Point, Arc, Line, Circle) and
Type of selection (Edge, Starting Point, End Point, Center Point)
- Corrected a bug where upon selection from the combobox, the icons were not updated (Thanks Jim!)
- Implementation of jump to next valid type of last preselected element (aka fast-forward) for all the types.

commit 4d472ef796362405c3982355f86489fa92cbfe6d
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Thu Jun 26 17:15:51 2014 +0200

Feature request by jmaustpc
- When an object does not have an element, lets put a different icon.
- Currently the constraint lock icon is used until availability of a new one.

commit 6d15478f6533ff3805520a8ca36d1c41908cb0af
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Thu Jun 26 14:54:23 2014 +0200

Bug fix (preselection not disappearing on changing element without the element Type).

commit e33043e17781fcf6399257696f115f68ab4580ec
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Thu Jun 26 14:39:20 2014 +0200

New nicer icons by jmaustpc. They look much nicer :-)

commit 2ce2d6ff1ad2d81b0b1e30ffcbe9f2cc445f2e5b
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Thu Jun 26 14:37:21 2014 +0200

Fast-Forward functionality:
- If an element not having "midpoint" is preselected, then on pressing SHIFT the
Type will jump from EndPoint to Line skipping midpoint.
- This is intended as a productivity feature, as most sketch elements usually are lines

commit 1865d06d06582a49da10ddc123133807a4593060
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Wed Jun 25 15:47:22 2014 +0200

Bug fix (thanks jmaustpc)
- Preselection is maintained even though the geometric element does not have the "Type".
- Fix involves calling for remove preselection in TaskSketcherElement
- Implementing the response to the message RmvPreselection in ViewProviderSketch

commit 14e21da4b4ed0e9a2b3e846a4e51f6745d5e0ab7
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Mon Jun 23 14:25:35 2014 +0200

Fix Bug with null pointer (thanks jmaustpc!)
Clean up code

commit 0d99eb633f1bca45d4e7bb22c57bd4892767a390
Author: Abdullah Tahiri <abdullah.tahiri.yo@gmail.com>
Date: Wed Jun 11 16:32:48 2014 +0200

New widget for the Taskbar of the Sketcher WB.

The objectives of this widget are:
1. Allow editing of sketches when they have (partially) overlapping lines of any type
(construction/external/normal).
2. Allow the construction of sketches using the keyboard (less mouse intensive)

The widget works as follows:
1. A QListWidget presents a list of elements, element is here a geometric element
formed Types edges, starting points, end points and midpoints (e.g. circles, arcs)
2. On hovering/Entering one item in the list, it is preselected for easy identification.
3. The selection can be switched from one type to another using the SHIFT key
(press and release) in a round-robin fashion (or you can select it using the droplist)
4. Selection of different types is possible (e.g. two points and a line).
5. The contextual menu accessible by right click allow to apply a constraint to the
selection.
6. The constraints in the contextual menu have shortcuts, so you can actually use the
shortcut directly from the QListWidget.

Additional features introduced to other parts during development...
- New color introduced for Types that are selected and preselected at the same time
- Edges is a SoLineSet. You can not apply many So modifiers (width,offset) to parts of a SoLineSet.
An edge part of a SoLineSet that is drawn after another one, covers it unless it is closer to the
camera. The system of manual offsets already in place for points has been extended to properly
handle (i.e. show) overlapping lines part of a SoLineSet.
Affected Issues
0000693, 0000930, 0001552
mod - src/Mod/Sketcher/App/SketchObject.cpp Diff File
mod - src/Mod/Sketcher/App/SketchObject.h Diff File
mod - src/Mod/Sketcher/Gui/AppSketcherGui.cpp Diff File
mod - src/Mod/Sketcher/Gui/CMakeLists.txt Diff File
mod - src/Mod/Sketcher/Gui/CommandConstraints.cpp Diff File
add - src/Mod/Sketcher/Gui/CommandSketcherAccel.cpp Diff File
mod - src/Mod/Sketcher/Gui/Makefile.am Diff File
mod - src/Mod/Sketcher/Gui/Resources/Makefile.am Diff File
mod - src/Mod/Sketcher/Gui/Resources/Sketcher.qrc Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_CloseShape.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_ConnectLines.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Arc_Edge.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Arc_EndPoint.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Arc_MidPoint.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Arc_StartingPoint.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Circle_Edge.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Circle_MidPoint.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Line_Edge.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Line_EndPoint.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Line_StartingPoint.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_Point_StartingPoint.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_Element_SelectionTypeInvalid.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_SelectConstraints.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_SelectHorizontalAxis.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_SelectOrigin.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/Sketcher_SelectVerticalAxis.svg Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_CloseShape.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_ConnectLines.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Arc_Edge_sm.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Arc_EndPoint_sm.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Arc_MidPoint_sm.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Arc_StartingPoint_sm.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Circle_Edge_sm.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Circle_MidPoint_sm.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Line_Edge_sm.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Line_EndPoint_sm.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Line_StartingPoint_sm.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_Point_StartingPoint_sm.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_Element_SelectionTypeInvalid_sm.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_SelectConstraints.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_SelectHorizontalAxis.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_SelectOrigin.xpm Diff File
add - src/Mod/Sketcher/Gui/Resources/icons/small/Sketcher_SelectVerticalAxis.xpm Diff File
mod - src/Mod/Sketcher/Gui/TaskDlgEditSketch.cpp Diff File
mod - src/Mod/Sketcher/Gui/TaskDlgEditSketch.h Diff File
add - src/Mod/Sketcher/Gui/TaskSketcherElements.cpp Diff File
add - src/Mod/Sketcher/Gui/TaskSketcherElements.h Diff File
add - src/Mod/Sketcher/Gui/TaskSketcherElements.ui Diff File
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.cpp Diff File
mod - src/Mod/Sketcher/Gui/ViewProviderSketch.h Diff File
mod - src/Mod/Sketcher/Gui/Workbench.cpp Diff File
mod - src/Mod/Sketcher/Gui/Workbench.h Diff File

master e41996c9

2014-08-04 17:01:44

yorik

Details Diff
Draft: default Z to 1 in Scale tool - fixes 0001660 Affected Issues
0001660
mod - src/Mod/Draft/DraftTools.py Diff File

master caf02318

2014-08-04 16:11:11

yorik

Details Diff
Arch: Included some utility functions into Arch module

* makeCompoundFromSelected: creates a compound object from selected subobjects
* cleanArchSplitter: cleans the splitters on imported Arch objects
* rebuildArchShape: tries to rebuild a solid from the faces of an invalid shape
mod - src/Mod/Arch/ArchCommands.py Diff File
mod - src/Mod/Arch/importIFC.py Diff File

master 36a0641e

2014-08-03 22:56:52

jriegel

Details Diff
App and Base Compiles with new LibPack
mod - cMake/UseLibPack10x.cmake Diff File
mod - src/Base/Parameter.cpp Diff File
mod - src/FCConfig.h Diff File

master 83a5f154

2014-08-03 22:31:57

Johan K

Details Diff
Adding selectNumber handling of locale, this wont work with groupseparators
mod - src/Gui/InputField.cpp Diff File
mod - src/Gui/QuantitySpinBox.cpp Diff File

master ec219810

2014-08-03 20:53:19

jriegel

Details Diff
move build specifier in own cMake group
mod - src/3rdParty/CMakeLists.txt Diff File
mod - src/3rdParty/salomesmesh/CMakeLists.txt Diff File
mod - src/CMakeLists.txt Diff File
mod - src/Doc/CMakeLists.txt Diff File
mod - src/Main/CMakeLists.txt Diff File
mod - src/Mod/Assembly/CMakeLists.txt Diff File
mod - src/Mod/CMakeLists.txt Diff File
mod - src/Mod/Cam/CMakeLists.txt Diff File
mod - src/Mod/Complete/CMakeLists.txt Diff File
mod - src/Mod/Drawing/CMakeLists.txt Diff File
mod - src/Mod/Fem/App/CMakeLists.txt Diff File
mod - src/Mod/Fem/CMakeLists.txt Diff File
mod - src/Mod/Fem/Gui/CMakeLists.txt Diff File
mod - src/Mod/Image/CMakeLists.txt Diff File
mod - src/Mod/Import/CMakeLists.txt Diff File
mod - src/Mod/Inspection/CMakeLists.txt Diff File
mod - src/Mod/Mesh/CMakeLists.txt Diff File
mod - src/Mod/MeshPart/App/CMakeLists.txt Diff File
mod - src/Mod/MeshPart/CMakeLists.txt Diff File
mod - src/Mod/MeshPart/Gui/CMakeLists.txt Diff File
mod - src/Mod/Part/CMakeLists.txt Diff File
mod - src/Mod/PartDesign/CMakeLists.txt Diff File
mod - src/Mod/Points/CMakeLists.txt Diff File
mod - src/Mod/Raytracing/CMakeLists.txt Diff File
mod - src/Mod/ReverseEngineering/CMakeLists.txt Diff File
mod - src/Mod/Robot/CMakeLists.txt Diff File
mod - src/Mod/Sandbox/CMakeLists.txt Diff File
mod - src/Mod/Sketcher/CMakeLists.txt Diff File
mod - src/Mod/Start/CMakeLists.txt Diff File
mod - src/Mod/Test/CMakeLists.txt Diff File
mod - src/Mod/Web/CMakeLists.txt Diff File
mod - src/Tools/_TEMPLATE_/CMakeLists.txt Diff File

master c24a5161

2014-08-03 20:37:06

jriegel

Details Diff
New LibPack 10 for Win 64
mod - CMakeLists.txt Diff File
add - cMake/UseLibPack10x.cmake Diff File

master c7bfaf2e

2014-08-03 20:14:33

yorik

Details Diff
Arch: small bugfixes and optimisations
mod - src/Mod/Arch/ArchComponent.py Diff File
mod - src/Mod/Arch/ArchSpace.py Diff File
mod - src/Mod/Arch/ArchWindow.py Diff File
mod - src/Mod/Arch/Arch_rc.py Diff File
mod - src/Mod/Arch/Resources/ui/archprefs-import.ui Diff File

master 5cfdabb4

2014-08-03 19:38:34

Johan K

Details Diff
Adding changes
mod - src/Base/QuantityParser.y Diff File
mod - src/Gui/InputField.cpp Diff File
mod - src/Gui/QuantitySpinBox.cpp Diff File

master b32b2277

2014-08-03 17:24:42

Jriegel

Details Diff
clean up number scanner in Units
mod - src/Base/Quantity.cpp Diff File
mod - src/Base/QuantityLexer.c Diff File
mod - src/Base/QuantityParser.l Diff File

master 1da55436

2014-08-03 16:00:59

Jriegel

Details Diff
fix swedish minus simbol
mod - src/Base/QuantityLexer.c Diff File
mod - src/Base/QuantityParser.c Diff File
mod - src/Base/QuantityParser.l Diff File
mod - src/Base/QuantityParser.y Diff File
 First  Prev  1 2 3 ... 70 ... 140 ... 210 ... 280 ... 350 ... 420 ... 490 ... 560 ... 599 600 601 602 603 604 605 ... 630 ... 649 650 651  Next  Last