Commit graph

552 commits

Author SHA1 Message Date
Iñigo Martínez c876e0e255 build: Port to meson build system
meson is a build system focused on speed an ease of use, which
helps speeding up the software development. This patch adds meson
support along autotools.

https://bugzilla.gnome.org/show_bug.cgi?id=788796
2017-10-16 13:40:57 +02:00
Iñigo Martínez d5a822ddc5 Rename gsettings-desktop-schemas VAPI file
Vala recommends using the same name used in the pkg-config .pc file
for the VAPI file. This implies that the gsettings-desktop-schemas
VAPI file should be called gsettings-desktop-schemas.vapi instead of
gdesktop-enums-3.0.vapi.

This patch changes the file accordingly.

https://bugzilla.gnome.org/show_bug.cgi?id=789045
2017-10-16 12:18:01 +02:00
Rico Tzschichholz f029e7333e Fix vala warnings 2017-03-01 14:47:45 +01:00
Ignacio Casal Quinteiro 86cc68589e Fix for libgit2-glib api change 2017-02-04 22:40:59 +01:00
Ignacio Casal Quinteiro 30938ff514 Do not duplicate the fds 2017-02-04 22:36:05 +01:00
Jesse van den Kieboom 2971ffd28c Use same callbacks instance during remote connection life cycle 2016-08-29 19:32:33 +02:00
Jesse van den Kieboom c0c44a9563 Fix side-by-side alignment in the case of a single image 2016-08-29 05:43:43 +02:00
Jesse van den Kieboom 2b8f2e1175 Fix size calculation if there is no old pixbuf 2016-08-29 05:43:43 +02:00
Jesse van den Kieboom b2ed43d22d Add diff renderer for images 2016-08-27 12:26:43 +02:00
Jesse van den Kieboom 05d78b14ac Use private bookmarks file instead of recent manager
This avoids the tie-in of GtkRecentManager with the global gnome
privacy settings.

https://bugzilla.gnome.org/show_bug.cgi?id=766473
2016-08-25 23:21:26 +02:00
Jesse van den Kieboom e4be0eaec6 Add context menu for file in diff view
Adds:
  - Open file
  - Open containing folder
  - Copy file path

https://bugzilla.gnome.org/show_bug.cgi?id=761699
2016-08-19 10:55:25 +02:00
Jesse van den Kieboom 73d6b6e61b Show extended git message as part of the scrolled area
https://bugzilla.gnome.org/show_bug.cgi?id=769239
2016-08-19 09:05:37 +02:00
Jesse van den Kieboom c8a12f6a28 Fix toggle line selection
- Clicking now toggles again (removed alt modifier behavior)
- Shift click will extend selection

