Add missing icons in konqueror. #180

Merged
MicheleC merged 1 commits from fix/miss_icons_konqueror into master 3 years ago
Ghost commented 3 years ago

This relate to issue #179
Work with PR: TDE/tdelibs#123

This relate to issue https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/179 Work with PR: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/pulls/123
Ghost added the PR/wip label 3 years ago
Ghost force-pushed fix/miss_icons_konqueror from 9f4165a31e to 79a9fd2cec 3 years ago
Ghost force-pushed fix/miss_icons_konqueror from 79a9fd2cec to c756b880a5 3 years ago
Ghost referenced this issue from a commit 3 years ago
Ghost changed title from WIP:Add missing icons in konqueror. to Add missing icons in konqueror. 3 years ago
Ghost removed the PR/wip label 3 years ago
Ghost commented 3 years ago
Poster

I'm removing this PR as WIP, please test.

@MicheleC if you adjust few source code here and there please make a commit for each icon that I/we can see It for reference/use later on.

I'm removing this PR as WIP, please test. @MicheleC if you adjust few source code here and there please make a commit for each icon that I/we can see It for reference/use later on.
Owner

@MicheleC if you adjust few source code here and there please make a commit for each icon that I/we can see It for reference/use later on.

Ok will do. Probably this will wait a few days since I am still processing other PRs and other tasks, but I will look into in near future. Thanks for the good work.

> @MicheleC if you adjust few source code here and there please make a commit for each icon that I/we can see It for reference/use later on. Ok will do. Probably this will wait a few days since I am still processing other PRs and other tasks, but I will look into in near future. Thanks for the good work.
Ghost force-pushed fix/miss_icons_konqueror from c756b880a5 to edb2f9dacd 3 years ago
MicheleC merged commit edb2f9dacd into master 3 years ago
MicheleC deleted branch fix/miss_icons_konqueror 3 years ago
Owner

Thanks Greg! Nice catch.

Thanks Greg! Nice catch.
MicheleC added this to the R14.0.10 release milestone 3 years ago
Owner

Not sure who recreated the branch. The PR has already been merged.
Ok to redelete it?

Not sure who recreated the branch. The PR has already been merged. Ok to redelete it?
Owner

I assume that @VinceR pushed branch by mistake – he is not subscribed to this issue, and thus doesn't even get a notification of this query. I think we can remove the branch again.

I assume that @VinceR pushed branch by mistake – he is not subscribed to this issue, and thus doesn't even get a notification of this query. I think we can remove the branch again.
Owner

I assume that @VinceR pushed branch by mistake – he is not subscribed to this issue, and thus doesn't even get a notification of this query. I think we can remove the branch again.

👍 I thought exactly the same thing.

> I assume that @VinceR pushed branch by mistake – he is not subscribed to this issue, and thus doesn't even get a notification of this query. I think we can remove the branch again. :+1: I thought exactly the same thing.
Owner

Now I understand. Trying to delete the branch gives this error:

"Branch 'TDE/fix/miss_icons_konqueror' cannot be deleted because new commits have been added after merging."

Most likely on the branch recently pushed by @VinceR for konqueror sorting

Now I understand. Trying to delete the branch gives this error: "Branch 'TDE/fix/miss_icons_konqueror' cannot be deleted because new commits have been added after merging." Most likely on the branch recently pushed by @VinceR for konqueror sorting
Owner

Actually this is very weird... the commit graph does not show any additional commit on top of this branch...

Actually this is very weird... the commit graph does not show any additional commit on top of this branch...
Owner

Actually this is very weird... the commit graph does not show any additional commit on top of this branch...

@VinceR seems to push some old state of that branch that he was accidentally cloned == before rebase that preceded merge.

> Actually this is very weird... the commit graph does not show any additional commit on top of this branch... @VinceR seems to push some old state of that branch that he was accidentally cloned == before rebase that preceded merge.
SlavekB deleted branch fix/miss_icons_konqueror 3 years ago
Owner

After rebase to the final state of branch before merge, branch can be removed again.

After rebase to the final state of branch before merge, branch can be removed again.
VinceR commented 3 years ago
Collaborator

Hi,

I am very sorry to have messed things up. Take a look at comments in PR # 183 to see what I had intended to do.

Vince

Hi, I am very sorry to have messed things up. Take a look at comments in PR # 183 to see what I had intended to do. Vince
Owner

No worries @VinceR, that is exactly why there is branch protection on master, r14.0.x and v3.5.13 branches, so they can't get accidentally messed up.

The way we set things up in TGW is a bit different from most git repository you find in internet. We want a clean linear history on the main branches because merge commits can introduce subtle errors and are a mess when you need to look back in history. Because of that, any branch other than master,r14.0.x,v3.5.13 is consider "temporary" and will be removed when no longer needed. So occasianal mess up on a non-main branch is not a big deal in the end.

A couple of tips:

  1. when you update your repo, use 'git fetch --all --prune', this makes sure you download all the recent changes and removes all no longer existing branches. Then use 'git rebase' to make sure your branch is fast forwarded to the latest commit downloaded from the previous command

  2. to push on a specific branch, make sure you are in that branch and then use 'git push origin HEAD'. This will update only that specific branch.

  3. avoid 'git push -f' unless you are really sure of what you are doing

No worries @VinceR, that is exactly why there is branch protection on master, r14.0.x and v3.5.13 branches, so they can't get accidentally messed up. The way we set things up in TGW is a bit different from most git repository you find in internet. We want a clean linear history on the main branches because merge commits can introduce subtle errors and are a mess when you need to look back in history. Because of that, any branch other than master,r14.0.x,v3.5.13 is consider "temporary" and will be removed when no longer needed. So occasianal mess up on a non-main branch is not a big deal in the end. A couple of tips: 1. when you update your repo, use 'git fetch --all --prune', this makes sure you download all the recent changes and removes all no longer existing branches. Then use 'git rebase' to make sure your branch is fast forwarded to the latest commit downloaded from the previous command 2. to push on a specific branch, make sure you are in that branch and then use 'git push origin HEAD'. This will update only that specific branch. 3. avoid 'git push -f' unless you are really sure of what you are doing
The pull request has been merged as edb2f9dacd.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
4 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: TDE/tdebase#180
Loading…
There is no content yet.