LibreCAD

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

51 check-ins related to "jf_fixes"

2026-04-14
14:35
Added scripts for install/uninstall/update in /usr/local/ directories. Leaf check-in: 113e356859 user: johnfound tags: jf_fixes
2025-11-17
06:50
Another, more general way to fix the "zero" problem. RS_Vector now can't have values lower than RS_TOLERANCE. The previous fix was rolled back. I am not sure how this fix will affect the performance, but at first glance seems everything is OK. check-in: adcf5798e7 user: johnfound tags: jf_fixes
2025-11-12
09:43
Fix a small math problem with snapping to the 0.0 coordinate. check-in: 238c97a08b user: johnfound tags: jf_fixes
2025-10-22
09:14
It seems I have found the reason for the bad sizing the dimensions background (and generally the size of the MText, but it is not visible). It was ther call to forceCalculateBorders() after calculating usedTextWidth and usedTextHeight. check-in: 15596f57da user: johnfound tags: jf_fixes
05:49
Clear command for the iso fittings plugin. check-in: 5cf9816b21 user: johnfound tags: jf_fixes
2025-09-13
09:58
Small fix to a font. check-in: a5279f310b user: johnfound tags: jf_fixes
2025-09-11
11:19
This is a merge of my fixes with v2.2.2 from the trunk, but because of very heavy changes in the project it compiles, but works very unstable. That is why I am separating it into a new branch and will work on fixing it before merging with jf_fixes branch. Leaf check-in: b3e60b9926 user: johnfound tags: v2.2.2_not_working
2025-09-10
10:40
Fixed copy-paste bug about the block insert angle. check-in: de70b52b4a user: johnfound tags: jf_fixes
2025-09-09
13:39
An attempt to make the line pattern scallable towards the line width. This is an experiment that can give more flexible approach to the dashed lines. .. Leaf check-in: 204ce0ed1a user: johnfound tags: relative_line_pattern
2025-03-18
14:45
An attempt to fix the bug with wrong computation of the mtext width. Needs some tests. check-in: 3bb6e28c48 user: johnfound tags: jf_fixes
2025-01-01
22:50
Strip the executables in the update script. check-in: d0f7365b9f user: johnfound tags: jf_fixes
16:15
Some bug fixes and issues with dimensions. check-in: 04617df18a user: johnfound tags: jf_fixes
2024-12-31
11:59
Some of the QG_GraphicView::loadSettings() code is moved to RS_GraphicView::loadSettings() because it initialize the fields defined in RS_GraphicView. This way are fixed some issues with the different units and line widths. check-in: 0038220c5d user: johnfound tags: jf_fixes
00:14
Mainly code cleanup and small bugs fixing here and there. The main goal was to make no console messages, when -d 0 is set. It is done, but only immediately after the startup. Later, Qt (and LibreCad itself) emit such messages from some functions. check-in: 2e2b30ef1b user: johnfound tags: jf_fixes
2024-12-30
20:17
int Main should return int, not bool. check-in: ef4cf29090 user: johnfound tags: jf_fixes
01:26
Dimensions with nontransparent background under the text. Also, the drawing of the solid filled hatches looks better now. IMO. check-in: 5b9a8a9d3c user: johnfound tags: jf_fixes
01:20
Removed the RS_EntityContainer::reparent method. The RS_Entity::reparent should be enough. It fixes the bug with the line width of the highlighted entities, when they have line width RS2::WidthByBlock - for example the MText entities inside the dimension block. check-in: 99299e4503 user: johnfound tags: jf_fixes
2024-12-29
18:48
Code cleanup. check-in: 6648e5b631 user: johnfound tags: jf_fixes
18:12
Code cleanup. check-in: 7aba8ef476 user: johnfound tags: jf_fixes
2024-12-28
12:44
DimArc fine tune of the text position. It is still not finished and not saveable. Will wait better times. check-in: a6082cb284 user: johnfound tags: jf_fixes
10:24
Started to clean the lc_dimarc code. There was a hang inside. The code is very unfinished. But at least it does not hangs anymore. KISS in action. check-in: 40f3fea08d user: johnfound tags: jf_fixes
00:02
Fixed bug causing all 2 point defined arcs to be created in layer 0 with default pen/color. check-in: a14e3c6f6d user: johnfound tags: jf_fixes
2024-12-27
22:02
Put the dimensions into the dimensions layer, if such exists. Search first in the active layer children, then in all layers, then fall back to the active layer. check-in: 0edceb7b2f user: johnfound tags: jf_fixes
20:04
Fine tuning of the dimensions. check-in: 10d9096779 user: johnfound tags: jf_fixes
18:11
Attempt to fix the dimensions text position. At first, if the arrows are outside, move the text outside as well. Second, format the text from the "left" or "right" side of the dimension, depending on the dimension creation direction. Make one of the dimension line extensions to fit the text width in the case of side text. All changes are made in rs_dimensions.cpp, so they should be inherited by all dimensions. But it is not tested extensively. check-in: 61ea887dc7 user: johnfound tags: jf_fixes
08:39
Merged with the js_iso_fittings in order to sync the plugin interface and to add the new plugin. check-in: 402e90f1b6 user: johnfound tags: jf_fixes
2024-12-26
16:37
Get the latest changes from jf_fixes. Leaf check-in: 67cb9bb1e8 user: johnfound tags: jf_iso_fittings
16:35
Added a new option "View change modify the document" (default true) in order to prevent the modification of the document on every pan and zoom. The named views are not affected. The document still saves the current view point, but only if some other changes are made. Also, added a script "update" that to copy the current compiled version together with the plugins into the system directories. This is not full installation script -only useful for dev purposes. check-in: e505f4e63a user: johnfound tags: jf_fixes
13:48
Put the construction entities below the regular entities. Maybe, this should be controlled by an option. check-in: 32f0bbae0c user: johnfound tags: jf_fixes
2024-12-25
18:48
All the patterns must be seamless. Fixed some of them. check-in: f05bc3fd25 user: johnfound tags: jf_fixes
14:41
The latest changes to the plugin. It looks now finished. Also, merged the latest changes from the jf_fixes branch. check-in: 6aa386284f user: johnfound tags: jf_iso_fittings
14:33
At attempt to prevent the unintentional dragging of the earlier selected elements in the default event handler. If there was some dragging action, the first selected element after that will clear all the remaining selection. check-in: 8a7b864b0d user: johnfound tags: jf_fixes
2024-12-23
18:13
Merged with jf_fixes in order to get the recent changes. check-in: 6d1fe7d9ac user: johnfound tags: jf_iso_fittings
13:55
Fixed the comment about the line patterns. Now they are defined in millimeters. check-in: 8a9951a4b5 user: johnfound tags: jf_fixes
2024-12-20
17:12
Merge in order to get the latest official changes. check-in: b1a8326d33 user: johnfound tags: jf_iso_fittings
11:43
Resolving conflicts. check-in: 07e0fd2ded user: johnfound tags: jf_fixes
08:55
Merge the changes from the official repository. check-in: cd11d14313 user: johnfound tags: jf_fixes
08:42
Sync with the github repository. check-in: bbe76b18e5 user: johnfound tags: trunk, origin/weblate, master
2024-12-16
10:58
Merged with jf_fixes check-in: d5cb355af8 user: johnfound tags: jf_iso_fittings
2024-12-15
21:22
At the end, correct scaling of the line dash patterns. The algorithms are correct, but as long as, the line widths in LibreCad are pretty complex, some bugs and glitches are possible. Especially on the indirect line widths - kind of "By Layer", "By Block", etc. Now it works in the main window, in the print preview and in the pdf export. Still, more testing is needed. check-in: 679836fcf5 user: johnfound tags: jf_fixes
17:31
Do not snap to grid, if the grid is not visible. check-in: a1ba9a5408 user: johnfound tags: jf_fixes
17:00
A plugin attempt to fill tolerances according the iso fittings standards. check-in: 21e4d37964 user: johnfound tags: jf_iso_fittings
2024-12-14
11:49
Do not change the line type on highlight and selection. Use alpha instead in order to see the lines below. check-in: e2d21faca4 user: johnfound tags: jf_fixes
09:22
Correct scaling of the line dash patterns to pixels. Now they look pretty good, except for the very small zooms. Anyway, the zoom-out of line patterns is not a trivial operation. check-in: 3c253d6ef1 user: johnfound tags: jf_fixes
2024-12-13
00:26
Increased the snap distance and made it to not degrade because of the grid. Now the snaps are much more comfortable to work with. check-in: 42726542bd user: johnfound tags: jf_fixes
00:24
Added some options for cmake in order to work better with kate and clangd. check-in: cdc6a605e2 user: johnfound tags: jf_fixes
2024-12-10
18:43
Check for nullptr in order not to crash. , check-in: 5f4debd3a4 user: johnfound tags: jf_fixes
2024-12-09
20:03
Pan on zoom implemented for the mouse wheel zoom. With optional pan-only on the first mouse wheel event. check-in: fd994d2774 user: johnfound tags: jf_fixes
19:56
The optional simplifying of the graphics (text and mtext for now) during panning and the small entities. Needs more work. check-in: b3bc28001f user: johnfound tags: jf_fixes
2024-12-07
18:15
Fixed (the fix is not really good, but works) the 0-width lines regression in PDF-export and probably in the print. check-in: 29e5dc43dd user: johnfound tags: jf_fixes
2024-11-27
23:06
Arcs and splines (#1967) * source files layout (WIP) * initial support for Named Views (dxf support, widget, toolbar and menu changes). * displaying drawing variables in drawing options * localization update for drawing variables * better support of shortcuts for 1..5 views * option to show current action's icon options widget * PR readme * PR readme * remove spline point action * restoring fit points on spline points from dxf, restored getNearestPoint on Spline, SplineAppendPoint actions * Spline Add Point action * spline modification actions refactoring, localization strings * explode spline action * option for showing ID entities in dialog/entity info - #1951 * fix for check version on startup if disabled - #1920 * spline from polyline action * spline delete between two points action, menu/toolbars adjustments, localization * arc3points - alternative points mode added * arc 2 points commands * draw arc center radius alternative mode, localization * fix for #1950 * intersections with construction lines which are not in construction layer (as a fix for angle snap with entity snap) * fix for polyline append command (support of arcs), changes in draw polyline UI options (buttons), commands for polyline daw mode * ArcTangental - alternative arc mode support by CTRL * selection entities by type in SelectWindow, alternative mode for selection/deselection * deselecting entities with SHIFT pressed * translations update * draw points lattice command, select points command * out RS_Vector to debug * paste to points command * cleanup * commands for arc2p commands * source code layout * changes readme --------- Co-authored-by: sand1024 <sand1024@gmail.com> check-in: 49b93c42a5 user: noreply@github.com tags: trunk, origin/weblate, master