overte/interface/src/ui
matsukaze 46d45a2d43 Job #19700 BUG: Crash in NodeBounds::draw() fixed.
QMap and QReadWriteLock are orthogonal. Combined them into a wrapper
class called NodeToJurisdictionMap, replacing typedef. This allows us to
avoid changing method signatures wherever NodeToJurisdictionMap is used.
The lock is bound with the map and is available to all clients of the
NodeToJurisdictionMap. The lock allows multi-threaded access to the map.

Fixed compiler warning in NodeBounds.cpp regarding loss of precision
during conversion of double to GLfloat.
2014-06-02 05:55:58 -04:00
..
overlays Renamed OverlayRenderer to ApplicationOverlay and moved it up a directory 2014-05-28 10:46:46 -07:00
AnimationsDialog.cpp We should let people "start" even if the animation is already playing (to 2014-05-22 17:05:28 -07:00
AnimationsDialog.h We should let people "start" even if the animation is already playing (to 2014-05-22 17:05:28 -07:00
ApplicationOverlay.cpp Renamed OverlayRenderer to ApplicationOverlay and moved it up a directory 2014-05-28 10:46:46 -07:00
ApplicationOverlay.h Renamed OverlayRenderer to ApplicationOverlay and moved it up a directory 2014-05-28 10:46:46 -07:00
AttachmentsDialog.cpp Remember attachment parameters per joint (as well as the last joint used) so 2014-05-12 12:16:30 -07:00
AttachmentsDialog.h Remember attachment parameters per joint (as well as the last joint used) so 2014-05-12 12:16:30 -07:00
BandwidthDialog.cpp run regex header replacement on all cpp files 2014-04-09 09:35:42 -07:00
BandwidthDialog.h fix header include guards via regex 2014-04-09 12:03:17 -07:00
BandwidthMeter.cpp More gettimeofday cleanup 2014-04-21 15:17:11 -07:00
BandwidthMeter.h Removed Systime.h includes 2014-04-21 17:23:06 -07:00
ChatInputArea.cpp Move ChatInputArea code in header to .cpp 2014-04-24 14:54:01 -07:00
ChatInputArea.h Move ChatInputArea code in header to .cpp 2014-04-24 14:54:01 -07:00
ChatMessageArea.cpp Update ChatMessageArea to open urls via Menu::openUrl 2014-04-17 15:19:13 -07:00
ChatMessageArea.h Remove insertFromMimeData override in ChatMessageArea 2014-04-24 14:54:26 -07:00
ChatWindow.cpp Merge pull request #2926 from ctrlaltdavid/chat_window 2014-05-27 10:07:34 -07:00
ChatWindow.h build fix 2014-05-06 01:05:04 +02:00
FlowLayout.cpp Moved the connection and configuration of XMPP to the log-in process. 2014-03-12 01:24:30 +02:00
FlowLayout.h Added a basic version of the chat window. 2014-03-12 01:24:30 +02:00
FramelessDialog.cpp Merge remote-tracking branch 'upstream/master' into RunningScripts 2014-04-29 16:28:36 -07:00
FramelessDialog.h Remove duplicate method declaration 2014-04-29 17:04:11 -07:00
ImportDialog.cpp run regex header replacement on all cpp files 2014-04-09 09:35:42 -07:00
ImportDialog.h fix header include guards via regex 2014-04-09 12:03:17 -07:00
InfoView.cpp run regex header replacement on all cpp files 2014-04-09 09:35:42 -07:00
InfoView.h fix header include guards via regex 2014-04-09 12:03:17 -07:00
JSConsole.cpp Update JSConsole colors 2014-05-27 14:09:53 -07:00
JSConsole.h Update JSConsole to QWidget 2014-05-27 08:03:46 -07:00
LodToolsDialog.cpp Adjust the size when we toggle the avatar LOD options. 2014-04-11 17:53:02 -07:00
LodToolsDialog.h Added tools to adjust avatar LOD to LOD tools dialog. Closes #2624. 2014-04-11 15:55:48 -07:00
LogDialog.cpp Fix scrolling of log data when Extra Debugging is enabled 2014-05-17 01:17:55 +05:30
LogDialog.h fix header include guards via regex 2014-04-09 12:03:17 -07:00
LoginDialog.cpp change node auth URL to data.highfidelity.io 2014-05-22 14:24:19 -07:00
LoginDialog.h Update layout of login messages and move text to .ui file 2014-04-28 13:16:50 -07:00
MetavoxelEditor.cpp run regex header replacement on all cpp files 2014-04-09 09:35:42 -07:00
MetavoxelEditor.h fix header include guards via regex 2014-04-09 12:03:17 -07:00
ModelsBrowser.cpp Added missing unlock that was causing a hang. 2014-05-19 12:48:26 -07:00
ModelsBrowser.h Working on allowing attachment models to be uploaded. 2014-05-04 15:23:31 -07:00
NodeBounds.cpp Job #19700 BUG: Crash in NodeBounds::draw() fixed. 2014-06-02 05:55:58 -04:00
NodeBounds.h Use char array instead of QString in NodeBounds 2014-05-16 13:21:10 -07:00
OAuthWebViewHandler.cpp don't force OAuthWebViewHandler to stay on top 2014-05-30 14:54:25 -07:00
OAuthWebViewHandler.h cleanup re-display of OAuthWebView 2014-05-01 12:44:42 -07:00
OctreeStatsDialog.cpp Job #19700 BUG: Crash in NodeBounds::draw() fixed. 2014-06-02 05:55:58 -04:00
OctreeStatsDialog.h fix header include guards via regex 2014-04-09 12:03:17 -07:00
PreferencesDialog.cpp Add 'Load default scripts' button to preferences 2014-05-28 15:27:50 -07:00
PreferencesDialog.h Allow users to set the destination of Snapshots 2014-04-15 19:36:02 +02:00
RearMirrorTools.cpp Merge branch 'master' of https://github.com/highfidelity/hifi 2014-04-09 15:10:48 -07:00
RearMirrorTools.h fix header include guards via regex 2014-04-09 12:03:17 -07:00
RunningScriptsWidget.cpp remove all key bindings from running scripts dialog 2014-05-28 23:19:15 +05:30
RunningScriptsWidget.h Fix running scripts not properly updated when done programmatically 2014-05-13 22:25:08 -07:00
ScriptEditBox.cpp - Style fixes 2014-05-01 21:07:46 +02:00
ScriptEditBox.h - Style fixes 2014-05-01 21:07:46 +02:00
ScriptEditorWidget.cpp Fixed script editor crash when script calls Script.stop(). Also made the 2014-05-22 12:45:36 -07:00
ScriptEditorWidget.h Fixed script editor crash when script calls Script.stop(). Also made the 2014-05-22 12:45:36 -07:00
ScriptEditorWindow.cpp Add console to script editor 2014-05-27 14:10:09 -07:00
ScriptEditorWindow.h EditorWindow on-top behavior fixed 2014-04-30 08:24:04 +02:00
ScriptLineNumberArea.cpp Fix warnings 2014-05-05 11:17:11 -07:00
ScriptLineNumberArea.h Fix warnings 2014-05-05 11:17:11 -07:00
ScriptsTableWidget.cpp Fix code not compliant with coding standards 2014-04-29 16:50:13 -07:00
ScriptsTableWidget.h Fix code not compliant with coding standards 2014-04-29 16:50:13 -07:00
Snapshot.cpp Merge branch 'master' of https://github.com/worklist/hifi into 19507 2014-05-03 09:52:19 +02:00
Snapshot.h Merge branch 'master' of https://github.com/worklist/hifi into 19507 2014-04-12 08:45:23 +02:00
SnapshotShareDialog.cpp add disabled state to Share button on click 2014-05-23 20:49:48 +02:00
SnapshotShareDialog.h minor code fixes 2014-05-08 20:54:28 +02:00
Stats.cpp more performance stats debugging 2014-05-29 17:41:40 -07:00
Stats.h add improved detailed rendering and FPS debugging stats 2014-05-29 12:12:23 -07:00
TextRenderer.cpp run regex header replacement on all cpp files 2014-04-09 09:35:42 -07:00
TextRenderer.h fix header include guards via regex 2014-04-09 12:03:17 -07:00
UpdateDialog.cpp run regex header replacement on all cpp files 2014-04-09 09:35:42 -07:00
UpdateDialog.h fix header include guards via regex 2014-04-09 12:03:17 -07:00