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
|
Sun, 22 Sep 2013 23:27:07 +0300 |
Santeri Piippo |
it's LDForge's 1st birthday!
|
file |
diff |
annotate
|
Mon, 09 Sep 2013 23:35:32 +0300 |
Santeri Piippo |
Stuff
|
file |
diff |
annotate
|
Sat, 24 Aug 2013 16:52:45 +0300 |
Santeri Piippo |
made LDFile interfacing a bit clearer
|
file |
diff |
annotate
|
Fri, 23 Aug 2013 01:20:09 +0300 |
Santeri Piippo |
bit of a clarification
|
file |
diff |
annotate
|
Fri, 23 Aug 2013 01:04:13 +0300 |
Santeri Piippo |
fixed: couldn't open larger files because of a type mismatch in moc method calling, leading into runtime problems
|
file |
diff |
annotate
|
Thu, 22 Aug 2013 20:39:26 +0300 |
Santeri Piippo |
Apparently CMake requires the moc files to be compiled separately.. qt4_wrap_cpp does nothing if I don't include the results in the executable... why?
|
file |
diff |
annotate
|
Thu, 22 Aug 2013 20:24:16 +0300 |
Santeri Piippo |
Changed build system from qmake to CMake.
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 14:07:02 +0300 |
Santeri Piippo |
stuff
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 11:09:39 +0300 |
Santeri Piippo |
Fixed crash with closing: since logoed studs are now loaded, the first file in g_loadedFiles is not explicit anymore. the closing code assumed this
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 01:13:52 +0300 |
Santeri Piippo |
Added ListConfig type, using it in recent files now
|
file |
diff |
annotate
|
Tue, 20 Aug 2013 14:47:21 +0300 |
Santeri Piippo |
- added "Go to line" action, renamed the config classes to proper camelcase
|
file |
diff |
annotate
|
Sun, 18 Aug 2013 17:53:23 +0300 |
Santeri Piippo |
Cut the Object-suffix from LDObject types, it doesn't help things at all
|
file |
diff |
annotate
|
Sun, 18 Aug 2013 17:38:33 +0300 |
Santeri Piippo |
Use QFlags for the inlining flags, type-safety++
|
file |
diff |
annotate
|
Sun, 18 Aug 2013 17:30:58 +0300 |
Santeri Piippo |
Rewrote stud logo support, restructuring inlining stuff in the process. Logoed studs must only be used for rendering scenes, otherwise they will for instance get inlined in and that's not desired, or the vertex snapper will catch onto the logo's coordinates.
|
file |
diff |
annotate
|
Sun, 18 Aug 2013 16:33:38 +0300 |
Santeri Piippo |
added support for logoed studs
|
file |
diff |
annotate
|
Sun, 18 Aug 2013 15:33:00 +0300 |
Santeri Piippo |
Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit
|
file |
diff |
annotate
|
Sat, 03 Aug 2013 02:18:41 +0300 |
Santeri Piippo |
stability to downloading
|
file |
diff |
annotate
|
Sat, 03 Aug 2013 00:56:02 +0300 |
Santeri Piippo |
added config option, refined logic and regexps. This behaves coherently now. :)
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 23:24:49 +0300 |
Santeri Piippo |
More work on downloading
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 16:39:46 +0300 |
Santeri Piippo |
Angles need to be reset when changing the current file too
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 16:36:38 +0300 |
Santeri Piippo |
Fixed crash on opening a file
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 16:33:30 +0300 |
Santeri Piippo |
style cleanup - it should be all unified now
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 13:58:14 +0300 |
Santeri Piippo |
added support for BFC CLIP/NOCLIP
|
file |
diff |
annotate
|
Thu, 01 Aug 2013 17:00:14 +0300 |
Santeri Piippo |
Added an option for listing implicit files
|
file |
diff |
annotate
|
Thu, 01 Aug 2013 16:05:31 +0300 |
Santeri Piippo |
Added an action for creating a new, blank file, improved multi-file stability
|
file |
diff |
annotate
|
Thu, 01 Aug 2013 02:49:42 +0300 |
Santeri Piippo |
Include the moc files in the source cpp files to reduce compile time
|
file |
diff |
annotate
|
Thu, 01 Aug 2013 02:33:07 +0300 |
Santeri Piippo |
Renamed LDOpenFile to LDFile
|
file |
diff |
annotate
|
Tue, 30 Jul 2013 07:38:08 +0300 |
Santeri Piippo |
Renamed vector to List, changed it to wrap around std::deque.
|
file |
diff |
annotate
|
Tue, 30 Jul 2013 07:16:48 +0300 |
Santeri Piippo |
Use repaint() instead of update() when redrawing the scene after a pick so that the new scene is repainted immediately.
|
file |
diff |
annotate
|
Tue, 30 Jul 2013 02:27:12 +0300 |
Santeri Piippo |
Fixed crashing when closing all
|
file |
diff |
annotate
|
Tue, 16 Jul 2013 03:12:03 +0300 |
Santeri Piippo |
some rework with closing files, not right there, seems
|
file |
diff |
annotate
|
Tue, 16 Jul 2013 02:45:13 +0300 |
Santeri Piippo |
Finalized multi-file behavior. The future is here! :P
|
file |
diff |
annotate
|
Tue, 16 Jul 2013 02:09:22 +0300 |
Santeri Piippo |
behavior update
|
file |
diff |
annotate
|
Tue, 16 Jul 2013 02:06:30 +0300 |
Santeri Piippo |
Added actions for saving all files, closing and closing all files
|
file |
diff |
annotate
|
Tue, 16 Jul 2013 01:33:11 +0300 |
Santeri Piippo |
Multiple file support works now! woo!
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 22:25:00 +0300 |
Santeri Piippo |
Shortcuts are now properly loaded again
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 20:45:26 +0300 |
Santeri Piippo |
File list is populated now..
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 14:43:29 +0300 |
Santeri Piippo |
restructure; removed g_BBox
|
file |
diff |
annotate
|
Mon, 15 Jul 2013 13:50:12 +0300 |
Santeri Piippo |
Made the pointer to current file a private member of an anonymous shell class, thus getting accessors
|
file |
diff |
annotate
|
Sat, 13 Jul 2013 21:21:33 +0300 |
Santeri Piippo |
more formatting
|
file |
diff |
annotate
|
Sat, 13 Jul 2013 19:02:48 +0300 |
Santeri Piippo |
Appended 'Object' to the names of all LDObject derivatives so even though the LD prefix isn't reserved for just LDObjects anymore, these classes remain distinct
|
file |
diff |
annotate
|
Wed, 10 Jul 2013 02:17:23 +0300 |
Santeri Piippo |
Fixed compilation under windows/qt5
|
file |
diff |
annotate
|
Wed, 10 Jul 2013 01:50:24 +0300 |
Santeri Piippo |
make aborting work in the new setup
|
file |
diff |
annotate
|
Wed, 10 Jul 2013 01:40:59 +0300 |
Santeri Piippo |
make file loading be done properly as just a QObject rather than multi-threaded..
|
file |
diff |
annotate
|
Mon, 08 Jul 2013 01:29:28 +0300 |
Santeri Piippo |
primitive generator: add conditional lines to cylinders; improved bad color handling
|
file |
diff |
annotate
|
Thu, 04 Jul 2013 03:05:39 +0300 |
Santeri Piippo |
Re-added the message log, now draws into the viewport
|
file |
diff |
annotate
|
Wed, 03 Jul 2013 00:43:27 +0300 |
Santeri Piippo |
Apply tr() for possible future translations
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 23:40:27 +0300 |
Santeri Piippo |
rework aborting.. I'm still not sure I'm doing it right, though.
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 23:29:57 +0300 |
Santeri Piippo |
Show values in file opening prompt
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 23:02:53 +0300 |
Santeri Piippo |
simplify a bit
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 22:53:20 +0300 |
Santeri Piippo |
Added ability to load the overlay meta
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 21:39:47 +0300 |
Santeri Piippo |
Made overlay data be contained in the part files, still wip
|
file |
diff |
annotate
|
Tue, 02 Jul 2013 00:15:52 +0300 |
Santeri Piippo |
Nuked the obsolete radial type now
|
file |
diff |
annotate
|