Commit graph

953 commits

Author SHA1 Message Date
Alexander Shopov b3fe618e1a [i18n] Mark existing strings in UI as translatable 2010-10-22 11:17:52 +03:00
Alexander Shopov c6348c9046 l10n: Add Bulgarian (Bulgaria) (bg) translation - 100%
New status: 85 messages complete with 0 fuzzies and 0 untranslated.
2010-10-22 11:14:08 +03:00
Hylke Bons 99d45f8749 [statusicon] Update sync status message automatically when the menu is open (fixes regression) 2010-10-22 00:26:46 +01:00
Bertrand Lorentz c80ef2b655 [build] Fix "make distcheck"
Make the GitSharp source tree writable during distcheck, which is needed
for the compilation to succeed.
2010-10-21 21:31:07 +02:00
Bertrand Lorentz e9774facef [build] Fix handling of additional dependencies of GitSharp
The bundled assemblies are in srcdir, so we need to get them from there.
2010-10-21 21:31:07 +02:00
Bertrand Lorentz 8bd7ee9df2 [i18n] Update POTFILES.in and POTFILES.skip 2010-10-21 21:31:07 +02:00
Hylke Bons 865cde73f6 Add nant to build requirements in README 2010-10-21 20:11:02 +01:00
Bertrand Lorentz 3fc9fe6a3e [build] Remove redundant check in configure.ac 2010-10-21 20:52:42 +02:00
Bertrand Lorentz 2e4986b07e [build] Fix build and installation of GitSharp assemblies
Improve the GitSharp autotools stuff and move it to its own file,
included in the top-level Makefile.

A system-installed nant is now required to build GitSharp, instead of
using the in-tree copy.

All the files we really need to build GitSharp are now included in the
tarball, including the binary deps. I see weeping packagers...
But "make distcheck" doesn't work, mostly because GitSharp insists on
writing to the source dir during compilation. As distcheck builds with a
read-only source tree, this fails horribly.
2010-10-21 20:51:03 +02:00
Hylke Bons 7a1337c760 [log] align timestamps to the right 2010-10-21 18:49:53 +01:00
Hylke Bons 4c0de94ab6 [log] remove window border from events 2010-10-21 18:22:44 +01:00
Hylke Bons 01c94002a0 Add about dialog 2010-10-21 18:15:45 +01:00
Hylke Bons 69ffde27b0 Restructure to be more MVC like 2010-10-16 23:48:50 +01:00
Hylke Bons 78efe57092 [ui] only run gvfs command if it exists 2010-10-13 11:24:50 +01:00
Hylke Bons 336edcaef3 Merge branch 'master' into gitsharp 2010-10-11 00:08:03 +01:00
Hylke Bons 42ad877b2a Merge gitsharp branch into master 2010-10-11 00:05:54 +01:00
Hylke Bons af1b7810b7 remove old GitSharp TODO 2010-10-10 23:59:58 +01:00
Hylke Bons 41ce8d7a11 updare project page link in README 2010-10-10 23:42:17 +01:00
Hylke Bons 372aea1298 [fetcher] fix comments 2010-10-10 23:07:07 +01:00
Hylke Bons b12d1f5e63 [repo] port some more lines to git# and clean up 2010-10-10 23:04:08 +01:00
Hylke Bons 43cfef51ad [repo] port GetCommits to git# 2010-10-10 22:39:00 +01:00
Hylke Bons d5dc2cdfee [repo] do the timezone offsetting in a less hacky way 2010-10-10 20:33:43 +01:00
Hylke Bons 4191fb2b16 [repo] port CurrentHash to git# 2010-10-10 17:19:28 +01:00
Hylke Bons aaf48504a3 [repo] port RemoteOriginUrl to git# 2010-10-10 17:13:51 +01:00
Hylke Bons 13e749fdc0 [repo] port FormatCommitMessage method to git# 2010-10-10 17:11:01 +01:00
Hylke Bons 7918c83f99 [repo] port ls-remote (but not yet implemented) 2010-10-10 16:43:54 +01:00
Hylke Bons 88c53b7be4 [repo] port UserEmail and UserName properties to use GitSharp 2010-10-10 16:12:01 +01:00
Hylke Bons 45e6cd19b5 [repo] port Commit method to use GitSharp 2010-10-10 15:57:12 +01:00
Hylke Bons f5c0932e04 [statusicon] don't restart the animation when it's already running 2010-10-10 15:38:43 +01:00
Bertrand Lorentz b504a8f074 [build] Integrate GitSharp into the solution 2010-10-10 15:12:01 +02:00
Bertrand Lorentz 9a8e4dd7e4 [build] Update sln and csproj files 2010-10-10 15:01:47 +02:00
Bertrand Lorentz 59b4536b05 [build] Add GitSharp as a submodule 2010-10-10 14:57:46 +02:00
Hylke Bons 6d9fa96ff1 Add irc channel to links in README 2010-10-09 20:01:02 +01:00
Hylke Bons 90485bfddf [repo] include unsynced changes check in the remote timer 2010-10-09 17:36:51 +01:00
Hylke Bons 88f803620d Add OSX todo 2010-10-09 16:41:54 +01:00
Hylke Bons 478351dddb [entry] use normal text colour when pasting in entry 2010-10-08 17:52:46 +01:00
Hylke Bons 341dd10747 [repo] add TODO 2010-10-08 17:52:03 +01:00
Hylke Bons f9cba69c41 [cli] check for the ssh PID var instead of SOCKET 2010-10-07 22:59:46 +01:00
Hylke Bons 71771b09d6 [repo][ui] Add fetchingfailed events 2010-10-07 22:46:11 +01:00
Hylke Bons 5d291cdef4 [repo][log] Add an infobar message for when fetching fails 2010-10-07 22:31:48 +01:00
Hylke Bons 70c718c3c7 [statusicon] new icon by lapo and improve error state handling 2010-10-07 22:08:13 +01:00
Hylke Bons 77870b8cf3 [main] code cleanup 2010-10-07 21:01:39 +01:00
Hylke Bons 9d5561ceae [log] update when pushing has finished and fetch/push on a reconnect 2010-10-07 20:40:23 +01:00
Hylke Bons 9f70aa2830 Add transifext url to README 2010-10-07 20:32:14 +01:00
Hylke Bons 677ec408e8 [infobar] new class [uihelpers] add GdkColorToHex [ui] cleanup 2010-10-07 20:26:49 +01:00
Hylke Bons 71f1252157 [log][repo][statusicon] add notices and icons when there are unpushed changes 2010-10-07 00:54:42 +01:00
Hylke Bons 443b221a32 [log] destroy logs properly after closing, so they don't pop up again on raised events 2010-10-05 22:34:37 +01:00
Hylke Bons 9ac4f53ba1 update README with new urls 2010-10-05 09:32:03 +01:00
Hylke Bons 928cea8e8b [link] fix brokenness when using underlines in the file name 2010-10-04 23:57:43 +01:00
Hylke Bons ca6900575c [intro] assume same project and repo name when no subfolder is given for gitorious 2010-10-04 22:50:59 +01:00