LibreCAD

Timeline
Login

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

50 most recent check-ins

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
17:13
Sync with the main repository, but there are so many changes, that I am not very sure how will merge with my changes. Leaf check-in: 3defcaed62 user: johnfound tags: trunk, origin/weblate, master
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
13:13
Another relatively big changes in the plugin interface. In PluginMenuLocation class was added distinct parameters for plugin command and plugin shortcut key. This prevents using of hacks in order to implement several functions in one plugin. Now the plugin has two functions "ISO tolerance table" - that shows an interactive tolerances table and "Fix tolerances" (with Ctrl+Shift+T shortcut) that fixes the dimensions tolerances in the drawing, according to the tolerance table. If there is no such dimensions in the drawing, a message box with short help text is displayed. The count of the fixed tolerances is displayed in the command history window. The design seems to be finished for now. The actual correctness of the tolerance tables must to be checked extensively. For now I have tested only small part of the table and it seems to be correct. check-in: b487307a81 user: johnfound tags: jf_iso_fittings
2024-12-22
22:26
A form with the tolerance tables is working in the plugin. Only some polishing remains to be done. check-in: 2be8f81905 user: johnfound tags: jf_iso_fittings
00:01
More or less working ISO tolerances plugin. It needs some user interface though. check-in: a09a9ec9da user: johnfound tags: jf_iso_fittings
2024-12-21
23:59
Make the upper and lower texts in RS_MText bigger. Useful for the dimension tolerances. check-in: 01ad5583ac user: johnfound tags: jf_iso_fittings
17:37
Work on the tolerance tables and functions. Does not compiles property for some reason. check-in: c59f387992 user: johnfound tags: jf_iso_fittings
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-19
22:26
Added more tables. check-in: 835ce69f72 user: johnfound tags: jf_iso_fittings
15:22
Offset table for a..h check-in: dcdab063d3 user: johnfound tags: jf_iso_fittings
06:14
A little bit different approach (better). check-in: 3c3f9f44a6 user: johnfound tags: jf_iso_fittings
2024-12-17
15:12
Partially filled tolerance table. check-in: a12c4884fb user: johnfound tags: jf_iso_fittings
2024-12-16
23:25
Some tests with the plugin interface. Nothing important. check-in: 3916b91479 user: johnfound tags: jf_iso_fittings
23:24
Added interface to the dimensions text in the plugin interface. check-in: 7d2966338b user: johnfound tags: jf_iso_fittings