Fri, 10 Jan 2014 15:48:40 +0200 |
Santeri Piippo |
- added a type alias LDObjectList
|
file |
diff |
annotate
|
Fri, 10 Jan 2014 03:35:50 +0200 |
Santeri Piippo |
- configuration is now always situated and read from the application working directory
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 12:21:46 +0200 |
Santeri Piippo |
- removed the 'str' typedef, use QString directly
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 11:56:26 +0200 |
Santeri Piippo |
- some cleanup
|
file |
diff |
annotate
|
Tue, 07 Jan 2014 08:53:27 +0200 |
Santeri Piippo |
- reformatting
|
file |
diff |
annotate
|
Wed, 01 Jan 2014 00:25:01 +0200 |
Santeri Piippo |
- updated copyright year. Best wishes for 2014!
|
file |
diff |
annotate
|
Mon, 23 Dec 2013 16:10:36 +0200 |
Santeri Piippo |
- refactored config code
|
file |
diff |
annotate
|
Mon, 23 Dec 2013 10:57:54 +0200 |
Santeri Piippo |
- removed the horrible actions.h hack in favor of usage of Qt's meta object system
|
file |
diff |
annotate
|
Fri, 20 Dec 2013 04:03:48 +0200 |
Santeri Piippo |
- added selection auto-subfiling(!)
|
file |
diff |
annotate
|
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
|
Fri, 06 Dec 2013 20:53:36 +0200 |
Santeri Piippo |
- Improved coordinate rounding, replaced the hack with a proper implementation, now rounds properly and works on subfiles as well
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 23:42:39 +0200 |
Santeri Piippo |
- Changed the callback parm of PROPERTY to a stock/custom write method argument.
|
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
|
Tue, 22 Oct 2013 22:09:53 +0300 |
Santeri Piippo |
Made rotation/pan/zoom values camera-dependant (so now there's 7 sets of them instead of 1)
|
file |
diff |
annotate
|
Tue, 22 Oct 2013 13:40:16 +0300 |
Santeri Piippo |
- migrated selection from ForgeWindow to individual LDFiles. Should've done this long ago.
|
file |
diff |
annotate
|
Wed, 16 Oct 2013 16:47:40 +0300 |
Santeri Piippo |
Removed the List -> QList alias, use QList directly
|
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
|
Thu, 03 Oct 2013 20:56:20 +0300 |
Santeri Piippo |
last code reformatting i swear
|
file |
diff |
annotate
|
Sat, 24 Aug 2013 15:00:46 +0300 |
Santeri Piippo |
rework quick color code a tad
|
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 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
|
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, 16 Jul 2013 19:35:41 +0300 |
Santeri Piippo |
Further restructure, removed GUI toolbar icon size slider (always 22x22 now)
|
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:07:49 +0300 |
Santeri Piippo |
updates on file list
|
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 19:30:16 +0300 |
Santeri Piippo |
Converted ForgeWindow to Designer UI(!)
|
file |
diff |
annotate
|
Mon, 08 Jul 2013 01:36:12 +0300 |
Santeri Piippo |
Renamed the color class to LDColor for clarity
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 23:17:17 +0300 |
Santeri Piippo |
when inlining (as an action), reinterpret the inlinees so that there's not any pointer mess-ups
|
file |
diff |
annotate
|
Sat, 06 Jul 2013 03:06:00 +0300 |
Santeri Piippo |
Further verbosity, #ifdef the test axle pic out of release builds
|
file |
diff |
annotate
|
Thu, 04 Jul 2013 21:01:52 +0300 |
Santeri Piippo |
Converted overlay prompt
|
file |
diff |
annotate
|
Thu, 04 Jul 2013 18:03:22 +0300 |
Santeri Piippo |
Converted the config dialog to a designer UI file
|
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
|
Mon, 01 Jul 2013 23:07:35 +0300 |
Santeri Piippo |
Begin converting the radial type into a primitive generator
|
file |
diff |
annotate
|
Sat, 15 Jun 2013 04:20:44 +0300 |
Santeri Piippo |
Added primitive scanning, replaced parts list in subfile add dialog with it
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 16:00:54 +0300 |
Santeri Piippo |
Converted to 16-bit strings.. again
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 16:16:55 +0300 |
Santeri Piippo |
Objects can now be edited by double-clicking on them in the object list view
|
file |
diff |
annotate
|
Sat, 01 Jun 2013 20:09:31 +0300 |
Santeri Piippo |
Make LDObject's color and parent properties with accessors
|
file |
diff |
annotate
|
Fri, 24 May 2013 20:38:55 +0300 |
Santeri Piippo |
Added method for zooming to fit, fixed zoom being inappropriate when parts are first loaded
|
file |
diff |
annotate
|
Fri, 24 May 2013 15:38:23 +0300 |
Santeri Piippo |
Take the aforementioned operator<< into use
|
file |
diff |
annotate
|
Fri, 24 May 2013 15:23:56 +0300 |
Santeri Piippo |
Made a vector class which wraps around std::vector... finally I have an operator<< for the thing.
|
file |
diff |
annotate
|
Tue, 21 May 2013 18:38:06 +0300 |
Santeri Piippo |
Added fatal error message box for the.. fatal stuff. Windows isn't really good at conveying error messages, converted actions into a C-style array because I've had a ton of problems with the vector approach (it gets zeroed when it shouldn't be..)
|
file |
diff |
annotate
|
Tue, 21 May 2013 14:02:18 +0300 |
Santeri Piippo |
Added support for overpaint-less mode since I'm having serious trouble with that
|
file |
diff |
annotate
|
Sun, 19 May 2013 13:13:40 +0300 |
Santeri Piippo |
Added version moniker
|
file |
diff |
annotate
|
Wed, 15 May 2013 01:25:04 +0300 |
Santeri Piippo |
Made drawing an edit mode, allowing me to add more modes in the future
|
file |
diff |
annotate
|
Tue, 14 May 2013 18:00:50 +0300 |
Santeri Piippo |
Un-templated CheckBoxGroup, moved it and RadioButton into widgets.cpp/widgets.h; removed license text tab because I think LICENSE is enough.
|
file |
diff |
annotate
|
Tue, 14 May 2013 03:49:15 +0300 |
Santeri Piippo |
Made Qt file includes more proper (<QLineEdit> instead of <qlineedit.h>), merged setContentsDialog.cpp into dialogs.cpp
|
file |
diff |
annotate
|
Tue, 14 May 2013 03:23:01 +0300 |
Santeri Piippo |
Split some stuff into separate files
|
file |
diff |
annotate
|
Mon, 13 May 2013 19:53:22 +0300 |
Santeri Piippo |
Fixed coordconv3_2 algorithm, plane drawing works on any of the fixed cameras now.
|
file |
diff |
annotate
|
Sun, 12 May 2013 20:21:44 +0300 |
Santeri Piippo |
Split inverting into methods into LDObject and its subclasses, fixed a rather severe memory leak issue (GL display lists weren't being removed properly)
|
file |
diff |
annotate
|
Fri, 10 May 2013 21:45:36 +0300 |
Santeri Piippo |
Added tool for replacing coordinate values
|
file |
diff |
annotate
|
Fri, 10 May 2013 17:39:56 +0300 |
Santeri Piippo |
Rewrote the string class with a simpler version. The old one was more than probably leaking water like a boat with an elephant on board...
|
file |
diff |
annotate
|
Thu, 09 May 2013 03:58:51 +0300 |
Santeri Piippo |
Make quick color toolbar use QToolButtons, make color selector's process of making color icons a method and use that for generic color icons
|
file |
diff |
annotate
|
Wed, 08 May 2013 15:19:06 +0300 |
Santeri Piippo |
Moved source files to src/, removed zz_ prefix off dialog files.
|
file |
diff |
annotate
|