Thu, 23 Feb 2017 19:56:21 +0200 |
Teemu Piippo |
Removed the Critical and Question functions, replaced with direct QMessageBox uses. Removed unused code from mainwindow.h.
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 15:21:34 +0200 |
Teemu Piippo |
Moved LDQuadrilateral into its own source pair.
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 15:11:33 +0200 |
Teemu Piippo |
Moved LDTriangle into its own source pair.
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 14:52:01 +0200 |
Teemu Piippo |
Renamed ldDocument.cpp → lddocument.cpp
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 13:25:43 +0200 |
Teemu Piippo |
Split LDConditionalEdge and LDEdgeLine into new source pairs
|
file |
diff |
annotate
|
Tue, 14 Feb 2017 12:58:53 +0200 |
Teemu Piippo |
LDObject subclass renaming:
|
file |
diff |
annotate
|
Thu, 09 Feb 2017 22:46:37 +0200 |
Teemu Piippo |
Moved LDComment and LDEmpty into their own source file pairs.
|
file |
diff |
annotate
|
Sat, 04 Feb 2017 14:24:16 +0200 |
Teemu Piippo |
The current document pointer may no longer be null.
|
file |
diff |
annotate
|
Mon, 30 Jan 2017 02:41:45 +0200 |
Teemu Piippo |
Removed some unnecessary #include-directives.
|
file |
diff |
annotate
|
Sun, 29 Jan 2017 21:07:15 +0200 |
Teemu Piippo |
Removed the LDSpawn function and replaced its last use cases.
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 17:47:06 +0200 |
Teemu Piippo |
Happy new year 2017!
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:14:28 +0200 |
Teemu Piippo |
Actually, let's call it countof(). Makes more sense.
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:13:01 +0200 |
Teemu Piippo |
Replaced '.length()' with 'length()' where appropriate
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 14:01:19 +0200 |
Teemu Piippo |
Replaced uses of 'x.size()' with 'length(x)'
|
file |
diff |
annotate
|
Sat, 28 Jan 2017 13:49:09 +0200 |
Teemu Piippo |
refactor: added the length() function that's like Python's len()
|
file |
diff |
annotate
|
Thu, 17 Nov 2016 12:18:13 +0200 |
Teemu Piippo |
Cleaned up PrimitiveScanner
|
file |
diff |
annotate
|
Wed, 16 Nov 2016 01:43:37 +0200 |
Teemu Piippo |
Further cleanup
|
file |
diff |
annotate
|
Wed, 16 Nov 2016 01:28:42 +0200 |
Teemu Piippo |
Refactor primitives
|
file |
diff |
annotate
|
Sun, 16 Oct 2016 17:54:22 +0300 |
Teemu Piippo |
Fixed compilation.
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 03:10:12 +0200 |
Teemu Piippo |
Moved PreferredLicenseText into HierarchyElement and made the config pointer be passed to LDPaths. Now I can finally remove the Config global pointer.
|
file |
diff |
annotate
|
Wed, 17 Feb 2016 00:54:02 +0200 |
Teemu Piippo |
Rename Pi to lowercase pi
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 02:11:33 +0200 |
Teemu Piippo |
Replaced GetRecursiveFilenames with QDirIterator
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 01:51:00 +0200 |
Teemu Piippo |
Reformatted primitives.cpp
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 01:39:06 +0200 |
Teemu Piippo |
Split PrimitivePrompt into its new source files, renamed it to GeneratePrimitivePrompt
|
file |
diff |
annotate
|
Tue, 16 Feb 2016 00:59:50 +0200 |
Teemu Piippo |
Transformed primitive management into a new class PrimitiveManager that is a member of MainWindow
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 23:41:55 +0200 |
Teemu Piippo |
Happy new year 2016!
|
file |
diff |
annotate
|
Thu, 19 Nov 2015 00:43:18 +0200 |
Teemu Piippo |
Cleanup miscallenous.cpp/.h
|
file |
diff |
annotate
|
Wed, 18 Nov 2015 19:05:22 +0200 |
Teemu Piippo |
It worx again!
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 22:54:17 +0300 |
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?)
|
file |
diff |
annotate
|
Sun, 04 Oct 2015 02:52:03 +0300 |
Teemu Piippo |
Now compiles again
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 15:12:30 +0300 |
Teemu Piippo |
Refactor LDObject API
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 03:17:29 +0300 |
Teemu Piippo |
Remove "!= nullptr" expressions
|
file |
diff |
annotate
|
Sun, 06 Sep 2015 03:10:03 +0300 |
Teemu Piippo |
null -> nullptr
|
file |
diff |
annotate
|
Sat, 05 Sep 2015 23:55:06 +0300 |
Teemu Piippo |
Refactor LDDocument's API
|
file |
diff |
annotate
|
Sat, 05 Sep 2015 23:03:24 +0300 |
Teemu Piippo |
Make documents members of the main window
|
file |
diff |
annotate
|
Mon, 31 Aug 2015 20:50:12 +0300 |
Teemu Piippo |
Now compiles and links but crashes shortly after startup.
|
file |
diff |
annotate
|
Mon, 31 Aug 2015 04:57:16 +0300 |
Teemu Piippo |
Commit configuration rework (doesn't work yet, more than most probably doesn't compile either)
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 17:20:55 +0300 |
Teemu Piippo |
Split actions.cpp and actionsEdit.cpp into toolsets.
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 15:18:41 +0300 |
Teemu Piippo |
Happy new year 2015
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 15:17:28 +0300 |
Teemu Piippo |
elif -> else if
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 15:01:10 +0300 |
Teemu Piippo |
Replaced Min/Max/Clamp/Abs with use of Qt versions of them.
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 04:53:37 +0300 |
Teemu Piippo |
Rename MainWindow files
|
file |
diff |
annotate
|
Sun, 30 Aug 2015 04:21:44 +0300 |
Teemu Piippo |
Removed all asserts from the code. Removed assert handling and the bomb box dialog.
|
file |
diff |
annotate
|
Sat, 29 Aug 2015 18:45:48 +0300 |
Teemu Piippo |
Refactor LDrawPathDialog and LDPaths
|
file |
diff |
annotate
|
Sat, 29 Aug 2015 17:07:39 +0300 |
Teemu Piippo |
Rename all .cc files to .cpp files.
|
file |
diff |
annotate
| base
|
Tue, 07 Jul 2015 21:35:20 +0300 |
Teemu Piippo |
Refactoring update.
|
file |
diff |
annotate
|
Tue, 03 Mar 2015 16:55:36 +0200 |
Teemu Piippo |
- renamed .cc files to .cpp
|
file |
diff |
annotate
| base
|
Fri, 13 Dec 2013 00:28:24 +0200 |
Santeri Piippo |
- Reworked primitive listing. No longer uses multi-threading.
|
file |
diff |
annotate
|
Thu, 12 Dec 2013 19:44:09 +0200 |
Santeri Piippo |
- LDFile renamed to LDDocument, file.h -> document.h
|
file |
diff |
annotate
|
Sat, 07 Dec 2013 01:08:52 +0200 |
Santeri Piippo |
renamed LDCndLine to LDCondLine
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 23:20:50 +0200 |
Santeri Piippo |
- upgraded the PROPERTY macro, resulting in a major code refactor
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 13:51:52 +0200 |
Santeri Piippo |
- ensured header files' guards start with LDFORGE_
|
file |
diff |
annotate
|
Fri, 18 Oct 2013 21:52:09 +0300 |
Santeri Piippo |
Added a crash catcher which trigger under Linux. It calls GDB and tries to get a backtrace. Also integrated assertion failure handling to this new system. Removed the print() function in the process (because the new bomb box uses a text edit and QTextDocuments's print method clashes with the macro and I figured it was a good idea to rid it anyway) and replaced all calls with log().
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 23:20:35 +0300 |
Santeri Piippo |
removed some custom functions in favor of Qt implementations
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 16:47:40 +0300 |
Santeri Piippo |
Removed the List -> QList alias, use QList directly
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 16:40:42 +0300 |
Santeri Piippo |
removed the List class in favor of QList
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 15:32:38 +0300 |
Santeri Piippo |
Finally got the ringfinder working! Working on integrating it to ring drawing...
|
file |
diff |
annotate
|
Sat, 05 Oct 2013 15:18:47 +0300 |
Santeri Piippo |
further cleansing - removed most uses of unsigned ints, removed list reversers
|
file |
diff |
annotate
|
Sat, 05 Oct 2013 12:51:13 +0300 |
Santeri Piippo |
a bit more cleanup
|
file |
diff |
annotate
|
Thu, 03 Oct 2013 20:56:20 +0300 |
Santeri Piippo |
last code reformatting i swear
|
file |
diff |
annotate
|