Search found 142 matches

by graffy
20 Sep 2013, 03:21
Forum: Editor Development
Topic: ESX selector and stuff
Replies: 195
Views: 76291

Re: ESX selector and stuff

Looking at the mlox code - the logic is fairly straightforward as to how it works. I realize going after a more advanced algorithm isn't at the top of the list for 1.0, but is the mlox approach a desirable one to emulate?
by graffy
20 Sep 2013, 01:38
Forum: Editor Development
Topic: ESX selector and stuff
Replies: 195
Views: 76291

Re: ESX selector and stuff

UTF8 encoding = I didn't know either. It was there when I started, so I just preserved it. Encoding is fairly alien to me - haven't had much reason to work with it... I did eventually notice my use of "master", just never bothered to go after it - as you say, not a priority. I'll fix it on...
by graffy
19 Sep 2013, 22:56
Forum: Editor Development
Topic: ESX selector and stuff
Replies: 195
Views: 76291

Re: ESX selector and stuff

Ok, changes have been pushed to my esxSelector branch that represent the latest state. As it stands: 1. User drag-drop is functional. At least it is for me. I don't know what I fixed, but I fixed it, it seems. 2. /components/fileorderlist has been restructured with a shallower directory tree and ren...
by graffy
18 Sep 2013, 21:51
Forum: Editor Development
Topic: ESX selector and stuff
Replies: 195
Views: 76291

Re: ESX selector and stuff

Ok. Will do.
by graffy
17 Sep 2013, 23:23
Forum: Editor Development
Topic: ESX selector and stuff
Replies: 195
Views: 76291

Re: ESX selector and stuff

Ok, so "version" really does persist, but it's redefined a bit. I will keep version as a class field, but will set it to "0" in all cases for the time being as everything to this point is the legacy version. I will remove the "data accessed" and "size" fields ...
by graffy
17 Sep 2013, 12:39
Forum: Editor Development
Topic: ESX selector and stuff
Replies: 195
Views: 76291

Re: ESX selector and stuff

Ok, so description, dependencies, filename, and date modified are properties I'll maintain.

I propose to eliminate author, size, version, and date accessed.

Path seems like a good thing to keep - I'll leave that in for the time being.

So far as format goes, what do you mean by that? game vs addon?
by graffy
17 Sep 2013, 04:06
Forum: Editor Development
Topic: ESX selector and stuff
Replies: 195
Views: 76291

Re: ESX selector and stuff

Can't promise an ETA at this point, but I am working on it. I did finally solve the drag and drop issue, BTW. It's my focus right now, so by the end of the week I hope to have it pretty close. While I'm at it, do we still want to save all of the aditional esm file data? (author, size, modified / acc...
by graffy
13 Sep 2013, 19:49
Forum: Editor Development
Topic: ESX selector and stuff
Replies: 195
Views: 76291

Re: ESX selector and stuff

I'll take a look at that. Should be manageable. Could use a clarification though... In all of this, I'm not sure I know exactly what purpose ordering the list of dependencies achieves. That is, I understand that each successive plugin modifies the data model by passing through data from a dependency...
by graffy
12 Sep 2013, 18:55
Forum: Editor Development
Topic: ESX selector and stuff
Replies: 195
Views: 76291

Re: ESX selector and stuff

Excellent, thanks for doing that! Just a quick update, I would have had drag and drop going maybe three weeks ago... if we were using Qt 5.0. but since we're not, there are problems with DnD that I just can't figure out. I have a guy who's pretty good helping me through it, but he's been indisposed ...
by graffy
29 Aug 2013, 14:26
Forum: Editor Development
Topic: ESX selector and stuff
Replies: 195
Views: 76291

Re: ESX selector and stuff

K, just a little update... Things have been a bit hectic, but drag and drop is coming along. Running into some problems with getting the views and proxy models to sync with the source after dropping an item, but I'm working on that. Anyway, had to rebuild the dataFilesModel class generally because I...