Sat, 07 Dec 2013 01:03:17 +0200 |
Santeri Piippo |
more stuff
|
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
|
Fri, 06 Dec 2013 00:29:44 +0200 |
Santeri Piippo |
- Renamed common.h to main.h, split the PROPERTY macro and supporting macros to property.h
|
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 21:39:20 +0300 |
Santeri Piippo |
- Added new actions "Hide" and "Reveal" which allow direct setting of objects' visibility setting instead of toggling it.
|
file |
diff |
annotate
|
Tue, 22 Oct 2013 19:33:41 +0300 |
Santeri Piippo |
fixed: deleting objects would trigger a crash
|
file |
diff |
annotate
|
Tue, 22 Oct 2013 19:22:15 +0300 |
Santeri Piippo |
style corrections
|
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
|
Fri, 18 Oct 2013 22:30:08 +0300 |
Santeri Piippo |
now displays build type in the window title (unless a release build of a release), fixed some macro shenanigans
|
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 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
|
Thu, 03 Oct 2013 18:07:06 +0300 |
Santeri Piippo |
Added a new editing mode for drawing circles.
|
file |
diff |
annotate
|
Sun, 22 Sep 2013 23:27:07 +0300 |
Santeri Piippo |
it's LDForge's 1st birthday!
|
file |
diff |
annotate
|
Sat, 07 Sep 2013 16:40:05 +0300 |
Santeri Piippo |
Further work on VAO rendering
|
file |
diff |
annotate
|
Sat, 24 Aug 2013 16:52:45 +0300 |
Santeri Piippo |
made LDFile interfacing a bit clearer
|
file |
diff |
annotate
|
Sat, 24 Aug 2013 15:00:46 +0300 |
Santeri Piippo |
rework quick color code a tad
|
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 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 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
|
Tue, 06 Aug 2013 16:23:16 +0300 |
Santeri Piippo |
updates to recent files menu
|
file |
diff |
annotate
|
Fri, 02 Aug 2013 16:33:30 +0300 |
Santeri Piippo |
style cleanup - it should be all unified now
|
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 03:44:38 +0300 |
Santeri Piippo |
Don't recompile everything when using quick colors, this speeds things up a little
|
file |
diff |
annotate
|
Thu, 01 Aug 2013 03:32:57 +0300 |
Santeri Piippo |
more cleanup
|
file |
diff |
annotate
|
Thu, 01 Aug 2013 03:26:47 +0300 |
Santeri Piippo |
cleanup
|
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
|
Thu, 18 Jul 2013 13:13:26 +0300 |
Santeri Piippo |
stuff
|
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 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 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 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, 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 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
|
Sat, 13 Jul 2013 17:35:38 +0300 |
Santeri Piippo |
Reformatting..
|
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
|
Sun, 07 Jul 2013 15:08:38 +0300 |
Santeri Piippo |
Removed the two string arrays containing object types and icon names, moved these as LDObjects' virtual functions
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 03:36:30 +0300 |
Santeri Piippo |
Cleaned up the toolbars, removed clutter by removing most of the not-so-often-used items
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 03:25:28 +0300 |
Santeri Piippo |
removed the history dialog, it doesn't fit in with the new history system
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 03:14:20 +0300 |
Santeri Piippo |
dded an action to quickly toggle BFC red/green view.
|
file |
diff |
annotate
|
Sun, 07 Jul 2013 03:03:39 +0300 |
Santeri Piippo |
uh, stuff
|
file |
diff |
annotate
|
Sat, 06 Jul 2013 04:00:50 +0300 |
Santeri Piippo |
fixed: stuff that was changed during file open was written to history
|
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 18:03:22 +0300 |
Santeri Piippo |
Converted the config dialog to a designer UI file
|
file |
diff |
annotate
|