Thu, 05 Dec 2013 13:51:52 +0200 Santeri Piippo - ensured header files' guards start with LDFORGE_ 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 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 16:47:40 +0300 Santeri Piippo Removed the List -> QList alias, use QList directly 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 16:52:45 +0300 Santeri Piippo made LDFile interfacing a bit clearer file | diff | annotate
Sat, 24 Aug 2013 16:30:30 +0300 Santeri Piippo removed unused LabeledWidget 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: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 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, 17 Aug 2013 11:48:27 +0300 Santeri Piippo ask the user for isecalc's path if adding edges to intersector output and no path is defined file | diff | annotate
Sat, 17 Aug 2013 11:35:51 +0300 Santeri Piippo ask the user for ext prog paths instead of telling to go to configuration if no path is defined 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 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 01:33:11 +0300 Santeri Piippo Multiple file support works now! woo! file | diff | annotate
Mon, 15 Jul 2013 22:32:23 +0300 Santeri Piippo moved ext program action definitions to extprogs.cpp rather than proxying it through gui_editactions.cpp 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 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
Sat, 06 Jul 2013 03:24:39 +0300 Santeri Piippo Converted Ytruder interface to Designer UI file | diff | annotate
Sat, 06 Jul 2013 02:52:54 +0300 Santeri Piippo Completed Edger 2 interface file | diff | annotate
Tue, 02 Jul 2013 00:15:52 +0300 Santeri Piippo Nuked the obsolete radial type now file | diff | annotate
Thu, 27 Jun 2013 12:29:54 +0300 Santeri Piippo Exported Rectifier interface to .ui file file | diff | annotate
Thu, 27 Jun 2013 12:12:53 +0300 Santeri Piippo Converted Intersector UI, improved handling of failed ext program launches, fixed launch of non-wine programs file | diff | annotate
Thu, 27 Jun 2013 03:00:00 +0300 Santeri Piippo Converted Isecalc front-end dialog to Designer UI file | diff | annotate
Thu, 27 Jun 2013 02:46:12 +0300 Santeri Piippo Added an ui file for a to-be edger2 launcher file | diff | annotate
Fri, 21 Jun 2013 18:41:44 +0300 Santeri Piippo Added support for launching external programs with Wine file | diff | annotate
Sat, 15 Jun 2013 01:20:07 +0300 Santeri Piippo Converted from C-style fopen to the new File class 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 00:48:53 +0300 Santeri Piippo Reworked properties a bit file | diff | annotate
Sat, 01 Jun 2013 22:42:52 +0300 Santeri Piippo fixed: subfiles and radials couldn't be moved, made add-picking with control work again despite its double-use as range picking, changed 'Name' to 'Title' in new part dialog and widened it a bit 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
Sat, 01 Jun 2013 03:17:52 +0300 Santeri Piippo Purged out the old history code 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
Fri, 24 May 2013 04:34:20 +0300 Santeri Piippo Make LDOpenFile's members PROPERTIES file | diff | annotate
Sat, 18 May 2013 21:35:55 +0300 Santeri Piippo Added demote function for making conditional lines normal lines file | diff | annotate
Thu, 16 May 2013 22:59:10 +0300 Santeri Piippo Added dialog for rotation points 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 22:18:38 +0300 Santeri Piippo Added Isecalc interface file | diff | annotate
Tue, 14 May 2013 18:32:34 +0300 Santeri Piippo Added Coverer interface 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:23:01 +0300 Santeri Piippo Split some stuff into separate files 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
Thu, 09 May 2013 17:03:44 +0300 Santeri Piippo Further removal of hungarian notation file | diff | annotate
Thu, 09 May 2013 02:28:39 +0300 Santeri Piippo Speed up picking - no need to rebuild the object list as its contents do not change while picking. Fixed transparent stuff always being opaque (although it still appears messed up for some reason) file | diff | annotate
Wed, 08 May 2013 15:30:19 +0300 Santeri Piippo Move external prog actions into gui_actions.cpp because linking order changed 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
(0) tip

mercurial