Skip to content

Commit

Permalink
parent 3b28ab6
Browse files Browse the repository at this point in the history
author toadkarter <[email protected]> 1696714738 +0100
committer toadkarter <[email protected]> 1696751330 +0100

parent 3b28ab6
author toadkarter <[email protected]> 1696714738 +0100
committer toadkarter <[email protected]> 1696751324 +0100

# This is the 1st commit message:

Adds serialized settings file that saves theme state.

# This is the commit message Spydr06#2:

#Adding functionality for saving theme to config file.

# This is the commit message Spydr06#3:

#Loading custom theme if a new window has been created.

# This is the commit message Spydr06#4:

#Setting initial radio button state to what is in the settings when loading Theme.

# This is the commit message Spydr06#5:

#Changing settings file to save in the OS specific config directory.

# This is the commit message Spydr06#6:

#Adding Fedora dependencies to Readme.

# This is the commit message Spydr06#7:

#adding code of conduct

# This is the commit message Spydr06#8:

#edit code of conduct

# This is the commit message Spydr06#9:

#edit code of conduct

# This is the commit message Spydr06#10:

#chore: made Rust CI workflow
# This is the commit message Spydr06#11:

#added explanatory comments to rust_ci.yml
# This is the commit message Spydr06#12:

#updated checkout action

# This is the commit message Spydr06#13:

#used official cargo deny action

# This is the commit message Spydr06#14:

#use nightly toolchain

# This is the commit message Spydr06#15:

#Update INSTALL.md
# This is the commit message Spydr06#16:

#Bump version number
# This is the commit message Spydr06#17:

#Bump version number to `0.1.2`
# This is the commit message Spydr06#18:

#new examples

# This is the commit message Spydr06#19:

#Add macos install instructions
# This is the commit message Spydr06#20:

#ci: added libadwaita build steps to get CI jobs working

# This is the commit message Spydr06#21:

#added nsi script

# This is the commit message Spydr06#22:

#changed directories

# This is the commit message Spydr06#23:

#added relative path

# This is the commit message Spydr06#24:

#Delete nsi script directory
# This is the commit message Spydr06#25:

#Implement mux and demux

# This is the commit message Spydr06#26:

#add docs for mux, demux

# This is the commit message Spydr06#27:

#cargo fmt

#fix clippy issues

encoder decoder examples

fix CI issues with `cargo audit` and `cargo deny`

improve rendering of connection being drawn

add d flip flop, d latch, fix t flip flop

Fix examples, add q and !q to flip flops

Add docs for flip flops

run cargo fmt

fix macos shortcuts

Update README.md

cmd+backspace for deletion on mac

Add build instructions for libadwaita

Fixing up imports
  • Loading branch information
toadkarter committed Oct 8, 2023
1 parent 3b28ab6 commit 97294ab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/application/gactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ use super::{*, selection::Selectable};
use crate::{fatal::*, project::Project, simulator::Simulator, FileExtension, export::ModuleFile};
use crate::application::user_settings::UserSettingsKey::ThemeKey;
use crate::application::user_settings::UserSettingsValue::ThemeValue;
use super::{selection::Selectable, *};
use crate::{export::ModuleFile, fatal::*, project::Project, simulator::Simulator, FileExtension};

#[derive(Default, Clone, Copy, Serialize, Deserialize)]
pub enum Theme {
Expand Down
1 change: 0 additions & 1 deletion src/application/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use action::*;
use adw::traits::MessageDialogExt;
use gtk::{gio, glib, prelude::*, subclass::prelude::*};
use selection::SelectionField;
use crate::{config, ui::dialogs, application::clipboard::Clipboard};
use crate::application::gactions::Theme;
use crate::application::user_settings::UserSettingsKey::ThemeKey;
use crate::application::user_settings::UserSettingsValue::ThemeValue;
Expand Down
3 changes: 0 additions & 3 deletions src/application/template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ use crate::application::gactions;
use crate::application::user_settings::UserSettings;
use crate::application::user_settings::UserSettingsKey::ThemeKey;
use crate::application::user_settings::UserSettingsValue::ThemeValue;
use adw::subclass::prelude::*;
use gtk::{gdk, gio, glib, prelude::*};
use std::cell::RefCell;

use super::{action::*, clipboard::Clipboard, selection::*, Application};

Expand Down

0 comments on commit 97294ab

Please sign in to comment.