Mercurial
>
ldforge
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Replaced '.length()' with 'length()' where appropriate
Sat, 28 Jan 2017 14:13:01 +0200
, by Teemu Piippo
Replaced uses of 'x.size()' with 'length(x)'
Sat, 28 Jan 2017 14:01:19 +0200
, by Teemu Piippo
refactor: added the length() function that's like Python's len()
Sat, 28 Jan 2017 13:49:09 +0200
, by Teemu Piippo
refactor
Sat, 28 Jan 2017 13:32:55 +0200
, by Teemu Piippo
Display error string if unable to write a crash log.
Sat, 19 Nov 2016 22:57:18 +0200
, by Teemu Piippo
Made DEFINE_FLAG_ACCESS_METHODS a function macro
Fri, 18 Nov 2016 03:01:38 +0200
, by Teemu Piippo
Cleaned up crash catcher, fixed missing <math.h> include
Fri, 18 Nov 2016 02:56:53 +0200
, by Teemu Piippo
Fixed additive range selection not working properly.
Thu, 17 Nov 2016 14:12:59 +0200
, by Teemu Piippo
Cleanup in GL renderer...
Thu, 17 Nov 2016 13:56:13 +0200
, by Teemu Piippo
Cleaned up PrimitiveScanner
Thu, 17 Nov 2016 12:18:13 +0200
, by Teemu Piippo
Further cleanup
Wed, 16 Nov 2016 01:43:37 +0200
, by Teemu Piippo
Refactor primitives
Wed, 16 Nov 2016 01:28:42 +0200
, by Teemu Piippo
Refactor FileToolset
Wed, 16 Nov 2016 00:52:22 +0200
, by Teemu Piippo
Moved the about dialog into the file toolset and removed the mail button (the forums are better for this anyway)
Wed, 16 Nov 2016 00:44:35 +0200
, by Teemu Piippo
Removed the 'once' macro since it's not used
Tue, 15 Nov 2016 17:44:54 +0200
, by Teemu Piippo
Removed the USE_QT5 macro now that we're Qt5 only.
Tue, 15 Nov 2016 17:42:42 +0200
, by Teemu Piippo
Change "m_" prefix to "_" in members of PartDownloader
Tue, 15 Nov 2016 17:40:51 +0200
, by Teemu Piippo
Changed QList to QVector in PartDownloader
Tue, 15 Nov 2016 17:39:04 +0200
, by Teemu Piippo
Cleanup PartDownloader
Tue, 15 Nov 2016 17:37:31 +0200
, by Teemu Piippo
Unabbreviate "transform" to "transformationMatrix"
Tue, 15 Nov 2016 17:12:50 +0200
, by Teemu Piippo
Cleanup colors.cpp/.h
Tue, 15 Nov 2016 13:52:44 +0200
, by Teemu Piippo
Refactor GuiUtilities
Fri, 11 Nov 2016 13:59:27 +0200
, by Teemu Piippo
Some cleanup
Fri, 11 Nov 2016 13:34:51 +0200
, by Teemu Piippo
Draw line lengths to 2 decimal points only.
Sun, 16 Oct 2016 18:28:56 +0300
, by Teemu Piippo
Dropped Qt 4 support. We're Qt 5 only now.
Sun, 16 Oct 2016 17:54:42 +0300
, by Teemu Piippo
Fixed compilation.
Sun, 16 Oct 2016 17:54:22 +0300
, by Teemu Piippo
Added doxygen.ini
Thu, 16 Jun 2016 14:13:04 +0300
, by Teemu Piippo
Moved matrix into new source/header pair in types/
Sun, 08 May 2016 20:54:52 +0300
, by Teemu Piippo
Replaced the ugly for_enum macro with a generator class
Sun, 08 May 2016 20:12:54 +0300
, by Teemu Piippo
Further improved enum handling
Sun, 08 May 2016 16:26:16 +0300
, by Teemu Piippo
Enum stuff
Sun, 08 May 2016 16:11:40 +0300
, by Teemu Piippo
- Refactoring...
Sun, 08 May 2016 15:26:58 +0300
, by Teemu Piippo
Unabbreviated overlay member names
Sun, 08 May 2016 13:25:12 +0300
, by Teemu Piippo
removed removeDuplicates in favor of QSet, and the unused ObjectList class
Wed, 17 Feb 2016 19:54:21 +0200
, by Teemu Piippo
Fixed circle mode not building the circle anymore
Wed, 17 Feb 2016 03:24:07 +0200
, by Teemu Piippo
Removed unneeded includes from main.cpp
Wed, 17 Feb 2016 03:15:10 +0200
, by Teemu Piippo
Moved PreferredLicenseText into HierarchyElement and made the config pointer be passed to LDPaths. Now I can finally remove the Config global pointer.
Wed, 17 Feb 2016 03:10:12 +0200
, by Teemu Piippo
Moved LDObject::moveObjects into MoveToolset
Wed, 17 Feb 2016 02:56:59 +0200
, by Teemu Piippo
Rename Pi to lowercase pi
Wed, 17 Feb 2016 00:54:02 +0200
, by Teemu Piippo
Renamed ldObjectMath.cpp/.h to mathfunctions.cpp/.h
Wed, 17 Feb 2016 00:47:48 +0200
, by Teemu Piippo
Moved rotation point handling to ldObjectMath.cpp and encapsulated it into new class MathFunctions
Wed, 17 Feb 2016 00:43:17 +0200
, by Teemu Piippo
Split grid stuff into a new class Grid in grid.cpp/grid.h
Tue, 16 Feb 2016 19:59:43 +0200
, by Teemu Piippo
Use a better gcd algorithm, some style fixes
Tue, 16 Feb 2016 16:28:44 +0200
, by Teemu Piippo
Replaced GetRecursiveFilenames with QDirIterator
Tue, 16 Feb 2016 02:11:33 +0200
, by Teemu Piippo
Reformatted primitives.cpp
Tue, 16 Feb 2016 01:51:00 +0200
, by Teemu Piippo
Split PrimitivePrompt into its new source files, renamed it to GeneratePrimitivePrompt
Tue, 16 Feb 2016 01:39:06 +0200
, by Teemu Piippo
Transformed primitive management into a new class PrimitiveManager that is a member of MainWindow
Tue, 16 Feb 2016 00:59:50 +0200
, by Teemu Piippo
Renamed ConfigurationValueBag to Configuration and added a pointer to it into HierarchyElement. This helps with the fight against global variables.
Sun, 14 Feb 2016 03:19:28 +0200
, by Teemu Piippo
Fixed line length warnings
Sat, 13 Feb 2016 04:14:43 +0200
, by Teemu Piippo
Added triangle count to viewport, added compile-time line length check
Sat, 13 Feb 2016 04:06:49 +0200
, by Teemu Piippo
Happy new year 2016!
Fri, 01 Jan 2016 23:41:55 +0200
, by Teemu Piippo
Cleanup miscallenous.cpp/.h
Thu, 19 Nov 2015 00:43:18 +0200
, by Teemu Piippo
It worx again!
Wed, 18 Nov 2015 19:05:22 +0200
, by Teemu Piippo
Rename LDSubfile to LDSubfileReference
Sat, 24 Oct 2015 13:19:27 +0300
, by Teemu Piippo
A bit more cleanup. Finally removed the PROPERTY macro. (now let's see about making a new one sometime that isn't so terrible?)
Sun, 04 Oct 2015 22:54:17 +0300
, by Teemu Piippo
Fix rectangle mode for real
Sun, 04 Oct 2015 16:55:26 +0300
, by Teemu Piippo
Fixed circle, rectangle and line path modes not working anymore. Add blip coordinates to curve and line path modes. Circle mode for now only can show the coordinates of the initial blip
Sun, 04 Oct 2015 16:45:30 +0300
, by Teemu Piippo
Branch close
Sun, 04 Oct 2015 14:09:46 +0300
, by Teemu Piippo
Copyright header fix, some minor stuff
Sun, 04 Oct 2015 14:08:51 +0300
, by Teemu Piippo
Subject Bézier curve fineness to the grid. By default, the coarse grid uses 8 segments, medium 16 and fine 32. Moved rasterization from demoting to inlining, it feels more sensible for it to be there.
Sun, 04 Oct 2015 13:19:45 +0300
, by Teemu Piippo
less
more
|
(0)
-1000
-300
-100
-60
+60
+100
+300
tip