changelog
    
    
    - Tue, 22 Oct 2013 21:39:20 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 21:39:20 +0300] rev 530
 
    - - Added new actions "Hide" and "Reveal" which allow direct setting of objects' visibility setting instead of toggling it.
 
    - Tue, 22 Oct 2013 21:03:57 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 21:03:57 +0300] rev 529
 
    - added a configuration option for line anti-aliasing
 
    - Tue, 22 Oct 2013 19:33:41 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 19:33:41 +0300] rev 528
 
    - fixed: deleting objects would trigger a crash
 
    - Tue, 22 Oct 2013 19:28:45 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 19:28:45 +0300] rev 527
 
    - more minor changes
 
    - Tue, 22 Oct 2013 19:22:15 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 19:22:15 +0300] rev 526
 
    - style corrections
 
    - Tue, 22 Oct 2013 13:53:24 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 13:53:24 +0300] rev 525
 
    - i'm dumb
 
    - Tue, 22 Oct 2013 13:49:55 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 13:49:55 +0300] rev 524
 
    - also removed the if() case mentioned in the prior commit from addObjectDialog.cpp. :P
 
    - Tue, 22 Oct 2013 13:47:41 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 13:47:41 +0300] rev 523
 
    - enclosed the assert replacement in braces. In release mode, the assert is replaced with nothing and there's a little bit of code in addObjectDialog which uses it as a statement in an one-line if(). With the assert disappearing in release builds this triggered a GCC warning, as the if would be left without a body.
 
    - Tue, 22 Oct 2013 13:40:16 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Tue, 22 Oct 2013 13:40:16 +0300] rev 522
 
    - - migrated selection from ForgeWindow to individual LDFiles. Should've done this long ago.
- added an operator== for matrix to make stuff actually compile 
    - Sat, 19 Oct 2013 02:33:08 +0300
 
    - by Santeri Piippo <crimsondusk64@gmail.com> [Sat, 19 Oct 2013 02:33:08 +0300] rev 521
 
    - changeProperty(): don't change the property if the value would not change, this should save some procecssing..