Manuel-Kehl / Go-For-It

A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It

Home Page:http://manuel-kehl.de/projects/go-for-it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide up to date version for Windows

JMoerman opened this issue · comments

  • build with cmake on Windows (branch)
  • Provide (basic) build instructions
  • fix minor issues
  • Provide instructions on how to distribute
  • Provide up to date installer

Minor issues:

  • Correctly align menu with Gtk+3.0 3.22
  • Don't place widgets in the headerbar
  • Set GTK_CSD env variable to 0 by default.
  • No icon is shown in about dialog
  • Drag and drop of tasks is glitchy (probably a Gtk+3.0 bug)
  • Show notification on all screens, or at least the same screen as the application

Hey, despite the delay I settled to check this out this morning. I'm not familiar with CMake and the setup instructions for Windows are hard to come by... so I failed to build the project. Would you care to provide a quick build for me to validate the fix?

I'm not that great at explaining things, but do please tell me where you get stuck when following https://github.com/mank319/Go-For-It/wiki/Building-Go-For-It#building-on-windows

Here is a build from march 29:
https://drive.google.com/open?id=0B0snajNgG3_lNFhmTXdCeDI5eWc
All essential files should be in there. (also a bunch of extra executables and dll's, I'm tired and don't know what is really needed.)
Extract the archive and execute go-for-it/bin/go-for-it.exe

Ah thanks, will give it a go. I had not found that page on installing. Most likely my issue was trying to build it using Win64 CMake GUI, it could not find GTK+ & GLib