https://bugzilla.gnome.org/show_bug.cgi?id=765726
2016-08-18 17:46:01 +02:00
Jesse van den Kieboom 109e47eb8d Avoid use of deprecated pointer API 2016-08-18 13:58:25 +02:00
Jesse van den Kieboom 06c1c4a245 Cancel update diff on dispose 2016-08-18 13:58:07 +02:00
Jesse van den Kieboom 5513ae5b5b Allow null repository during deconstruction 2016-08-18 13:08:18 +02:00
Jesse van den Kieboom 7848a4c1e5 Fix assumptions on existing working directory 2016-08-18 13:02:33 +02:00
Jesse van den Kieboom 3c6fd2de18 Avoid submodule iteration on bare repositories due to libgit2 bug 2016-08-18 11:04:31 +02:00
Jesse van den Kieboom b05523fc15 Wire up newly cloned repository 2016-08-18 11:00:52 +02:00
Jesse van den Kieboom f018233a37 Add support for clone url in ssh short form
https://bugzilla.gnome.org/show_bug.cgi?id=767064
2016-08-18 10:40:03 +02:00
Jesse van den Kieboom f9ecad6db9 Fix diff index against empty repository
https://bugzilla.gnome.org/show_bug.cgi?id=769996
2016-08-17 16:04:59 +02:00
Jesse van den Kieboom 411c5743ce Improve support for binary file detection in diff views
https://bugzilla.gnome.org/show_bug.cgi?id=768650
2016-08-16 18:01:55 +02:00
Jesse van den Kieboom 9af17f32ae Fix getting id of parent of there is no parent
This would happen for the first commit in the repo
2016-08-14 10:30:38 +02:00
Jesse van den Kieboom f37ff72ea0 Only walk first tree level looking for .doap 2016-08-14 10:26:09 +02:00
Jesse van den Kieboom 2b9fade23b Disconnect/reconnect model on clear
https://bugzilla.gnome.org/show_bug.cgi?id=768651
2016-08-14 10:25:57 +02:00
Jesse van den Kieboom 83fc596a02 Fix incremental loading on large repositories 2016-08-11 18:07:02 +02:00
Ignacio Casal Quinteiro d43cada63a libgitg: show the complete message, not only the subject
https://bugzilla.gnome.org/show_bug.cgi?id=767891
2016-06-22 15:37:12 +02:00
Jesse van den Kieboom 3e5fc07c97 Reduce hot area for action bar to mitigate horizontal scrolling issue
https://bugzilla.gnome.org/show_bug.cgi?id=764003
2016-06-05 12:23:17 +02:00
Jesse van den Kieboom 1da1acfb1c Fix style of language label in dark theme
https://bugzilla.gnome.org/show_bug.cgi?id=766532
2016-06-05 11:47:10 +02:00
Jesse van den Kieboom e3dc6142ca Increase row spacing in for project item details 2016-06-05 11:37:41 +02:00
Jesse van den Kieboom f891fc4e43 Hide description label if there is no description 2016-06-05 11:37:30 +02:00
Ignacio Casal Quinteiro d55ce1608d Bump libgit2-glib to 0.23.11 and fix api break 2016-03-15 00:07:58 +01:00
Ignacio Casal Quinteiro 10d0b62e10 diff-stat: use set_css_name to get it renderered properly
In new gtk we need to set the css name for custom widgets
2016-02-14 19:03:13 +01:00
Jesse van den Kieboom 6ecb54ca15 Make commit details labels copyable with Ctrl+C 2016-02-14 17:31:12 +01:00
Jesse van den Kieboom 3ca15914e5 Remove carriage returns in diff view 2016-02-14 16:15:57 +01:00
Jesse van den Kieboom aa41ac052c Allow focus on diff renderer text
Fixes copy using Ctrl+C
2016-02-14 11:58:51 +01:00
Ignacio Casal Quinteiro 9c917dc469 listboxrow: use baseline for the languages and the branch name 2016-02-13 15:39:10 +01:00
Ignacio Casal Quinteiro 076e5df5b6 diff-view: get the selection notification from the renderer 2016-02-04 18:31:20 +01:00
Ignacio Casal Quinteiro 0625efe752 Rework dash view
This makes the dash view a bit more similar to gnome builder.
It is still not complete on features but it gives already
a good way to continue improving it.
2016-01-25 08:40:53 +01:00
Ignacio Casal Quinteiro 8809c20f90 renderer-text: add missing transform_to_window calls 2016-01-22 14:33:19 +01:00
Ignacio Casal Quinteiro 3fd4e11515 Fix assertion when loading a repo from the dash
The repository might be null
2016-01-11 20:58:42 +01:00
Jesse van den Kieboom 68a9c4bd3e Add missing cairo includes
Bug https://bugzilla.gnome.org/show_bug.cgi?id=760173.
2016-01-05 19:54:47 +01:00
Jesse van den Kieboom f291802654 Sepearate out diff renderer types 2016-01-04 15:04:31 +01:00
Jesse van den Kieboom e013c2a9a7 Show untracked content 2016-01-03 22:22:20 +01:00
Jesse van den Kieboom a8eda0f312 Add diff highlight preference 2016-01-03 20:46:23 +01:00
Jesse van den Kieboom 0573e0756b Merge branch 'highlighting' 2015-12-31 13:04:06 +01:00
Jesse van den Kieboom b5efd19070 Preserve expanded state when reloading diff 2015-12-31 12:32:42 +01:00
Jesse van den Kieboom f490f980a4 Delay populating recent info until dash is shown 2015-12-31 01:32:13 +01:00
Jesse van den Kieboom 67e5877849 Avoid disconnecting signal during handlers destroy 2015-12-31 01:30:51 +01:00
Jesse van den Kieboom c8d8a0ef8c Add revealer with diff options 2015-12-30 23:29:19 +01:00