[gitg] (119 commits) Created branch wip/guyou/path-filtering
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] (119 commits) Created branch wip/guyou/path-filtering
- Date: Mon, 7 Jan 2019 11:45:17 +0000 (UTC)
The branch 'wip/guyou/path-filtering' was created.
Summary of new commits:
45706b9... Added Galician Translation. (*)
0bba5fa... Updated Dutch translations (*)
fbf8a09... Initial implementation
d287926... Take in account all filtering parameters
a64c2a8... Terminate gtk_text_buffer_create_tag's arguments with NULL (*)
4aa2f33... Added MAINTAINERS (*)
332d4e8... Added extra check for NULL on current ref (*)
f698110... Added 'cancelled' argument to runner end-loading signal (*)
c5e8342... Fixed timestamp to date string conversion to be valid UTF-8 (*)
cf38234... Changed behavior when reverting a file since there are stil (*)
448235d... Released version 0.0.2 (*)
bafe681... Merge commit 'v0.0.2' into path-filtering
71c30c3... Only set visibility for files that are actually valid (*)
4341b68... Use gint instead of int (*)
b53a198... Updated translations (*)
110f9ab... Fix bug tracker URL (*)
1d486bf... Updated maintainer e-mail address (*)
08fa38e... Implemented resolving tag ref objects to actual commits (*)
4fb7f42... Hide statusbar resize grip when window is shown maximized (*)
4461413... Remove unneeded lines (*)
ea80875... Removed debug printing (*)
3e67a61... Fixed stock icon for Open menu item and capitalization and (*)
0861dfc... Fixed duplicate renderer name (*)
ff5b3e9... Updated Galician Translation (*)
fd5f631... Implemented basic virtual commit objects in history view (*)
73a161c... Added preferences for showing of virtual commits and lane c (*)
e1ce91e... Updated translations (*)
fdefce1... Added sv translation (*)
d279991... Make sure to set the style back to normal (*)
405bc8b... Implemented basic drag and drop between staged/unstaged (*)
007b4c5... Implemented multiple selection for commit view (allows drag (*)
25ddafb... Removed invalid object unref when staging file from contex (*)
4bac65b... Fixed refreshing of history keeping correct branch (*)
760fd42... Fixed problem with reappearing file after reverting it (*)
7341481... Released version 0.0.3 (*)
36c6b26... Bumped version to 0.0.4 switch to pre-version scheme (*)
dab173b... Updated author e-mail (*)
1782848... Updated download link and added link to mailing list (*)
c3bb1e4... Add a context menu on file in "Tree" sub-view
4f7ba9c... Create a "path-activated" signal and connect it
016dd27... Merge commit 'v0.0.3' into path-filtering
0e5ab4b... Set *cached instead of comparing it if sign == 't' (*)
5af635a... Added Danish translation (*)
3a10213... Added da to list of languages (*)
39317c1... Added Danish translation (*)
857c6be... Added es to LINGUAS (*)
e268368... Added initial Spanish translaiton (*)
1600d10... Adding pa translation and update LINGUAS file by A S Alam (*)
30a0282... Updating for LINGUAS (*)
75b5b5b... Use nested branches in combo (*)
e26bb05... Fixed crashing on switching revisions after selection in di (*)
c0b966f... Set current ref (from load arguments) as default selection (*)
05ad2c1... Added small icon for remotes in branches combo (*)
e50c5f4... Fixed showing and parsing diff for merge commit (*)
f88f6b1... Added showing right margin in commit message (*)
1215f49... Added configuration preferences and repository properties (*)
ff7c07a... Correctly reselect 'All branches' (*)
c2b1a67... Implemented getting current working ref (*)
a861f88... Added getting tree view column cell renderer at specific x (*)
e071358... Added getting/rendering GitgRef from renderer at specific p (*)
173a4b1... Added state and local name (*)
0068cb1... Bit more efficient getting refs using prepend/reverse inste (*)
cfcb518... Basic start of adding DND and context menus for refs in the (*)
f5dc1aa... Fixed compiler warnings (*)
8ffe9ac... Cleanup and added checks for valid types (*)
a8832f9... Implemented pushing local branches to remotes (*)
bf75d62... Fixed signed off check button indicator (*)
6456690... Use gulong correctly instead of guint (*)
086304c... Bumped gtk version to 2.14 (*)
2f7c20d... Implemented spinner to show fetch progress (*)
1f1c435... Added async progress for branch actions (*)
c29765a... Destroy dialog correctly (*)
a6bce1d... Set title of dialogs to 'gitg' instead of '' (*)
d6dc2ce... Better messages in branch action dialogs (*)
0ac787c... Correctly reap child process and kill it when cancelling th (*)
85f5166... Implemented async removal of remote branch (*)
1693ec3... Fixed reaping childs and registering exit code (*)
9b7387a... Use gnome e-mail address in about dialog (*)
ff72080... Use fields instead of functions to keep compatible with gtk (*)
2dcdddf... Fixed filter for recently opened repositories (*)
2631c22... Fix fix for autoscroll (*)
9ca7a51... Implemented push, merge, rebase, stash by dnd (*)
fcff4df... Implemented vertical layout for commit view (*)
16819b1... Correctly store/restore paned positions (*)
d678ec6... Make sure to emit buffered content when in sync mode (*)
108dd7c... Fixed setting up environment (*)
c9815fb... Implemented 'amend' commit (*)
72bc837... Implemented stash actions (remove, apply) (*)
e873587... Fixed creating correct reflog when making a stash item (*)
0e60d3e... Finally fixed emitting update for last buffer contents (*)
10062d1... Implemented tag create, remove and checkout (*)
002155f... Fixed switch/case to not fall through when removing stash (*)
e3f7c8c... Improved error message when creation of signed tag object f (*)
8a8a2ec... Do not destroy tag dialog when tagging fails (*)
7a3cbb2... Allow unsetting of environment by passing NULL to set_envir (*)
e17dbf0... Fixed misuse of tmpname as tmp index name when it was alrea (*)
d6bdead... Make sure to clear working ref before emitting LOAD signal (*)
cc46faa... Install monitor on .git/HEAD and reload if it changes (*)
b5ebe28... Updated translations (*)
006eda4... Version 0.0.4 (*)
0e267d0... Fix infinite loop on stash action (*)
810e9bb... Post release increase of version to 0.0.5 (*)
ef3cb0e... Add a --version command line option (*)
333aa04... Fix category in desktop file (*)
a0f147d... Take advantage of gtk_source_language_manager_guess_languag (*)
c23dcec... Updated Spanish translation (*)
efb5bf0... Show all files in "Tree" list (*)
fabca85... Implement renaming of a local branch (*)
6b92216... fix stash drop (*)
f7c47ef... fix segfault in load_refs (*)
c43a968... Use tracked remote and clearify branch in push context menu (*)
65ff024... Fixed wrong order in merging two local branches (*)
9270470... Fixed warnings and notification for unfound git repository (*)
6c4dd2c... Force UTF-8 encoding for 'log' and 'show' (*)
2b849f9... Use i18n.commitencoding for encoding commit messages (*)
5dbaa5a... Updated dutch translations (*)
15be72a... Version 0.0.5 (*)
f3026f2... Merge commit 'v0.0.4' into path-filtering
9be010a... Merge commit 'v0.0.5' into path-filtering
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]