Mon, 27 Aug 2018 14:41:49 +0200 |
am |
Qt: refresh ok + mouse interaction ok
am-2
|
Mon, 27 Aug 2018 12:21:52 +0200 |
am |
first display in QCairoWidget; no mouse interaction yet
am-2
|
Fri, 24 Aug 2018 13:58:06 +0200 |
am |
renaming
am-2
|
Fri, 24 Aug 2018 13:52:55 +0200 |
am |
split SdlApplication into NativeApplication and SdlApplication
am-2
|
Fri, 24 Aug 2018 11:26:59 +0200 |
am |
force all Widgets to have a name to ease debugging
am-2
|
Fri, 24 Aug 2018 09:11:06 +0200 |
am |
fix
am-2
|
Thu, 23 Aug 2018 17:12:54 +0200 |
am |
OracleWebService and BasicSdlApplicationContext using the same global mutex
am-2
|
Thu, 23 Aug 2018 14:45:04 +0200 |
am |
backup (work in progress)
am-2
|
Wed, 22 Aug 2018 15:22:33 +0200 |
am |
indentation
am-2
|
Wed, 22 Aug 2018 15:08:15 +0200 |
am |
removed constness of the observable when emitting a message
am-2
|
Wed, 22 Aug 2018 14:59:20 +0200 |
am |
added declaretion of messages handled/emitted
am-2
|
Tue, 21 Aug 2018 18:14:22 +0200 |
am |
removed OrthancSlicesLoader::ISliceLoaderObserver; now using standard messages instead
am-2
|
Tue, 21 Aug 2018 16:48:25 +0200 |
am |
documented how to build the native sample
am-2
|
Tue, 21 Aug 2018 16:36:01 +0200 |
am |
documented how to compile and execute WASM samples
am-2
|
Fri, 20 Jul 2018 11:01:50 +0200 |
Sebastien Jodogne |
primitives for android ndk
|
Tue, 17 Jul 2018 18:28:12 +0200 |
am |
cleanup + todos
am-2
|
Tue, 17 Jul 2018 14:44:26 +0200 |
am |
removed unused file
am-2
|
Tue, 17 Jul 2018 14:43:42 +0200 |
am |
merge
am-2
|
Sat, 14 Jul 2018 11:20:07 +0200 |
Sebastien Jodogne |
fix
|
Tue, 10 Jul 2018 14:48:13 +0200 |
am |
first very basic version of SmartLoader
am-2
|
Tue, 10 Jul 2018 12:39:01 +0200 |
am |
using PAM
am-2
|
Wed, 04 Jul 2018 16:49:59 +0200 |
Sebastien Jodogne |
fix build if dcmtk is enabled
|
Tue, 03 Jul 2018 13:19:56 +0200 |
am |
fixes for WASM
am-2
|
Tue, 03 Jul 2018 11:49:02 +0200 |
am |
cleanup
am-2
|
Tue, 03 Jul 2018 10:48:47 +0200 |
am |
IObservable/IObserver now working in WASM too
am-2
|
Tue, 03 Jul 2018 10:26:56 +0200 |
am |
more usage of IObservable/IObserver
am-2
|
Mon, 02 Jul 2018 18:13:46 +0200 |
am |
first usage of new message system (in SDL only)
am-2
|
Mon, 02 Jul 2018 16:36:17 +0200 |
am |
added new Observable/Observer & MessageBroker (not used yet)
am-2
|
Mon, 02 Jul 2018 12:45:40 +0200 |
am |
merged useful changes from branch am
am-2
|
Mon, 02 Jul 2018 12:33:56 +0200 |
am |
created a new branch to try another type of Message Broker (instead of boost::signals2)
am-2
|
Mon, 02 Jul 2018 12:32:02 +0200 |
am |
trying to use boost::signals2 even more.
am
|
Tue, 26 Jun 2018 13:55:17 +0200 |
am |
first usage of boost::signals2
am
|
Wed, 20 Jun 2018 15:59:52 +0200 |
am |
register observer
am
|
Wed, 20 Jun 2018 14:56:52 +0200 |
am |
cleanup
am
|
Wed, 20 Jun 2018 14:27:06 +0200 |
am |
cleanup
am
|
Wed, 20 Jun 2018 14:20:55 +0200 |
am |
improved SDL/Wasm unification
am
|
Wed, 20 Jun 2018 09:50:25 +0200 |
am |
share tsconfig files between samples
am
|
Wed, 20 Jun 2018 09:43:36 +0200 |
am |
orthancBaseUrl is now configurable
am
|
Wed, 20 Jun 2018 09:26:15 +0200 |
am |
fix hgignore
am
|
Wed, 20 Jun 2018 09:25:39 +0200 |
am |
SimpleViewer demo running both with SDL and Wasm
am
|
Wed, 20 Jun 2018 09:03:48 +0200 |
am |
SimpleViewer demo running both with SDL and Wasm
am
|
Tue, 19 Jun 2018 16:06:32 +0200 |
am |
renamed folder
am
|
Tue, 19 Jun 2018 16:02:41 +0200 |
am |
Added SimpleViewerApplication (working in SDL)
am
|
Fri, 15 Jun 2018 16:36:29 +0200 |
am |
configure WasmViewport size relative to window size through html attributes
am
|
Fri, 15 Jun 2018 14:29:25 +0200 |
am |
added layout to VSOL, SDL & wasm working
am
|
Fri, 15 Jun 2018 11:23:04 +0200 |
am |
don't cache hasUpdate_ since its not updated when we update the underlying hierarchy (i.e: when the child of a layout is a layout without child when it is added but childs are added later ...)
am
|
Thu, 14 Jun 2018 18:49:19 +0200 |
am |
viewport is now part of the Application itself and not global anymore
am
|
Thu, 14 Jun 2018 17:14:10 +0200 |
am |
wasm-application.js is now in ts
am
|
Thu, 14 Jun 2018 16:51:43 +0200 |
am |
ScheduleRedraw can handle multiple viewports
am
|
Thu, 14 Jun 2018 15:06:29 +0200 |
am |
WasmViewport is no more a singleton
am
|
Thu, 14 Jun 2018 13:28:40 +0200 |
am |
getting ready for multiple viewports
am
|
Thu, 14 Jun 2018 12:32:08 +0200 |
am |
WasmViewport in ts
am
|
Thu, 14 Jun 2018 11:22:03 +0200 |
am |
fix
am
|
Thu, 14 Jun 2018 10:58:38 +0200 |
am |
refactoring continued - not working
am
|
Thu, 14 Jun 2018 10:57:02 +0200 |
am |
refactoring continued - not working
am
|
Tue, 12 Jun 2018 17:21:15 +0200 |
am |
continued: reusable applications
am
|