Search found 52 matches

by Eli2
27 Nov 2012, 12:51
Forum: Editor Development
Topic: Editor Restart
Replies: 7
Views: 5916

Re: Editor Restart

If you want multiple views on the same data, having a single view model was the only sane way i saw to update all views if you change the data in one view (that already worked, also multiple views was working). For the single record type editors, the plan was to fetch a "managed" record fr...
by Eli2
26 Nov 2012, 23:15
Forum: Editor Development
Topic: Editor Restart
Replies: 7
Views: 5916

Re: Editor Restart

Can you tell me the design flaws that made it necessary to start a new branch from scratch?
by Eli2
14 Oct 2012, 02:11
Forum: General Development
Topic: OpenMW and Ubuntu 12.10.
Replies: 12
Views: 4883

Re: OpenMW and Ubuntu 12.10.

Can you disable the shadows and see if it works?
I think i had the same issue.
by Eli2
05 Oct 2012, 16:00
Forum: General Development
Topic: ESMStore
Replies: 24
Views: 8945

Re: ESMStore

corycohen wrote:Did I understand correctly?
No, the string is the namespace and name of the index.
by Eli2
05 Oct 2012, 02:54
Forum: General Development
Topic: ESMStore
Replies: 24
Views: 8945

Re: ESMStore

Basically something like this:
QHash<QPair<QString, QVariant>, ModelItem*>
by Eli2
04 Oct 2012, 23:39
Forum: General Development
Topic: ESMStore
Replies: 24
Views: 8945

Re: ESMStore

corycohen wrote:I'm open to other ways of achieving our own unified keying mechanism.
For the editor i was thinking about namespacing the indices.
by Eli2
26 Sep 2012, 02:20
Forum: Infrastructure
Topic: Two suggestion for the forum before I can start using it
Replies: 105
Views: 50399

Re: Two suggestion for the forum before I can start using it

Nice, i like the theme.
jedd wrote:My plan is then to keep on tweaking and optimizing as time goes by and, if possible, make a few modifications to the blog's code and design too.
Maybe we should put the blog and forum theme into a github repository so that optimizing it can be a collaborative effort.
by Eli2
09 Sep 2012, 16:28
Forum: Editor Development
Topic: Progress ... Finally
Replies: 41
Views: 23817

Re: Progress ... Finally

Certainly you can have multiple view classes for a single model(-interface) in Qt, right. Yes, i currently use the same viewmodel [model(-interface)] for the filtertree and the combobox in the idlist. I just don't see what such an all all-encompassing tree view would be good for. It is a fast and e...
by Eli2
09 Sep 2012, 05:40
Forum: Editor Development
Topic: Progress ... Finally
Replies: 41
Views: 23817

Re: Progress ... Finally

Image