andrew_ Posted August 25, 2011 Author Share Posted August 25, 2011 Yeah. That's the consensus that I've gotten from everyone, so that's how I've set it up now. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594261252 Share on other sites More sharing options...
andrew_ Posted August 25, 2011 Author Share Posted August 25, 2011 FWIW, Also decided to get rid of the Skype style config dialog. It was a fun experiment, but I don't care for it over the familiar control panel style. So I'm putting together a control panel clone using the same visual style elements and positioning that the currently running visual style uses. I think it'll provide for a more native feeling experience. Additionally, ssarabando (https://github.com/ssarabando) has been making some nice improvements using IMAP that I'm going to see about integrating. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594262360 Share on other sites More sharing options...
andrew_ Posted August 27, 2011 Author Share Posted August 27, 2011 Update on progress... New control panel preferences ui is coming along nicely. It uses the same exact color values, font class and images that the actual control panel does. Had to dig through a ton of dlls and the aero visual style to find them all. Here's a preview: That's a functional navigation area there. I hid the panels for each section because they're not yet complete. But you can get a feel for how its going to look. I've also made the window sizable, which was a complaint about the current preferences dialog. I've also improve the jumplist a little bit. There has always been some confusion as to what the 'default account' does and why its even there (aside from being a legacy component from the first few versions of the app). Here's a preview: Most importantly, we'll probably do two releases over the next month. The first is going to be a 2.4 beta, and then 2.4 final. That'll include all of my changes to locale, preferences, etc. The second is going to be 2.5 beta and 2.5 final, which will include contributions made by 'ssarabando'. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594265716 Share on other sites More sharing options...
andrew_ Posted August 29, 2011 Author Share Posted August 29, 2011 But wait, what's this? Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594268412 Share on other sites More sharing options...
aznkid25 Posted September 4, 2011 Share Posted September 4, 2011 Looks great. Keep up the great work. Looking forward to the release. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594282438 Share on other sites More sharing options...
andrew_ Posted September 8, 2011 Author Share Posted September 8, 2011 Anyone have any thoughts on adding calendar support to this? I dont have any UI ideas just yet, but Google announced theyre ending support for Google Desktop and Gadgets and associated APIs. Which means that the calendar widget I've been using with Google Desktop will no longer work. For me, that's problematic. Would anyone else get any use out of adding Google Calendar support? Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594292590 Share on other sites More sharing options...
aznkid25 Posted September 10, 2011 Share Posted September 10, 2011 Anyone have any thoughts on adding calendar support to this? I dont have any UI ideas just yet, but Google announced theyre ending support for Google Desktop and Gadgets and associated APIs. Which means that the calendar widget I've been using with Google Desktop will no longer work. For me, that's problematic. Would anyone else get any use out of adding Google Calendar support? I don't use a calendar, or Google desktop, so if it was me, I would rather just have this app for Gmail. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594297948 Share on other sites More sharing options...
Thrace Posted September 15, 2011 Share Posted September 15, 2011 Anyone have any thoughts on adding calendar support to this? I dont have any UI ideas just yet, but Google announced theyre ending support for Google Desktop and Gadgets and associated APIs. Which means that the calendar widget I've been using with Google Desktop will no longer work. For me, that's problematic. Would anyone else get any use out of adding Google Calendar support? I signed up just to express the fact that I would absolutely get use out of Google Calendar support. I toggle between this and Scott's Gmail Alert because the latter supports Google Calendar. It would be great to stick to your excellent program full time if you add it. Thanks! Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594311794 Share on other sites More sharing options...
andrew_ Posted September 15, 2011 Author Share Posted September 15, 2011 That's not the first time that I've heard a reference to Scott's Gmail Alert. I've tried several different versions; the UX is confusing and bloated, disorganized and I've never been able to get it's calendar function to show me anything, despite my calendar being littered with events. If anyone would like to post some screenshots of Scott's calendar function, I'll make sure what route I choose to go down for that ends up being better looking and better functioning than what Scott's provides. I'm seriously considering breaking out calendar functionality into a separate application that can import account data from Gmail Notifier Plus. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594312566 Share on other sites More sharing options...
nep Posted September 17, 2011 Share Posted September 17, 2011 That's not the first time that I've heard a reference to Scott's Gmail Alert. I've tried several different versions; the UX is confusing and bloated, disorganized and I've never been able to get it's calendar function to show me anything, despite my calendar being littered with events. If anyone would like to post some screenshots of Scott's calendar function, I'll make sure what route I choose to go down for that ends up being better looking and better functioning than what Scott's provides. About Google Calendar support. The .NET API and libraries from Google are useful: http://code.google.com/intl/sv-SE/apis/calendar/data/2.0/developers_guide_dotnet.html Screenshots where Scott Gmail Alert calendar can be seen: http://gmailalert.proboards.com/index.cgi?board=problem&action=display&thread=143 Screenshots where Calendar Reminders in Gmail Notifier Pro can be found: http://www.gmailnotifier.se/screenshots.php Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594317954 Share on other sites More sharing options...
andrew_ Posted September 18, 2011 Author Share Posted September 18, 2011 About Google Calendar support. The .NET API and libraries from Google are useful: http://code.google.com/intl/sv-SE/apis/calendar/data/2.0/developers_guide_dotnet.html Screenshots where Scott Gmail Alert calendar can be seen: http://gmailalert.proboards.com/index.cgi?board=problem&action=display&thread=143 Screenshots where Calendar Reminders in Gmail Notifier Pro can be found: http://www.gmailnotifier.se/screenshots.php I appreciate the attempt, but those screenshots aren't really helpful. None of them show the actual alerts (if anything does happen there). Thanks for the point a the .NET API for GCal, but that was my first stop a while back. The .NET API that Google wrote for the calendar are pretty awful at any rate. Massive and bloated, and an over-engineered and convoluted way of pulling some really simple data. Their POCO classes are solid and I've already pulled those into a project to use with a straight-up method of auth and pulling data. The means to get the data from GCal really isn't at issue here. I'm more interested in what the other apps have in terms of UX. And since I've been unable to get either to pull my calendar data, I'm in the dark. None the less, I think I have a pretty solid UX in mind. First things first; Next GNP release. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594321212 Share on other sites More sharing options...
andrew_ Posted September 29, 2011 Author Share Posted September 29, 2011 Another update on 2.4 development. Preferences/Control Panel is almost complete. I rewrote it (again, for the third time) and have some testing that needs doing before I release a beta. (ignore the version number on this one, was testing something) Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594344898 Share on other sites More sharing options...
aznkid25 Posted September 30, 2011 Share Posted September 30, 2011 Looks great. One minor thing. Will you be able to add initial support for the windows developer preview? I notice that new emails don't show up in the jumplist, but there is the number on the icon Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594347960 Share on other sites More sharing options...
andrew_ Posted October 1, 2011 Author Share Posted October 1, 2011 I can only assert that it functions properly on WIndows 7. When Windows 8 final is released, support for that from me will depend on whether or not I install it. Thats the beauty of open source; if Windows 8 blows chunks and I don't install it, hopefully a developer with Win8 will pitch in and fix whatever issues there are. I wouldn't recommend running Win8 dev preview right now. Its only for preview, not for everyday use. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594349518 Share on other sites More sharing options...
mikepfly2 Posted October 3, 2011 Share Posted October 3, 2011 Wish List: I use Gmail notifier plus primarily at work and would love to have a "stealth" feature where I could use an alternate, less recognizable icon and/or description of the label. It could be as simple as using a notepad icon or something other than the Gmail logo. Leave the new message count and everything else the same, just something to prevent people walking by and always seeing gmail open on my machine. Other than that it's an awesome, lightweight app. I would only do calendar functionality in a separate app or make it an optional add-on. Keep up the great work! Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594354732 Share on other sites More sharing options...
andrew_ Posted October 4, 2011 Author Share Posted October 4, 2011 mikepfly2 - download 'reshacker' (also goes by 'resource hacker'). That'll allow you to change the icon of the exe, which is what the taskbar uses for the pinned app icons. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594355888 Share on other sites More sharing options...
andrew_ Posted October 5, 2011 Author Share Posted October 5, 2011 Ok, I think we're ready for a 3.0 beta push. I'll be putting together the package at some point before the weekend and will make the usual new post. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594359482 Share on other sites More sharing options...
LittleNeutrino Veteran Posted October 5, 2011 Veteran Share Posted October 5, 2011 I am not attempting to start any fights however, I have a question. If I only have one account I am using is there a bonus or reason to use this rather than the Official Google Gmail Notifier? Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594359496 Share on other sites More sharing options...
andrew_ Posted October 5, 2011 Author Share Posted October 5, 2011 imho it has a slicker appearance and more options. i was originally attracted to it specifically for it's multiple account ability. "but why not use program x instead?" is the bain question of software developers. it all boils down to which application/appearance/function you personally prefer. if you decide to use GNP, i hope you enjoy it and report any problems you run into. edit: if i get the chance this week, i'll create a page on the wiki outlining the differences between the two apps. maybe that'll make it clearer for people. thanks for asking. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594359739 Share on other sites More sharing options...
andrew_ Posted October 5, 2011 Author Share Posted October 5, 2011 Apparently there's a time limit on edits with the new forum (weak). I put together this page real quick that shows some of the feature differences between Google's notifier and one that I hear about a lot, Scott's Gmail Alert. https://github.com/shellscape/Gmail-Notifier-Plus/wiki/Comparison-to-other-programs Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594359763 Share on other sites More sharing options...
andrew_ Posted October 11, 2011 Author Share Posted October 11, 2011 I've been running a build without any crashes for a week now so I think its safe to post a beta. I'm out of town at the moment so on Monday the 17th I'll post the beta and start a new thread. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594372723 Share on other sites More sharing options...
andrew_ Posted October 19, 2011 Author Share Posted October 19, 2011 Was waiting on some translations to trickle in from friends. I'll be posting the beta tonight. Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594391079 Share on other sites More sharing options...
andrew_ Posted October 20, 2011 Author Share Posted October 20, 2011 3.0 Beta 1 has been posted here https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/ Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594393795 Share on other sites More sharing options...
bdsams Veteran Posted October 20, 2011 Veteran Share Posted October 20, 2011 thread close, see this thread: https://www.neowin.net/forum/topic/1033601-gmail-notifier-plus-30-beta-1/ Link to comment https://www.neowin.net/forum/topic/997630-gmail-notifier-plus-23/page/2/#findComment-594394885 Share on other sites More sharing options...
Recommended Posts