382 Commits

Author SHA1 Message Date
dependabot[bot]
85bba37e4f
Bump ilammy/msvc-dev-cmd from 1.8.0 to 1.9.0 (#3) 2021-05-30 12:05:47 +00:00
dependabot[bot]
ecbbdd6c0d
Bump actions/cache from 1 to 2.1.6 (#2) 2021-05-30 12:04:28 +00:00
078164838e ⬆️ Update qtkeychain 2021-05-30 14:01:05 +02:00
a1b4487b1e
⬆️ Upgrade QT to 5.13 2019-10-21 15:39:33 +02:00
900746a3e1 🌐 Update translations 2019-07-30 15:10:19 +02:00
124d4feb95 👷 Add translations to deploy 2019-07-30 14:53:08 +02:00
5c17f23f96 👷 Added appveyor 2019-07-30 14:50:32 +02:00
91c8a262d2 🐛 Fixed travis build 2019-07-30 14:28:01 +02:00
26d71d1d50 🐛 Fixed building with QT 5.13 2019-07-27 16:38:53 +02:00
Kostas
a9efcb4c92 Updated travis.yml
FossilOrigin-Name: 6b21c5057dad0036c043e4d57effd5cceb6d2a10
2018-06-10 03:53:32 +00:00
Kostas
e50b97174c Switched to QWebEngineView, so Fuel now requires at least Qt 5.4
FossilOrigin-Name: a4e2ab66866278039d31a13f7ef0ca774bea9cfb
2018-06-09 17:18:50 +00:00
Kostas
d1ed874cdb Updated ChangeLog
FossilOrigin-Name: b8a962d79a02e8488e38f9d1109356f3e67f3440
2015-10-16 09:43:15 +00:00
Kostas
eb150f950b Support for force closing a workspace
FossilOrigin-Name: 16b4d25fe14b5d8a9398db1a31e683382b532473
2015-10-16 09:41:21 +00:00
Kostas
214a2f8deb Refactored Workspace common types into WorkspaceCommon.h
FossilOrigin-Name: f31360bcda14a4137f5aee56ed916c161bcee18d
2015-09-16 14:28:38 +00:00
Kostas
2c50fb54c6 Merged into trunk
FossilOrigin-Name: d3b7048058577931d592aae6c0d9f5949c6f835e
2015-09-16 12:11:53 +00:00
Kostas
a435227232 Minor localization build fixes
FossilOrigin-Name: 2bf7ce4ecb34c22232c7e7db37bb82372093e8b1
2015-09-16 07:59:23 +00:00
Kostas
45740da630 Fixed another QUrl weirdness were urls with empty credentials contained an unnecessary @ before the hostname
FossilOrigin-Name: 9f7b11b9ab0c210395f8aade55e8de0a3d212ae6
2015-09-15 10:39:11 +00:00
Kostas
a71355cbec Renamed Settings.h/.cpp to AppSettings.h/.cpp
FossilOrigin-Name: 96924d1d0700cae5f848c9acf40d2775e2f48db1
2015-09-15 10:10:14 +00:00
Kostas
9c74c3774f Simplified Workspace interface
Removed Workspace::setDefaultRemoteUrl since Fossil::setRemoteUrl is Fossil specific

FossilOrigin-Name: 3a62c3b4808b76d14fd48839f7aba68e4502c6ad
2015-09-14 15:56:27 +00:00
Kostas
9d750f0135 All generic Fossil operations are now encapsulated in Workspace
FossilOrigin-Name: b29c19caa92280f7378e78f0febb56fc4fec7b03
2015-09-14 15:46:16 +00:00
Kostas
1330b2b97a Fixed issue where the RemoteDialog was displaying local paths as Urls when editing existing remotes
FossilOrigin-Name: 96e4a4d8642ec96578155bb8762a1772b9351e3c
2015-09-12 18:34:26 +00:00
Kostas
bf1fc5732a Fixed issue where setting a default remote occasionally fails
FossilOrigin-Name: 6850f2915d4dfb3760de45d7bdb3f8d1c5658dc6
2015-09-12 18:13:03 +00:00
Kostas
1960def1dc Windows: Shift-Right-Click invokes the Explorer folder context menu on Workspace folders
FossilOrigin-Name: ca5602f8b3e7a0eba8e0a8afc1e60f3b4e2d8646
2015-08-28 09:28:04 +00:00
Kostas
be1381e9c7 Also Include "Latest Revision" to the version list of updateRevision
FossilOrigin-Name: e4ee91a2c5ca3e29c020cc31e2e018e69ff76b16
2015-08-27 14:43:06 +00:00
Kostas
be6b875dc6 Added long operation termination button on status bar
More robust process termination
Folded the Abort shortcut into a QAction


FossilOrigin-Name: ea4b656b8237af73b81e6b22fd4c451a51450d2d
2015-08-27 14:30:44 +00:00
Kostas
765aa9a6d8 Fossil::Init now requires a path to the fossil executable
FossilOrigin-Name: ee09b7f597c4ab4b81a24c281ab33893f3c20ed6
2015-08-27 12:00:28 +00:00
Kostas
2541fc79f8 Moved Fossil operation abortion logic to UICallback
FossilOrigin-Name: eaec54a0320c199d5e1133b38acfafa3da82228e
2015-08-27 11:26:04 +00:00
Kostas
89b2db4277 Fossil internal API cleanup
FossilOrigin-Name: ef3e63fb4f82a4a6224f6616f0f70e5546a39243
2015-08-27 11:05:58 +00:00
Kostas
37ba449083 Removed fossil() convenience function
FossilOrigin-Name: 203cc502bcde134935f524fe2dd44a89e228bc62
2015-08-27 09:33:10 +00:00
Kostas
48034e7557 Also address QUrl local-file weirdness in Fossil::setRemoteUrl
FossilOrigin-Name: 7f22404a2284727f7d41d9f00eac2992b6d848f0
2015-08-27 09:22:36 +00:00
Kostas
c7c51a7809 Prevent translation conversion script being called multiple times on Windows
FossilOrigin-Name: b82bb671d80df48d001b639dcf58f6016cc3ab84
2015-08-27 09:11:23 +00:00
Kostas
5a4ed73777 RemoteDialog: Fixed incorrect parsing for local repositories
RemoteDialog/CloneDialog: UI Tweaks



FossilOrigin-Name: 9dd99f7de54ad40a15d80f9bf9af82a367c24302
2015-08-26 21:02:25 +00:00
Kostas
73731923d3 Fixed issue with incosistent UI state when closing a workspace
Simplified workspace refresh logic

FossilOrigin-Name: 2e0cbf44fd99ae2c1155857c79d0c09be9897483
2015-08-26 20:28:00 +00:00
Kostas
dc072a8219 CloneDialog: Fixed incorrect parsing for local repositories
CloneDialog: Fixed incorrect missing suffix detection
We now pass local repository urls as local paths to fossil, in order to overcome buggy behavior of QUrl for Windows paths

FossilOrigin-Name: afa9b2538a0bfa258104a979eadce28c099e9848
2015-08-26 19:56:14 +00:00
Kostas
3d73fa7137 Translation conversion is now automatically called from the project file
Improved the translation converion script on Windows


FossilOrigin-Name: e574454625a7701da9d1959fa72e54036d5ab7c3
2015-08-26 19:45:48 +00:00
Kostas
66695b38bc Added build revision information and clickable links to about box
FossilOrigin-Name: 6c585dffad9f240a390a241dd71f5f2f95f46d49
2015-08-26 09:58:28 +00:00
kostas
a296b622ef Updated Changes.md
FossilOrigin-Name: 3490f7140197453a7a45fea01b93281cf0c8ca3d
v2.0.0-beta3
2015-08-25 13:07:48 +00:00
kostas
0e902177d4 Updated the Changes.md
FossilOrigin-Name: 8a83bfb691fc72a4208c24b547c9c38fc668ec97
2015-08-23 13:59:15 +00:00
kostas
f60fbc2545 Support for the versionable .fossil-settings/ignore-glob file
FossilOrigin-Name: 511954d6d9c5a74454ffe3bc3e552b93e1cbf985
2015-08-23 13:59:07 +00:00
kostas
b148b86311 OSX: Guess actual executable from the app bundle directory
FossilOrigin-Name: 7988e53166771ea71d916a1ab714eb671d07dea8
v2.0.0-beta2
2015-08-22 17:32:24 +00:00
kostas
521e0e7d7b Disabled automatically adding Fossil's remote-url to the list of remotes.
FossilOrigin-Name: cb27c4e2a0777b5c3fa64a07d19cd6b89e05c76f
2015-08-22 17:05:26 +00:00
kostas
0200f4b7b4 Somewhat better Log/Browser TabBar on OSX
FossilOrigin-Name: aea2b8b8985d6b40aff4b53eeaa485702c674658
2015-08-22 16:35:10 +00:00
kostas
cf66ce260e Added space to the right side of the searchbox
FossilOrigin-Name: 39572229e93c1a8b63a0e7ed48a1bbe14e67c53c
2015-08-22 14:52:43 +00:00
kostas
6c3ad4001c Improved the look of the UI on OSX
FossilOrigin-Name: 08496c56dbe49392c45a50d4bac5621d61b96e84
2015-08-22 14:13:47 +00:00
kostas
abd223076c Fixed OSX linker errors
FossilOrigin-Name: d9a15280f162ca92b6d65c41033d43890d306779
2015-08-22 11:40:53 +00:00
kostas
1efc307718 Fixed incorrect command splitting for custom actions
FossilOrigin-Name: 29c6a41585bad0bf9f506ea3ba148bb3ad3a2dca
2015-08-22 11:04:16 +00:00
Kostas
8a2c6293c2 Custom actions now expect macros for file and folder expansion
Custom actions now trigger even without a selection
Use native path separators in custom actions


FossilOrigin-Name: e017a9126cf63ed060dd88accfcabbd9726e9aa7
v2.0.0-beta1
2015-08-21 10:54:20 +00:00
Kostas
83217d8e26 Updated tool-tips for custom actions
FossilOrigin-Name: 9b67709b92eae80e70f8ae2b775014092f820fdf
2015-08-21 10:05:45 +00:00
Kostas
2eebb8d8ba Fixed issue where all exe files had the same icon
FossilOrigin-Name: 14ddcd158900cd672a4c3d88e8465f7ff88f14d2
2015-08-21 09:53:34 +00:00
Kostas
4ac8e89580 Fixed custom action exe path parsing
Renamed custom action macros from '$' to '%' so that they match fossil's
Fixed Release build warnings

FossilOrigin-Name: b9521f3974653bd28a4f422c2f48755a949b9823
2015-08-21 09:42:44 +00:00