-
Notifications
You must be signed in to change notification settings - Fork 11
New design #3
Comments
I don't actually think that's a good idea, because a progress bar in the dock is indicating progress, which isn't the case for this - at least imo it would be confusing to have that :) |
The design looks really great, I have looking for something like this, that design is really a god job, and please if you have this design ready publish on appcenter! |
Hey, maybe I can help with the design. What do you mean by "telephony view" ? |
Hey, thanks for your offer! Just to give you a quick overview about what I'm currently doing with the design:
I think if you would like to help with the design you could put some thought into the last view. Also you're free to review my current design, just note that nothing's final yet 😄 |
I assume file sharing would be two way? |
Well, that's an interesting question... On the PC side, I thought of these ways to share files:
However I just noticed that there is also a I just looked through KDEConnect's source code -- it seems like they just save the file to a fixed location specified before. I'm not really a fan of this, I'd prefer seeing a |
I think your idea works fine and you're better-suited to designing these. 👍️ |
Alright, no problem 😄 Once I'm done with a mock-up for this I might also post it here. |
hey @hannesschulze , love what you are building here and would love to help, This way, maybe we can forego the Files tab for now and revisit it later. Just my thoughts, let me know if I can help out with the File transfer, UI or with #16 . |
Hey, thanks for your suggestion. I think the notification and context-menu is pretty much what I was thinking about. I think the "Send files" button in the sidebar could work, I like that idea! It might also be possible to additionally support drag'n'drop by using a As for the implementation, any help would be appreciated! Since I'm already working on the SMS view, I think I should probably split this issue up a bit. If you want to, you can take a look at transferring files (which will also be useful for #23), MPRIS or porting over the code from #11 to C++. If you have any questions about the API design, please feel free to ask. I am trying to document my code as much as possible, so building with EDIT: Ok, thinking about this a bit more, I don't think it is even possible to have both a file manager in focus and the popover open at the same time. So maybe drag'n'drop support isn't really necessary right now. |
Yeah, drag and drop is not necessary right now, I will take a look at the clipboard functionality to begin with, |
Hey @hannesschulze ,
Any ideas why this could be happening ? |
Ah, I know what's happening. First of all, I don't know what's the best way to get rid of those deprecation warnings. I think they just occur because some function in the granite header uses a deprecated type from the same header, probably caused by the Vala compiler. The main problem seems to be that I am not actually developing Conecto on elementary OS 5 (which is based on Ubuntu 18.04) and I am using some Gtkmm-features which are not available in the version bundled with Ubuntu 18.04. I didn't plan to release Conecto for elementary OS 5 (version 6 should be coming out later this year). These are probably just minor problems. I am going to set up CI for Ubuntu 18.04 so I can fix them. |
Inspired by https://github.com/aprilis/messenger
Mockup:
TODO:
The text was updated successfully, but these errors were encountered: