Mercurial
>
ldforge
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
err
2013-08-24
, by Santeri Piippo
rework quick color code a tad
2013-08-24
, by Santeri Piippo
rename RadioBox to RadioGroup
2013-08-23
, by Santeri Piippo
bit of a clarification
2013-08-22
, by Santeri Piippo
fixed: couldn't open larger files because of a type mismatch in moc method calling, leading into runtime problems
2013-08-22
, by Santeri Piippo
fixed: front and back camera wouldn't render anything
2013-08-22
, by 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?
2013-08-22
, by Santeri Piippo
add .kdev_include_paths to gitignore
2013-08-22
, by Santeri Piippo
Changed build system from qmake to CMake.
2013-08-22
, by Santeri Piippo
merged aboutDialog.cpp to dialogs.cpp
2013-08-22
, by Santeri Piippo
stuff
2013-08-21
, by 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
2013-08-21
, by Santeri Piippo
more changes. Spawn the config prompt on first start, on the profile tab. gl_colorbfc and gl_blackedges now default to false.
2013-08-21
, by Santeri Piippo
woo smallification!
2013-08-20
, by Santeri Piippo
Added ListConfig type, using it in recent files now
2013-08-20
, by Santeri Piippo
minor cleanup
2013-08-20
, by Santeri Piippo
removed broken config type check
2013-08-20
, by Santeri Piippo
added profile data auto-filling
2013-08-20
, by Santeri Piippo
ensure that all Configs are polymorphic
2013-08-20
, by Santeri Piippo
bit more cleanup
2013-08-20
, by Santeri Piippo
- added "Go to line" action, renamed the config classes to proper camelcase
2013-08-20
, by Santeri Piippo
Cut the Object-suffix from LDObject types, it doesn't help things at all
2013-08-18
, by Santeri Piippo
Use QFlags for the inlining flags, type-safety++
2013-08-18
, by 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.
2013-08-18
, by Santeri Piippo
added support for logoed studs
2013-08-18
, by Santeri Piippo
more cleanup
2013-08-18
, by Santeri Piippo
Code formatting: use same separators everywhere, remove extra spaces from license headers, simplified message manager api a bit
2013-08-18
, by Santeri Piippo
ask the user for isecalc's path if adding edges to intersector output and no path is defined
2013-08-17
, by Santeri Piippo
added missing UI file
2013-08-17
, by Santeri Piippo
ask the user for ext prog paths instead of telling to go to configuration if no path is defined
2013-08-17
, by Santeri Piippo
minor change
2013-08-16
, by Santeri Piippo
made config dialog default to the correct tab again
2013-08-16
, by Santeri Piippo
made downloaded files be stored into recent files
2013-08-16
, by Santeri Piippo
Use a busy cursor while compiling all
2013-08-16
, by Santeri Piippo
Use brighter text color with dark backgrounds for the message manager
2013-08-16
, by Santeri Piippo
::getIndex() should never return -1 if ::file() is not null so no check needed there..
2013-08-16
, by Santeri Piippo
fixed: LDObject's various methods still assumed that the current file wouldn't change
2013-08-16
, by Santeri Piippo
Added action "add history line" for adding new history entries
2013-08-16
, by Santeri Piippo
rework
2013-08-16
, by Santeri Piippo
Picking now works with the VAO setup
2013-08-09
, by Santeri Piippo
BIG COMMIT -- Moving from display lists to VAOs.
2013-08-09
, by Santeri Piippo
camera icons now draw real tooltips instead of faking them
2013-08-07
, by Santeri Piippo
fixed crashing with inlining
2013-08-06
, by Santeri Piippo
updates to recent files menu
2013-08-06
, by Santeri Piippo
corrected problems with the version string
2013-08-06
, by Santeri Piippo
Converted configuration code to use QSettings.
2013-08-06
, by Santeri Piippo
Merged PartDownloader into the prompt and renamed the prompt to PartDownloader
2013-08-03
, by Santeri Piippo
now with changelog entry
2013-08-03
, by Santeri Piippo
Moved the alias macro to common.h
2013-08-03
, by Santeri Piippo
finalized downloading
2013-08-03
, by Santeri Piippo
stability to downloading
2013-08-02
, by Santeri Piippo
added config option, refined logic and regexps. This behaves coherently now. :)
2013-08-02
, by Santeri Piippo
More work on downloading
2013-08-02
, by Santeri Piippo
handle errors
2013-08-02
, by Santeri Piippo
now actually downloads parts
2013-08-02
, by Santeri Piippo
added missing files
2013-08-02
, by Santeri Piippo
Begin groundwork on downloading from ldraw.org
2013-08-02
, by Santeri Piippo
Create README.md
2013-08-02
, by Santeri Piippo
Angles need to be reset when changing the current file too
2013-08-02
, by Santeri Piippo
Fixed crash on opening a file
2013-08-02
, by Santeri Piippo
style cleanup - it should be all unified now
2013-08-02
, by Santeri Piippo
chglog
2013-08-02
, by Santeri Piippo
If the vertex snapper finds a vertex closer than 4 pixels, it likely is the vertex being looked for and the algorithm can terminate early, hopefully this will save a few cycles on large parts.
2013-08-02
, by Santeri Piippo
added support for BFC CLIP/NOCLIP
2013-08-02
, by Santeri Piippo
Added an option for listing implicit files
2013-08-01
, by Santeri Piippo
Added an action for creating a new, blank file, improved multi-file stability
2013-08-01
, by Santeri Piippo
No need to test whether it's safe to close all when creating a new part anymore, since it no longer closes anything.
2013-08-01
, by Santeri Piippo
some further little optimization
2013-08-01
, by Santeri Piippo
Don't recompile everything when using quick colors, this speeds things up a little
2013-08-01
, by Santeri Piippo
more cleanup
2013-08-01
, by Santeri Piippo
cleanup
2013-08-01
, by Santeri Piippo
Include the moc files in the source cpp files to reduce compile time
2013-07-31
, by Santeri Piippo
Renamed LDOpenFile to LDFile
2013-07-31
, by Santeri Piippo
- fixed: checking the hi-res option would not allow segment values over 16.
2013-07-30
, by Santeri Piippo
primitive generator: added support for multiple spaces before primitive numbers, add "Hi-Res" to the names of 48/ primitives
2013-07-30
, by Santeri Piippo
Separated LDConfig.ldr-specific stuff to ldconfig.cpp/h
2013-07-30
, by Santeri Piippo
commentary++
2013-07-30
, by Santeri Piippo
cosmetics
2013-07-30
, by Santeri Piippo
Made File::iterator private - it's used only for range-for loops so it should not be used by anything else than File itself.
2013-07-30
, by Santeri Piippo
Renamed vector to List, changed it to wrap around std::deque.
2013-07-30
, by Santeri Piippo
Use repaint() instead of update() when redrawing the scene after a pick so that the new scene is repainted immediately.
2013-07-30
, by Santeri Piippo
Fixed crashing when closing all
2013-07-29
, by Santeri Piippo
stuff
2013-07-18
, by Santeri Piippo
restyle
2013-07-16
, by Santeri Piippo
Apply the proper edge color in the color sector too
2013-07-16
, by Santeri Piippo
restyle colorselectdialog.cpp
2013-07-16
, by Santeri Piippo
Further restructure, removed GUI toolbar icon size slider (always 22x22 now)
2013-07-16
, by Santeri Piippo
fixed: the list view couldn't select multiple items anymore
2013-07-16
, by Santeri Piippo
some rework with closing files, not right there, seems
2013-07-16
, by Santeri Piippo
change camera to top if switching to draw mode in free camera
2013-07-15
, by Santeri Piippo
Finalized multi-file behavior. The future is here! :P
2013-07-15
, by Santeri Piippo
behavior update
2013-07-15
, by Santeri Piippo
Added actions for saving all files, closing and closing all files
2013-07-15
, by Santeri Piippo
Multiple file support works now! woo!
2013-07-15
, by Santeri Piippo
moved ext program action definitions to extprogs.cpp rather than proxying it through gui_editactions.cpp
2013-07-15
, by Santeri Piippo
fixed config dialog crashing
2013-07-15
, by Santeri Piippo
Shortcuts are now properly loaded again
2013-07-15
, by Santeri Piippo
updates on file list
2013-07-15
, by Santeri Piippo
File list is populated now..
2013-07-15
, by Santeri Piippo
Converted ForgeWindow to Designer UI(!)
2013-07-15
, by Santeri Piippo
restructure; removed g_BBox
2013-07-15
, by Santeri Piippo
Moved the bbox class to types
2013-07-15
, by Santeri Piippo
Made the pointer to current file a private member of an anonymous shell class, thus getting accessors
2013-07-15
, by Santeri Piippo
more formatting
2013-07-13
, by 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
2013-07-13
, by Santeri Piippo
Reformatting..
2013-07-13
, by Santeri Piippo
Bump version to 0.2.999-intern now that 0.2-alpha is out.
2013-07-09
, by Santeri Piippo
Tag 0.2 alpha
2013-07-09
, by Santeri Piippo
Fixed compilation under windows/qt5
2013-07-09
, by Santeri Piippo
added missing openprogress.ui
2013-07-09
, by Santeri Piippo
make aborting work in the new setup
2013-07-09
, by Santeri Piippo
make file loading be done properly as just a QObject rather than multi-threaded..
2013-07-09
, by Santeri Piippo
handle empty lines better
2013-07-09
, by Santeri Piippo
Use system clipboard rather than an internal one
2013-07-09
, by Santeri Piippo
apply the c++11 'override' keyword to overriding virtual functions
2013-07-08
, by Santeri Piippo
fixed: history is supposed to be closed by default
2013-07-07
, by Santeri Piippo
further work on primitive cond-lines. I think I got it now.
2013-07-07
, by Santeri Piippo
Renamed the color class to LDColor for clarity
2013-07-07
, by Santeri Piippo
primitive generator: add conditional lines to cylinders; improved bad color handling
2013-07-07
, by Santeri Piippo
Added history functionality for swapping
2013-07-07
, by Santeri Piippo
less
more
|
(0)
-120
+120
tip